File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ include ../Make.inc
44all : test-double test-float # test-double-system test-float-system
55
66test-double : test-double.c libm-test.c
7- $(CC ) -g $@ .c -D__BSD_VISIBLE -I ../include -I../src ../libopenlibm.a -o $@
7+ $(CC ) $( CFLAGS ) -g $@ .c -D__BSD_VISIBLE -I ../include -I../src ../libopenlibm.a -o $@
88
99test-float : test-float.c libm-test.c
10- $(CC ) -g $@ .c -D__BSD_VISIBLE -I ../include -I../src ../libopenlibm.a -o $@
10+ $(CC ) $( CFLAGS ) -g $@ .c -D__BSD_VISIBLE -I ../include -I../src ../libopenlibm.a -o $@
1111
1212test-double-system : test-double.c libm-test.c
13- $(CC ) -g $< -DSYS_MATH_H -lm -o $@
13+ $(CC ) $( CFLAGS ) -g $< -DSYS_MATH_H -lm -o $@
1414
1515test-float-system : test-float.c libm-test.c
16- $(CC ) -g $< -DSYS_MATH_H -lm -o $@
16+ $(CC ) $( CFLAGS ) -g $< -DSYS_MATH_H -lm -o $@
You can’t perform that action at this time.
0 commit comments