math/gen: fix fma fenv flags on nan
[libc-test] / dist / config.mak
index 8d10693..6face8d 100644 (file)
@@ -1,4 +1,4 @@
-# copy to ../config.mak and edit
+# copy to ../config.mak
 
 # to test the native libc with native cc no config is required
 
@@ -13,6 +13,3 @@
 #LIBCC = $(shell pcc -v /dev/null 2>&1 |sed -n 's,/crtbegin.o.*,,;s,.* /,/,p')
 #CFLAGS  += -nostdinc -ffreestanding -fno-stack-protector -isystem $(includedir)
 #LDFLAGS += -nostdlib -Wl,-e,_start,-Bstatic $(libdir)/crti.o $(libdir)/crt1.o $(libdir)/crtn.o -L$(libdir) -lc -L$(LIBCC) -l$(CC)
-
-# required for math tests
-CFLAGS += -fno-builtin -ffloat-store