summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-07-14 09:28:37 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-15 00:57:42 +0200
commitb6ebb7fd1bd778709c3acb10b96a43e6bd863dae (patch)
tree61c88795cf6950a909802600a38ad8c6b5a53711 /target
parent9308ac18687c016f654598ac55b15a9957562956 (diff)
toolchain/mips: kill EABI and fix N32
MIPS EABI is a bare-metal ABI so remove it. Also fix uClibc to really work with N32 ABI, which used the EABI knob previously. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target')
-rw-r--r--target/Config.in.arch3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/Config.in.arch b/target/Config.in.arch
index c9bbc1277..bad0f4caf 100644
--- a/target/Config.in.arch
+++ b/target/Config.in.arch
@@ -280,9 +280,6 @@ config BR2_MIPS_OABI32
config BR2_MIPS_ABI32
bool "n32"
depends on BR2_mips_3 || BR2_mips_4 || BR2_mips_64 || BR2_mips_64r2 || BR2_mips_16
-config BR2_MIPS_EABI
- bool "eabi"
- depends on BR2_mips_3 || BR2_mips_4 || BR2_mips_64 || BR2_mips_64r2 || BR2_mips_16
config BR2_MIPS_ABI64
bool "n64"
depends on BR2_mips_3 || BR2_mips_4 || BR2_mips_64 || BR2_mips_64r2 || BR2_mips_16