diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-10-30 21:01:34 +0100 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2009-10-30 21:06:00 +0100 |
commit | 2ec047c78aea8d59e538d826d0c0187ca54e214d (patch) | |
tree | 23a3570a2014c6e06ad0083f936f882ed62a98dd /conf/machine | |
parent | 94588289475beb1d044eafbf787bfa1180c4670f (diff) |
tune-strongarm.inc:
remove setting of oabi. With gcc 4.4 we can use eabi. Distros can reset this if they want.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/tune-strongarm.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/include/tune-strongarm.inc b/conf/machine/include/tune-strongarm.inc index 2a583fe6e4..fc4737999d 100644 --- a/conf/machine/include/tune-strongarm.inc +++ b/conf/machine/include/tune-strongarm.inc @@ -2,8 +2,6 @@ # gcc does not differentiate between the different Strongarm versions, so neither do we # http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-January/004031.html -ARM_ABI = "oabi" TARGET_CC_ARCH = "-march=armv4 -mtune=strongarm" -FEED_ARCH = "arm-oabi" -PACKAGE_BASE_ARCH = "armv4" -PACKAGE_EXTRA_ARCHS += "armv4 " +FEED_ARCH = "armv4" +BASE_PACKAGE_ARCH = "armv4" |