From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26139 invoked by alias); 3 Apr 2003 16:26:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 26118 invoked by uid 71); 3 Apr 2003 16:26:01 -0000 Date: Thu, 03 Apr 2003 16:26:00 -0000 Message-ID: <20030403162601.26117.qmail@sources.redhat.com> To: jakub@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Kaveh R. Ghazi" Subject: Re: c/8022: gcc 3.2 Solaris 64 bit shared libraries Reply-To: "Kaveh R. Ghazi" X-SW-Source: 2003-04/txt/msg00100.txt.bz2 List-Id: The following reply was made to PR target/8022; it has been noted by GNATS. From: "Kaveh R. Ghazi" To: ro@TechFak.Uni-Bielefeld.DE Cc: gcc-gnats@gcc.gnu.org, gcc-patches@gcc.gnu.org, hyc@symas.com, jsurveyor@macquarie.net.au, nickc@redhat.com Subject: Re: c/8022: gcc 3.2 Solaris 64 bit shared libraries Date: Thu, 3 Apr 2003 11:19:47 -0500 (EST) > This cannot be right: only gas understands the -TSO flag (is this true > for all versions currently claimed to be supported on Solaris 2?), the > native as certainly does not. I suppose this belongs to > sol2-gas-bi.h. > Rainer Confirmed. My build this morning on solaris2.7 with native "as" errored out when building libgcc in stage1. The native assembler doesn't accept -TSO and gives this message: usage: /usr/ccs/bin/as [-V] [-Q{y,n}] [-f[O][if]#] [-q] [-s] [-S] [-K {pic,PIC}] [-o objfile] [-L] [-T] [-P [[-Ipath] [-Dname] [-Dname=def] [-Uname]]...] [-m [-Ym,path]] [-n] [-xF] [-xarch=v7] [-xarch=v8] [-xarch=v8a] [-xarch=v8plus] [-xarch=v8plusa] [-xarch=v9] [-xarch=v9a] [-xcode={pic13,pic32}] file.s... make[2]: *** [sparcv9/libgcc.a] Error 57