]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/g++
Ignore compiler when used as file suffixes.
[blhc/blhc.git] / t / logs / g++
index 3c372a1dc6fe681c26e698f708f80582697dfbc9..cd3cc070ba877cda60d3c9ba76ed06bf80fb85ef 100644 (file)
@@ -25,6 +25,8 @@ rm g++test.h
 g++\
     test.c
 
+rm test.g++
+
 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