diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in.arch | 3 |
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 |