X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2FMakefile;h=8c640acbe2a02ea1ae4cc464d1c01bd221c5456d;hb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;hp=e251c6d05d31e2b4a95ec051457f53696b412c49;hpb=9b2923eb8edf5d0872c9fdd3561f00dbf8480840;p=libc-test diff --git a/src/math/Makefile b/src/math/Makefile index e251c6d..8c640ac 100644 --- a/src/math/Makefile +++ b/src/math/Makefile @@ -1,5 +1,5 @@ CFLAGS+=-g -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wno-unused-function -Wno-missing-braces -CFLAGS+=-fno-builtin -D_GNU_SOURCE +CFLAGS+=-Wno-unknown-pragmas -fno-builtin -ffloat-store -frounding-math -D_GNU_SOURCE LDFLAGS+=-g -lm SRC=$(sort $(wildcard *.c)) @@ -17,7 +17,7 @@ clean: $(BIN): util.o -%.o: %.c sanity/%.h ucb/%.h crlibm/%.h +%.o: %.c sanity/%.h ucb/%.h crlibm/%.h util.h $(CC) $(CFLAGS) -c -o $@ $< %: %.c %: %.o