From de35a3389f63ff60423f966e585f27c2a2c09bd8 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 25 Jan 2013 20:14:10 +0100 Subject: [PATCH] Use gcc to generate tcctest.gcc --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index c183342..7ea9d92 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -85,7 +85,7 @@ libtcc_test$(EXESUF): libtcc_test.c $(top_builddir)/$(LIBTCC) # copy only tcclib.h so GCC's stddef and stdarg will be used test.ref: tcctest.c cp ../include/tcclib.h . - $(CC) -o tcctest.gcc $< -I. $(CPPFLAGS) -w $(CFLAGS) $(NATIVE_DEFINES) -std=gnu99 -O0 -fno-omit-frame-pointer $(LDFLAGS) + gcc -o tcctest.gcc $< -I. $(CPPFLAGS) -w $(CFLAGS) $(NATIVE_DEFINES) -std=gnu99 -O0 -fno-omit-frame-pointer $(LDFLAGS) ./tcctest.gcc > $@ # auto test