X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fgcc;fp=t%2Flogs%2Fgcc;h=b9e04033da8ff3d2ebc8ce39175ae3b2ecceff4f;hb=95c60ae8d466260ccd30db272386dfae2a9623ca;hp=0000000000000000000000000000000000000000;hpb=bd6f8135101bb4cfc511b58d93918a21525f28ee;p=blhc%2Fblhc.git diff --git a/t/logs/gcc b/t/logs/gcc new file mode 100644 index 0000000..b9e0403 --- /dev/null +++ b/t/logs/gcc @@ -0,0 +1,7 @@ +checking for x86_64-linux-gnu-gcc... gcc-4.6 + +gcc-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cc +gcc-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.c +gcc-4.6 -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c +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