diff options
Diffstat (limited to 'test/stat/Makefile')
-rw-r--r-- | test/stat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stat/Makefile b/test/stat/Makefile index 448e13e2d..c2d4e75cc 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -51,8 +51,8 @@ stat_glibc: stat.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 $@ |