Petr Salinger a écrit : > Author: ps-guest > Date: 2010-01-08 14:50:55 +0000 (Fri, 08 Jan 2010) > New Revision: 4073 > > Modified: > glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk > Log: > revert kfreebsd-amd64.mk chabge from r4072
Oh right, it should have gone in a separate commit. Is it really necessary to revert it though? -march=i686 corresponds better to the current CPU available on the market than -march=pentium4. Actually maybe -march=core2 would be even better for kfreebsd-amd64. > > Modified: glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk > =================================================================== > --- glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk 2010-01-08 > 13:36:47 UTC (rev 4072) > +++ glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk 2010-01-08 > 14:50:55 UTC (rev 4073) > @@ -17,7 +17,7 @@ > i386_CC = $(CC) -m32 > i386_CXX = $(CXX) -m32 > i386_add-ons = ports linuxthreads $(add-ons) > -i386_extra_cflags = -march=i686 -mtune=generic > +i386_extra_cflags = -march=pentium4 -mtune=generic > i386_extra_config_options = $(extra_config_options) --disable-compatible-utmp > i386_includedir = /usr/include/i486-kfreebsd-gnu > i386_rtlddir = /lib > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

