X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fg%2B%2B;h=3c372a1dc6fe681c26e698f708f80582697dfbc9;hp=7118ef130d2542a0062bf2f27e21a20245195d97;hb=35a018278ad2fb931749f25d41bea0b7bd4f11e9;hpb=fa2e7db77f6c7c9ae52841d5b4cfc8d9a1f221a9 diff --git a/t/logs/g++ b/t/logs/g++ index 7118ef1..3c372a1 100644 --- a/t/logs/g++ +++ b/t/logs/g++ @@ -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