diff options
author | Mike Turquette <mturquette@ti.com> | 2009-08-24 11:39:26 -0500 |
---|---|---|
committer | Mike Turquette <mturquette@ti.com> | 2009-08-26 10:56:53 -0500 |
commit | db4cd6d67ec4c212bb175bd12f2929c57c3e1674 (patch) | |
tree | 65d3c215d5dc7df740d3e5107543f65abfe1676a /meta | |
parent | 59040b5d1410d3c44926dd8b157a6044b300bd94 (diff) | |
download | openembedded-core-db4cd6d67ec4c212bb175bd12f2929c57c3e1674.tar.gz openembedded-core-db4cd6d67ec4c212bb175bd12f2929c57c3e1674.tar.bz2 openembedded-core-db4cd6d67ec4c212bb175bd12f2929c57c3e1674.zip |
tune-cortexa8.inc: don't auto-vectorize, remove package overrides, some cleanup
Signed-off-by: Mike Turquette <mturquette@ti.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/include/tune-cortexa8.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/conf/machine/include/tune-cortexa8.inc b/meta/conf/machine/include/tune-cortexa8.inc index 489a9b9806..2c40b70560 100644 --- a/meta/conf/machine/include/tune-cortexa8.inc +++ b/meta/conf/machine/include/tune-cortexa8.inc @@ -3,11 +3,10 @@ # [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 -mfloat-abi=softfp" -# Override the options for some packages -TARGET_CC_ARCH_pn-liba52 = "-march=armv7-a -mtune=cortex-a8 -mfloat-abi=softfp" -TARGET_CC_ARCH_pn-libmad = "-mfpu=neon -mfloat-abi=softfp" +TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize" + # Other potentially useful options #-ftree-vectorize -ffast-math -fno-omit-frame-pointer + FEED_ARCH = "armv7a" BASE_PACKAGE_ARCH = "armv7a" |