This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/38693] gcc 4.4.0 20090101 - gcc/config/i386/sol2-10.h uses "USE_GAS" which is undefined



------- Comment #6 from rob1weld at aol dot com  2009-01-06 07:55 -------
(In reply to comment #3)
> And this is documented in the installation documentation.
>  (Confusion may also result if the compiler finds the GNU assembler but has not
> been configured with --with-gnu-as.)
> 
> http://gcc.gnu.org/install/configure.html


There is also this (which needs correcting / proofreading):

# info gccinstall


i?86-*-solaris2.10
==================

Use this for Solaris 10 or later on x86 and x86-64 systems.  This
configuration is supported by GCC 4.0 and later versions only.

   It is recommended that you configure GCC to use the GNU assembler in
`/usr/sfw/bin/gas' but the Sun linker, using the options `--with-gnu-as
--with-as=/usr/sfw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld'.


Should that say:
   It is recommended that you configure GCC to use the GNU assembler in
`/usr/sfw/bin/gas' _WITH_ the Sun linker...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38693


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