This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/38693] gcc 4.4.0 20090101 - gcc/config/i386/sol2-10.h uses "USE_GAS" which is undefined
- From: "rob1weld at aol dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jan 2009 07:55:07 -0000
- Subject: [Bug bootstrap/38693] gcc 4.4.0 20090101 - gcc/config/i386/sol2-10.h uses "USE_GAS" which is undefined
- References: <bug-38693-13830@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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