From bad98ad2391cf271e2fa40450342e747d406fdd1 Mon Sep 17 00:00:00 2001 From: igor-m Date: Mon, 14 Apr 2014 13:30:22 +0200 Subject: [PATCH] Single -fno-short-double in target.mk --- target.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target.mk b/target.mk index 1aaebdb..8a28658 100755 --- a/target.mk +++ b/target.mk @@ -34,8 +34,8 @@ ifndef GCCPREFIX INCLUDES = endif -CC = $(GCCPREFIX)gcc -mips32r2 -EL -msoft-float -nostdinc -fno-short-double -I$(TOPSRC)/include $(INCLUDES) -CXX = $(GCCPREFIX)g++ -mips32r2 -EL -msoft-float -nostdinc -fno-short-double -I$(TOPSRC)/include $(INCLUDES) +CC = $(GCCPREFIX)gcc -mips32r2 -EL -msoft-float -nostdinc -I$(TOPSRC)/include $(INCLUDES) +CXX = $(GCCPREFIX)g++ -mips32r2 -EL -msoft-float -nostdinc -I$(TOPSRC)/include $(INCLUDES) LD = $(GCCPREFIX)ld AR = $(GCCPREFIX)ar RANLIB = $(GCCPREFIX)ranlib