diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-14 14:31:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-14 14:31:31 +0000 |
commit | 82572cf7677a78e48f719cf969fac725ca639bd2 (patch) | |
tree | cf4b86ddd7f32c1f891c0ef62b294649a74c5f24 /target/linux/ixp4xx/config-default | |
parent | ebf4eb11e9a15e1d76a373c453dfd8f2752a4bd6 (diff) | |
download | upstream-82572cf7677a78e48f719cf969fac725ca639bd2.tar.gz upstream-82572cf7677a78e48f719cf969fac725ca639bd2.tar.bz2 upstream-82572cf7677a78e48f719cf969fac725ca639bd2.zip |
revert ARM to oabi by default, add some eabi patches for fixing up the toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes
SVN-Revision: 10458
Diffstat (limited to 'target/linux/ixp4xx/config-default')
-rw-r--r-- | target/linux/ixp4xx/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index f9cfe53233..5116bd82b6 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -298,7 +298,7 @@ CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=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_OABI_COMPAT=y # CONFIG_PATA_ALI is not set # CONFIG_PATA_AMD is not set CONFIG_PATA_ARTOP=m |