File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ all: test-double test-float # test-double-system test-float-system
1212bench : bench-syslibm bench-openlibm
1313
1414test-double : test-double.c libm-test.c
15- $(CC ) $(CPPFLAGS ) $(CFLAGS ) -fno-builtin $(CFLAGS_add_TARGET_$(ARCH ) ) $(LDFLAGS ) $@ .c -D__BSD_VISIBLE -I ../include -I../src $(OPENLIBM_LIB ) -o $@
15+ $(CC ) $(CPPFLAGS ) $(CFLAGS ) $(CFLAGS_add_TARGET_$(ARCH ) ) $(LDFLAGS ) $@ .c -D__BSD_VISIBLE -I ../include -I../src $(OPENLIBM_LIB ) -o $@
1616
1717test-float : test-float.c libm-test.c
18- $(CC ) $(CPPFLAGS ) $(CFLAGS ) -fno-builtin $(CFLAGS_add_TARGET_$(ARCH ) ) $(LDFLAGS ) $@ .c -D__BSD_VISIBLE -I ../include -I../src $(OPENLIBM_LIB ) -o $@
18+ $(CC ) $(CPPFLAGS ) $(CFLAGS ) $(CFLAGS_add_TARGET_$(ARCH ) ) $(LDFLAGS ) $@ .c -D__BSD_VISIBLE -I ../include -I../src $(OPENLIBM_LIB ) -o $@
1919
2020test-double-system : test-double.c libm-test.c
2121 $(CC ) $(CPPFLAGS ) $(CFLAGS ) $(CFLAGS_add_TARGET_$(ARCH ) ) $(LDFLAGS ) $< -DSYS_MATH_H -lm -o $@
You can’t perform that action at this time.
0 commit comments