aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-at32ap7000.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-at32ap7000.inc
parentcaae756ed81b7eeb507eea08f5bbc982b880f93b (diff)
downloadopenembedded-614d84bf383ec75aa55a5d2aece99f7ce43b7e41.tar.gz
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-at32ap7000.inc')
-rw-r--r--conf/machine/include/tune-at32ap7000.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-at32ap7000.inc b/conf/machine/include/tune-at32ap7000.inc
index 2efe0bb3e2..666dd21a01 100644
--- a/conf/machine/include/tune-at32ap7000.inc
+++ b/conf/machine/include/tune-at32ap7000.inc
@@ -1,3 +1,3 @@
TARGET_CC_ARCH = "-march=ap"
-PACKAGE_ARCH = "avr32"
+BASE_PACKAGE_ARCH = "avr32"
FEED_ARCH = "avr32"