diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-05 13:49:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-05 13:49:33 +0000 |
commit | c0f8076d664684a91909720dc92ada6e63bcdeaa (patch) | |
tree | b550706b6931e56c67b890122a4caece89ba5381 /conf | |
parent | a542fa005dfe111f744143a722588413dc15772c (diff) |
tune-cortexa8: let's not confuse buildsystems with too many hyphens
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/tune-cortexa8.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/tune-cortexa8.inc b/conf/machine/include/tune-cortexa8.inc index 1484861bbb..03e2e86a5f 100644 --- a/conf/machine/include/tune-cortexa8.inc +++ b/conf/machine/include/tune-cortexa8.inc @@ -1,3 +1,3 @@ TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=vfp -mfloat-abi=softfp" -FEED_ARCH = "armv7-a" -PACKAGE_ARCH = "armv7-a" +FEED_ARCH = "armv7a" +PACKAGE_ARCH = "armv7a" |