diff options
Diffstat (limited to 'test/stat/Makefile')
-rw-r--r-- | test/stat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stat/Makefile b/test/stat/Makefile index 4a1cf405f..7d09dbcb8 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -20,7 +20,7 @@ stat: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) -@ 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 $@ -ldd $@ |