summaryrefslogtreecommitdiff
path: root/conf/machine/include/tune-cortexa8.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-07-19 13:52:00 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-07-19 13:52:00 +0000
commit614d84bf383ec75aa55a5d2aece99f7ce43b7e41 (patch)
tree077d306bd17747a7108fa706c10bfa1aef7a6aee /conf/machine/include/tune-cortexa8.inc
parentcaae756ed81b7eeb507eea08f5bbc982b880f93b (diff)
conf/machine: Set BASE_PACKAGE_ARCH which is then used to construct PACKAGE_ARCH instead of setting directly. This allows us to experiment with various changes which wouldn't otherwise be possible (from poky)
Diffstat (limited to 'conf/machine/include/tune-cortexa8.inc')
-rw-r--r--conf/machine/include/tune-cortexa8.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-cortexa8.inc b/conf/machine/include/tune-cortexa8.inc
index 51f6f3d72b..4216255102 100644
--- a/conf/machine/include/tune-cortexa8.inc
+++ b/conf/machine/include/tune-cortexa8.inc
@@ -5,4 +5,4 @@
TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp"
FEED_ARCH = "armv7a"
-PACKAGE_ARCH = "armv7a"
+BASE_PACKAGE_ARCH = "armv7a"