This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Question on applicability of --with-gnu-*
- From: NightStrike <nightstrike at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 7 Sep 2007 14:16:44 -0400
- Subject: Question on applicability of --with-gnu-*
--with-gnu-as
--with-gnu-ld
These options, according to the manual, apply to 'i386-any-sysv'. Do
they also apply to i686-pc-mingw32?
Also, if binutils is the only assembler installed on the system, and I
am compiling using --with-sysroot, and I don't specify --with-gnu-as
and -ld, and I *am* compiling for a mingw32 target, do these options
have any effect?