]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/arch-i386
check for -fstack-protector-strong
[blhc/blhc.git] / t / logs / arch-i386
index f6995e8b321f6a1152419c92d98c8dc050a404f0..3e1d730ba6d8e69d383da068069afe5a0608adca 100644 (file)
@@ -3,9 +3,9 @@ dpkg-buildpackage: host architecture i386
 
 # all hardening options
 
-gcc -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
+gcc -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
 gcc -fPIE -pie -Wl,-z,relro -Wl,-z,now -o test test.o
 
 # missing flags
-gcc -D_FORTIFY_SOURCE=2 -g -O2 -fPIE --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
+gcc -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
 gcc -fPIE -Wl,-z,relro -Wl,-z,now -o test test.o