]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/gcc
Detect compile type (preprocess, compile, link) correctly.
[blhc/blhc.git] / t / logs / gcc
index e90dba5190fe90f42d402b314f3e3f2c5b22b1c2..def411d5ef7ef354c8913ca1036e26e3a4b8e3a0 100644 (file)
@@ -8,4 +8,8 @@ gcc-4.6 -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-secur
 gcc-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.c
 gcc-4.6 -Wl,-z,defs -o test test-a.o test-b.o test-c.o -ltest
 
+rm gcc-test.h
+gcc\
+    test.c
+
 gcc-4.6 -Wl,-z,defs test-a.o test-b.o test-c.o -ltest -Wl,-z,relro -o test/test-4.2~_4711/test.so test.o