summaryrefslogtreecommitdiff
path: root/test/crypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/crypt/Makefile')
-rw-r--r--test/crypt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/crypt/Makefile b/test/crypt/Makefile
index a965466f3..78732ec8c 100644
--- a/test/crypt/Makefile
+++ b/test/crypt/Makefile
@@ -40,10 +40,10 @@ crypt: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
crypt_glibc: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling vs uClibc: "
+ -@ echo "Compiling vs glibc: "
-@ echo " "
- $(HOST_CC) $(GLIBC_CFLAGS) -c $< -o $@.o
- $(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
+ $(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
+ $(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
$(STRIPTOOL) -x -R .note -R .comment $@
-./$@ < crypt.input > $@.out 2>&1
-@ echo " "