]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/g++
Detect compile type (preprocess, compile, link) correctly.
[blhc/blhc.git] / t / logs / g++
index 7118ef130d2542a0062bf2f27e21a20245195d97..3c372a1dc6fe681c26e698f708f80582697dfbc9 100644 (file)
@@ -21,6 +21,10 @@ x86_64-linux-gnu-g++ -Wl,-z,defs -o test test-a.o test-b.o test-c.o test-d.o -lt
 
 g++ -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
 
+rm g++test.h
+g++\
+    test.c
+
 g++-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cpp
 g++-4.6 -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.cpp
 g++-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.cpp