From ce0e01a34c1f3705400c260e2284fda6b8be0057 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 25 Aug 2016 02:56:26 +0200 Subject: mips: add hidden NaN choice, refresh uClibc-ng configs --- toolchain/gcc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/gcc') 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 -- cgit v1.2.3