tune-strongarm.inc:
authorThomas Kunze <thommycheck@gmx.de>
Fri, 30 Oct 2009 20:01:34 +0000 (21:01 +0100)
committerThomas Kunze <thommycheck@gmx.de>
Fri, 30 Oct 2009 20:06:00 +0000 (21:06 +0100)
remove setting of oabi. With gcc 4.4 we can use eabi. Distros can reset this if they want.

conf/machine/include/tune-strongarm.inc

index 2a583fe..fc47379 100644 (file)
@@ -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"