This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/8022: gcc 3.2 Solaris 64 bit shared libraries


The following reply was made to PR target/8022; it has been noted by GNATS.

From: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
To: ro at TechFak dot Uni-Bielefeld dot DE
Cc: gcc-gnats at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, hyc at symas dot com,
        jsurveyor at macquarie dot net dot au, nickc at redhat dot 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]