From f73d7b6a3a729adccb465813c39f6b2bee580917 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 19 Feb 2001 00:14:42 +0000 Subject: Fix problems with test wrapper and test compiler selection. --- test/string/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/string') diff --git a/test/string/Makefile b/test/string/Makefile index 0c3af9e03..1cf768222 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -77,8 +77,8 @@ strsignal: ../../string/strsignal.c -@ echo " " -@ echo "Compiling vs uClibc: " -@ echo " " - $(CC) $(CFLAGS) -DCHECK_BUF -c $< -o $@.o - $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) + $(TESTCC) $(CFLAGS) -DCHECK_BUF -c $< -o $@.o + $(TESTCC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ -./$@ -@ echo " " -- cgit v1.2.3