This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: newest snapshot does not bootstrap using binutils-2.9.1.0.25
- To: martin dot kahlert at infineon dot com
- Subject: Re: newest snapshot does not bootstrap using binutils-2.9.1.0.25
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 4 May 2000 23:40:44 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <200005020812.KAA25868@keksy.mchp.siemens.de>
> I use binutils-2.9.1.0.25 because the 2.9.5.* series proved to provide
> broken linux to windows cross compilers (i.e. the apps produced are
> not runable).
Does that still happen, even with a clean tree? GCC should not use
.hidden if the compiler does not support it; there is even an autoconf
test to check the assembler. Is HAVE_GAS_HIDDEN defined in
auto-host.h?
Regards,
Martin