Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] x86 toolchain changes heads up
Date: Wed, 18 Jul 2007 00:08:19
Message-Id: 200707171947.14598.vapier@gentoo.org
1 historically, gcc on x86 has always defaulted to i386. some people noticed
2 recently that glibc-2.6 fails to build in this situation as they were only
3 setting -mtune via CFLAGS, not -march. i'll be tweaking gcc so that it will
4 default -march based on your CHOST. so all the i686-* people will now have a
5 default -march=i686 implied in their gcc systems, i586-* people will
6 have -march=i586, etc... keep in mind this is merely the default.
7 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] x86 toolchain changes heads up Peter Gordon <codergeek42@g.o>
Re: [gentoo-dev] x86 toolchain changes heads up Tobias Klausmann <klausman@××××××××××××.de>
Re: [gentoo-dev] x86 toolchain changes heads up Chris Gianelloni <wolf31o2@g.o>