diff options
author | Philip Balister <philip@balister.org> | 2007-08-27 21:17:49 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-27 21:17:49 +0000 |
commit | 5522ece8da310438a9c65aeaa50b86f161540f46 (patch) | |
tree | e8ea8fa4174003fef1f1f15a5bc001cef7f87e5c /conf/machine/include/tune-xscale.conf | |
parent | f75321ab96544448059ecb2a5910db00ce3f7e74 (diff) | |
parent | 19d1ceccd6b74ae0a084b8bb41da040d3dc5b2bf (diff) |
merge of '610425fd34abfbbedaf9b3792ed2d884bdda9fd3'
and '9b318dc0ed758bbc0cbe978a0ff4471831b1df53'
Diffstat (limited to 'conf/machine/include/tune-xscale.conf')
-rw-r--r-- | conf/machine/include/tune-xscale.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/tune-xscale.conf b/conf/machine/include/tune-xscale.conf index 1d212946e4..f14aee9aed 100644 --- a/conf/machine/include/tune-xscale.conf +++ b/conf/machine/include/tune-xscale.conf @@ -1,3 +1,5 @@ +FEED_ARCH = "armv5te" + 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']}" |