]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/g++
First working version.
[blhc/blhc.git] / t / logs / g++
diff --git a/t/logs/g++ b/t/logs/g++
new file mode 100644 (file)
index 0000000..636839a
--- /dev/null
@@ -0,0 +1,11 @@
+checking for g++... g++
+checking whether we are using the GNU C++ compiler... yes
+checking whether g++ accepts -g... yes
+checking dependency style of g++... gcc3
+
+g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cpp
+g++ -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.cpp
+g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.cpp
+g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-d.cc
+test-d.cc:47:11: warning: unused variable 'test' [-Wunused-variable]
+g++ -Wl,-z,defs -o test test-a.o test-b.o test-c.o test-d.o -ltest