summaryrefslogtreecommitdiff
path: root/test/silly/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/silly/Makefile')
-rw-r--r--test/silly/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/silly/Makefile b/test/silly/Makefile
index 751fa76e6..afe591f9a 100644
--- a/test/silly/Makefile
+++ b/test/silly/Makefile
@@ -51,8 +51,8 @@ hello_glibc: hello.c Makefile
-@ echo " "
-@ echo "Compiling vs GNU libc: "
-@ echo " "
- $(HOST_CC) $(GLIBC_CFLAGS) -c $< -o $@.o
- $(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@
+ $(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
+ $(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
$(STRIPTOOL) -x -R .note -R .comment $@
-$(LDD) $@
ls -l $@