diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:22:06 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:22:06 +0000 |
commit | a63bc28b035f47f618511a93c36cb581f749e618 (patch) | |
tree | 5d4c16b0de2ef2032df96e3b4d1ce8afd7c179d1 /target/linux/iop32x | |
parent | bf168bb6b5378261993680fa47aa8129c4cfb3d8 (diff) | |
download | upstream-a63bc28b035f47f618511a93c36cb581f749e618.tar.gz upstream-a63bc28b035f47f618511a93c36cb581f749e618.tar.bz2 upstream-a63bc28b035f47f618511a93c36cb581f749e618.zip |
use softfloat and GNU EABI on the IOP, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10015 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/iop32x')
-rw-r--r-- | target/linux/iop32x/config-2.6.21 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/iop32x/config-2.6.21 b/target/linux/iop32x/config-2.6.21 index 361c593f3a..b98c804911 100644 --- a/target/linux/iop32x/config-2.6.21 +++ b/target/linux/iop32x/config-2.6.21 @@ -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 |