summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-09 01:48:19 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-09 01:48:19 -0500
commit65aa786d3f6282da02d35b600e82408b47e0a3fe (patch)
treea5cb0e9c75c78c44302ca414db661a5cd06c3b8c /extra
parent1f70feb1b063a77c46fcc9427e77b1764d7e12a7 (diff)
remove NAN selection, better do it in your build system
With older gcc than 4.9.x, this breaks the build. These specific compiler flags belongs better to your favorite build system.
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.mips15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index 76b10c662..4d30d31d2 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -33,21 +33,6 @@ config CONFIG_MIPS_N64_ABI
endchoice
choice
- prompt "Target NAN Encoding"
- default CONFIG_MIPS_NAN_LEGACY
- help
- This is the NAN Encoding you want to use. Chose either Legacy
- or 2008.
-
-config CONFIG_MIPS_NAN_LEGACY
- bool "LEGACY"
-
-config CONFIG_MIPS_NAN_2008
- bool "2008"
-
-endchoice
-
-choice
prompt "Target Processor Architecture"
default CONFIG_MIPS_ISA_1 if CONFIG_MIPS_O32_ABI
default CONFIG_MIPS_ISA_3 if CONFIG_MIPS_N32_ABI