diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-02 17:00:54 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-02 17:00:54 +0000 |
commit | 65f6428521a6721b94a9c3f90a229ef06179ab51 (patch) | |
tree | df9dcda77e0bacb2f7d496e272ea13df649a83dd /meta/conf/machine/include/tune-xscale.inc | |
parent | d20e041f2f9c27bd3fc8f0f266c1e6a1f286eb3f (diff) | |
download | poky-65f6428521a6721b94a9c3f90a229ef06179ab51.tar.gz |
conf/machine: Sync various changes with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2656 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/tune-xscale.inc')
-rw-r--r-- | meta/conf/machine/include/tune-xscale.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc index 0b98f09fc8..f14aee9aed 100644 --- a/meta/conf/machine/include/tune-xscale.inc +++ b/meta/conf/machine/include/tune-xscale.inc | |||
@@ -1,3 +1,5 @@ | |||
1 | TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" | 1 | FEED_ARCH = "armv5te" |
2 | PACKAGE_ARCH = "armv5te" | ||
3 | 2 | ||
3 | TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" | ||
4 | TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" | ||
5 | PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" | ||