]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/gcc
Add support for versioned gcc version (e.g. gcc-4.6).
[blhc/blhc.git] / t / logs / gcc
1 checking for x86_64-linux-gnu-gcc... gcc-4.6
2
3 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
4 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
5 gcc-4.6 -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c
6 gcc-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.c
7 gcc-4.6 -Wl,-z,defs -o test test-a.o test-b.o test-c.o -ltest