use softfloat and GNU EABI on the IOP, too
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Dec 2007 20:22:06 +0000 (20:22 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Dec 2007 20:22:06 +0000 (20:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10015 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/iop32x/config-2.6.21
toolchain/Config.in

index 361c593..b98c804 100644 (file)
@@ -1,5 +1,5 @@
 # CONFIG_8139TOO is not set
-# CONFIG_AEABI is not set
+CONFIG_AEABI=y
 CONFIG_ALIGNMENT_TRAP=y
 # CONFIG_APM is not set
 # CONFIG_ARCH_AAEC2000 is not set
@@ -89,7 +89,7 @@ CONFIG_E1000_NAPI=y
 # CONFIG_FARSYNC is not set
 CONFIG_FIRMWARE_EDID=y
 # CONFIG_FPE_FASTFPE is not set
-CONFIG_FPE_NWFPE=y
+# CONFIG_FPE_NWFPE is not set
 # CONFIG_FPE_NWFPE_XP is not set
 CONFIG_FRAME_POINTER=y
 # CONFIG_HAMRADIO is not set
@@ -253,6 +253,7 @@ CONFIG_NETDEV_1000=y
 # CONFIG_NO_IDLE_HZ is not set
 # CONFIG_NTFS_FS is not set
 # CONFIG_NVRAM is not set
+# CONFIG_OABI_COMPAT is not set
 # CONFIG_PATA_ALI is not set
 # CONFIG_PATA_AMD is not set
 CONFIG_PATA_ARTOP=m
index eae12d9..64e4372 100644 (file)
@@ -54,7 +54,7 @@ config TARGET_OPTIMIZATION
        default "-O2 -pipe -march=i486 -funit-at-a-time" if TARGET_x86
        default "-Os -pipe -march=i486 -funit-at-a-time" if TARGET_rdc
        default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if mipsel || mips
-       default "-Os -pipe -mabi=aapcs-linux -march=armv5te -mtune=xscale -funit-at-a-time" if armeb
+       default "-Os -pipe -mabi=aapcs-linux -march=armv5te -mtune=xscale -funit-at-a-time" if armeb || arm
        default "-Os -pipe -funit-at-a-time"
        help
          Optimizations to use when building for the target host.