diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2013-01-25 20:14:10 +0100 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2013-01-25 20:14:10 +0100 |
| commit | de35a3389f63ff60423f966e585f27c2a2c09bd8 (patch) | |
| tree | c1f83d0a552abc4b6d1901280451af1d87535442 | |
| parent | f8cde529843ba15ba2f6981d4401b5be1009c5c5 (diff) | |
| download | tinycc-de35a3389f63ff60423f966e585f27c2a2c09bd8.tar.gz tinycc-de35a3389f63ff60423f966e585f27c2a2c09bd8.tar.bz2 | |
Use gcc to generate tcctest.gcc
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
