diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-01-27 21:01:31 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-01-27 21:01:31 +0000 |
commit | 68e1462d95f8bdac57ce74e4583d92af8f754b40 (patch) | |
tree | 2e3e735cb52fed3652fbea03033bfd01fede4556 /conf/machine/include/tune-xscale.conf | |
parent | db5ebb59b3befb75bc5cab048c73de47e280e7d7 (diff) |
ixp4xx-related files: Replaced IXP4XX_MACHINE_ENDIAN with SITEINFO_ENDIANESS throughout OE, removing all instances of ixp4xx-specific ENDIAN checks in the OE metadata.
Diffstat (limited to 'conf/machine/include/tune-xscale.conf')
-rw-r--r-- | conf/machine/include/tune-xscale.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-xscale.conf b/conf/machine/include/tune-xscale.conf index e5fea93912..1d212946e4 100644 --- a/conf/machine/include/tune-xscale.conf +++ b/conf/machine/include/tune-xscale.conf @@ -1,3 +1,3 @@ TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" -PACKAGE_ARCH = "armv5te" +PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" |