[Glibc-bsd-commits] r2256 - trunk/kfreebsd-7/debian/arch/i386
ps-guest at alioth.debian.org
ps-guest at alioth.debian.org
Thu Jul 17 08:54:57 UTC 2008
Author: ps-guest
Date: 2008-07-17 08:54:57 +0000 (Thu, 17 Jul 2008)
New Revision: 2256
Modified:
trunk/kfreebsd-7/debian/arch/i386/686-smp.config
trunk/kfreebsd-7/debian/arch/i386/686.config
Log:
* use -mtune=generic
Modified: trunk/kfreebsd-7/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/686-smp.config 2008-07-17 08:13:04 UTC (rev 2255)
+++ trunk/kfreebsd-7/debian/arch/i386/686-smp.config 2008-07-17 08:54:57 UTC (rev 2256)
@@ -1,7 +1,7 @@
# Kernel for Debian GNU/kFreeBSD on an i686 SMP machine
cpu I686_CPU
-makeoptions COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=default"
+makeoptions COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
ident Debian-i686-SMP
options SMP # Symmetric MultiProcessor Kernel
Modified: trunk/kfreebsd-7/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-7/debian/arch/i386/686.config 2008-07-17 08:13:04 UTC (rev 2255)
+++ trunk/kfreebsd-7/debian/arch/i386/686.config 2008-07-17 08:54:57 UTC (rev 2256)
@@ -1,7 +1,7 @@
# Kernel for Debian GNU/kFreeBSD on an i686 machine
cpu I686_CPU
-makeoptions COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=default"
+makeoptions COPTFLAGS="-O2 -frename-registers -pipe -march=i686 -mtune=generic"
ident Debian-i686
# Xbox support
More information about the Glibc-bsd-commits
mailing list