diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:13:15 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:13:15 +0000 |
commit | 9aa6d18e2dc6368bcf1467226792f4081ed3bda1 (patch) | |
tree | 9482d80d4df14417e1f6e4f9a54219fdc49bc4b7 /target/linux | |
parent | 3ce3b165748b6dda98ab8452335d1f7f6fd60824 (diff) | |
download | upstream-9aa6d18e2dc6368bcf1467226792f4081ed3bda1.tar.gz upstream-9aa6d18e2dc6368bcf1467226792f4081ed3bda1.tar.bz2 upstream-9aa6d18e2dc6368bcf1467226792f4081ed3bda1.zip |
move ARM to the GNU EABI
SVN-Revision: 10013
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ixp4xx/config-default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index e669a61018..1d99abea53 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -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 @@ -289,6 +289,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_PATA_ALI is not set # CONFIG_PATA_AMD is not set CONFIG_PATA_ARTOP=m |