summaryrefslogtreecommitdiff
path: root/test/termios/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/termios/Makefile')
-rw-r--r--test/termios/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/termios/Makefile b/test/termios/Makefile
index 683886a0b..881cf48e5 100644
--- a/test/termios/Makefile
+++ b/test/termios/Makefile
@@ -43,8 +43,8 @@ termios_glibc: termios.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 $@