summaryrefslogtreecommitdiff
path: root/test/ctype/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctype/Makefile')
-rw-r--r--test/ctype/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctype/Makefile b/test/ctype/Makefile
index 02d60e1c9..4f7db6e44 100644
--- a/test/ctype/Makefile
+++ b/test/ctype/Makefile
@@ -10,7 +10,7 @@ ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(
-@ echo "Compiling vs uClibc: "
-@ echo " "
$(TESTCC) $(CFLAGS) -c $< -o $@.o
- $(TESTCC) $(CFLAGS) $@.o -o $@ $(EXTRA_LIBS)
+ $(TESTCC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
$(STRIPTOOL) -x -R .note -R .comment $@
./$@
-@ echo " "