diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-07-19 13:52:00 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-07-19 13:52:00 +0000 |
commit | 614d84bf383ec75aa55a5d2aece99f7ce43b7e41 (patch) | |
tree | 077d306bd17747a7108fa706c10bfa1aef7a6aee /conf/machine/include/tune-xscale.inc | |
parent | caae756ed81b7eeb507eea08f5bbc982b880f93b (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-xscale.inc')
-rw-r--r-- | conf/machine/include/tune-xscale.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-xscale.inc b/conf/machine/include/tune-xscale.inc index d5ef105e97..eb16651ae3 100644 --- a/conf/machine/include/tune-xscale.inc +++ b/conf/machine/include/tune-xscale.inc @@ -2,4 +2,4 @@ FEED_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" -PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" +BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" |