]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/arch-avr32
check for -fstack-protector-strong
[blhc/blhc.git] / t / logs / arch-avr32
index 3454920281b2fa746a77a72ff47c2d37e24d5c52..44b491d3add62fa672de8ef3cc60b8ca967ffb49 100644 (file)
@@ -3,9 +3,9 @@ dpkg-buildpackage: host architecture avr32
 
 # no relro,bindnow
 
 
 # no relro,bindnow
 
-gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
+gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
 gcc -o test test.o
 
 # missing flags
 gcc -o test test.o
 
 # missing flags
-gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
+gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
 gcc -o test test.o
 gcc -o test test.o