diff options
Diffstat (limited to 'test/setjmp')
-rw-r--r-- | test/setjmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/setjmp/Makefile b/test/setjmp/Makefile index 45721ef90..226df0b57 100644 --- a/test/setjmp/Makefile +++ b/test/setjmp/Makefile @@ -10,7 +10,7 @@ setjmp_test: setjmp_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TES -@ echo " " -@ echo "Compiling vs uClibc: " -@ echo " " - $(TESTCC) $(CFLAGS) -c $< -o $@.o + $(TESTCC) $(TEST_CFLAGS) -c $< -o $@.o $(TESTCC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ -./$@ |