summaryrefslogtreecommitdiff
path: root/Rules.mak
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 /Rules.mak
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 'Rules.mak')
-rw-r--r--Rules.mak4
1 files changed, 0 insertions, 4 deletions
diff --git a/Rules.mak b/Rules.mak
index 3b074a8ee..5217004ea 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -404,10 +404,6 @@ ifeq ($(TARGET_ARCH),mips)
CPU_CFLAGS-$(CONFIG_MIPS_N64_ABI)+=-mabi=64
CPU_CFLAGS-$(CONFIG_MIPS_O32_ABI)+=-mabi=32
CPU_CFLAGS-$(CONFIG_MIPS_N32_ABI)+=-mabi=n32
-
- CPU_CFLAGS-$(CONFIG_MIPS_NAN_LEGACY)+=-mnan=legacy
- CPU_CFLAGS-$(CONFIG_MIPS_NAN_2008)+=-mnan=2008
-
CPU_LDFLAGS-y += $(CPU_CFLAGS)
endif