]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/c++
check for -fstack-protector-strong
[blhc/blhc.git] / t / logs / c++
1 dpkg-buildpackage: source package test
2
3 checking for c++... c++
4 checking whether we are using the GNU C++ compiler... yes
5 checking whether c++ accepts -g... yes
6 checking dependency style of c++... none
7
8 c++ -g -O2 -fstack-protector-strong -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cpp
9 c++ -g -O2 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.cpp
10 c++ -g -O2 -fstack-protector-strong -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.cpp
11 c++ -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-d.cc
12 test-d.cc:47:11: warning: unused variable 'test' [-Wunused-variable]
13 c++ -Wl,-z,defs -o test test-a.o test-b.o test-c.o test-d.o -ltest
14
15 c++ -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
16
17 rm c++test.h
18 c++\
19     test.c
20
21 rm test.c++
22 c++\
23     test.c++
24 c++\
25 test.c++
26
27 c++-4.6 -g -O2 -fstack-protector-strong -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cpp
28 c++-4.6 -g -O2 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.cpp
29 c++-4.6 -g -O2 -fstack-protector-strong -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.cpp
30 c++-4.6 -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-d.cc
31 test-d.cc:47:11: warning: unused variable 'test' [-Wunused-variable]
32 c++-4.6 -Wl,-z,defs -o test test-a.o test-b.o test-c.o test-d.o -ltest