X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fgcc;h=802b6f13f7d924a2f551e337a8b6c05007ca8aa2;hb=5072df676d796709e34af7dd8d6797dec1d946b2;hp=e90dba5190fe90f42d402b314f3e3f2c5b22b1c2;hpb=50b731db501c79ad33cb40845c16638703a4ea15;p=blhc%2Fblhc.git diff --git a/t/logs/gcc b/t/logs/gcc index e90dba5..802b6f1 100644 --- a/t/logs/gcc +++ b/t/logs/gcc @@ -8,4 +8,10 @@ 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 + +rm test.gcc + 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