summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-25 02:56:26 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-28 23:24:42 +0200
commitce0e01a34c1f3705400c260e2284fda6b8be0057 (patch)
treebc6fd0ff52c9caedfd3a25fdc487a62b23e5b827 /toolchain/gcc
parentdb6e6a11e601ed79a78110bf0fb9a3ac7b58e4e5 (diff)
mips: add hidden NaN choice, refresh uClibc-ng configs
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 01f4f4a96..0495cce4c 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -115,6 +115,10 @@ ifneq ($(ADK_TARGET_INSTRUCTION_SET),)
GCC_CONFOPTS+= --with-mode=$(ADK_TARGET_INSTRUCTION_SET)
endif
+ifneq ($(ADK_TARGET_NAN_MODE),)
+GCC_CONFOPTS+= --with-nan=$(ADK_TARGET_NAN_MODE)
+endif
+
# .symver is broken for Blackfin, simple C++ apps fail to link
ifeq ($(ADK_TARGET_ARCH_BFIN),y)
GCC_CONFOPTS+= --disable-symvers