On Wed, Oct 21, 2009 at 07:26:13PM +0000, John Baldwin wrote: > Author: jhb > Date: Wed Oct 21 19:26:12 2009 > New Revision: 198344 > URL: http://svn.freebsd.org/changeset/base/198344 > > Log: > Change gcc to assume a default machine architecture of 486 instead of 386 > on "i386". Doing it in the compiler is deemed to be less fragile then > attempting to provide a default -march setting via bsd.cpu.mk. FreeBSD > itself has not supported plain 386 CPUs since 5.x.
not only less fragile but not working for cross tools etc. which sets NO_CPU_CFLAGS. thank you John for this! _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"