*fix -m options now using -march which is fine with gcc-3 and gcc-4
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 20 Jun 2008 20:37:22 +0000 (20:37 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 20 Jun 2008 20:37:22 +0000 (20:37 +0000)
according to the documentation

conf/machine/include/tune-pentium.inc
conf/machine/include/tune-pentiumpro.inc

index fbefe5b..008d63d 100644 (file)
@@ -1,4 +1,4 @@
-TARGET_CC_ARCH = "-mcpu=pentium"
+TARGET_CC_ARCH = "-march=pentium"
 PACKAGE_ARCH = "i586"
 FEED_ARCH = "i586"
 
index 6b110cc..3406bb0 100644 (file)
@@ -1,4 +1,4 @@
-TARGET_CC_ARCH = "-mcpu=pentiumpro"
+TARGET_CC_ARCH = "-march=pentiumpro"
 PACKAGE_ARCH = "i686"
 FEED_ARCH = "i686"