summaryrefslogtreecommitdiff
path: root/test/stdlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/stdlib/Makefile')
-rw-r--r--test/stdlib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile
index 7aee3c71c..6c485efe6 100644
--- a/test/stdlib/Makefile
+++ b/test/stdlib/Makefile
@@ -49,7 +49,7 @@ teststrtol: teststrtol.c Makefile $(TESTDIR)/Rules.mak
teststrtol_glibc: teststrtol.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -83,7 +83,7 @@ qsort: qsort.c Makefile $(TESTDIR)/Rules.mak
qsort_glibc: qsort.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -117,7 +117,7 @@ teston_exit: teston_exit.c Makefile $(TESTDIR)/Rules.mak
teston_exit_glibc: teston_exit.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
@@ -151,7 +151,7 @@ testatexit: testatexit.c Makefile $(TESTDIR)/Rules.mak
testatexit_glibc: testatexit.c Makefile
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling $@ vs GNU libc: "
+ -@ echo "Compiling $@ vs glibc: "
-@ echo " "
$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@