[oe-commits] org.oe.dev tune-cortex a8: remove -ftree-vectorize so people can use 2008q1 as compiler

koen commit oe at amethyst.openembedded.net
Fri Jun 13 09:17:19 UTC 2008


tune-cortex a8: remove -ftree-vectorize so people can use 2008q1 as compiler

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 26fa77675e5014db8d6613b81ad8e205408fd72f
ViewMTN: http://monotone.openembedded.org/revision/info/26fa77675e5014db8d6613b81ad8e205408fd72f
Files:
1
conf/machine/include/tune-cortexa8.inc
Diffs:

#
# mt diff -rce6b94b3eee90e3e09710f46f8e6b0dee2dcd1a7 -r26fa77675e5014db8d6613b81ad8e205408fd72f
#
#
#
# patch "conf/machine/include/tune-cortexa8.inc"
#  from [ffd911180ea7eb03d473826a023a54d88a219438]
#    to [1c7e4d80a5ad5dd0a7deedf35e59fa26a9322663]
#
============================================================
--- conf/machine/include/tune-cortexa8.inc	ffd911180ea7eb03d473826a023a54d88a219438
+++ conf/machine/include/tune-cortexa8.inc	1c7e4d80a5ad5dd0a7deedf35e59fa26a9322663
@@ -3,6 +3,6 @@
 # [2] http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html 
 # [3] https://support.codesourcery.com/GNUToolchain/kbentry29
 
-TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp"
+TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp"
 FEED_ARCH = "armv7a"
 PACKAGE_ARCH = "armv7a"






More information about the Openembedded-commits mailing list