diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-22 22:02:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-22 22:02:48 +0000 |
commit | 26a96fc12fb2df9e965087589da2ed6a3e39b5e4 (patch) | |
tree | aa162fa89439bae50782e2528b02ed2a407c3131 /openembedded/conf/machine | |
parent | d18457f094de8532eb8921991303032cdb345fe9 (diff) | |
download | openembedded-core-26a96fc12fb2df9e965087589da2ed6a3e39b5e4.tar.gz openembedded-core-26a96fc12fb2df9e965087589da2ed6a3e39b5e4.tar.bz2 openembedded-core-26a96fc12fb2df9e965087589da2ed6a3e39b5e4.tar.xz openembedded-core-26a96fc12fb2df9e965087589da2ed6a3e39b5e4.zip |
Updates against mainline OE to fix various issues and make builds work again as a couple of poky changes got lost
git-svn-id: https://svn.o-hand.com/repos/poky@29 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/machine')
-rw-r--r-- | openembedded/conf/machine/tune-arm926ejs.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/conf/machine/tune-arm926ejs.conf b/openembedded/conf/machine/tune-arm926ejs.conf index 563586c90..5374c55dc 100644 --- a/openembedded/conf/machine/tune-arm926ejs.conf +++ b/openembedded/conf/machine/tune-arm926ejs.conf @@ -1,2 +1,3 @@ -TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" +#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" +TARGET_CC_ARCH = "-march=armv5te" PACKAGE_ARCH = "armv5te" |