X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Farch-avr32;h=44b491d3add62fa672de8ef3cc60b8ca967ffb49;hp=3454920281b2fa746a77a72ff47c2d37e24d5c52;hb=768e3101e9e4e22e0d775ca1191549d825b679d3;hpb=0f1a49d52e94c258e444548c34903d27346d8a52 diff --git a/t/logs/arch-avr32 b/t/logs/arch-avr32 index 3454920..44b491d 100644 --- a/t/logs/arch-avr32 +++ b/t/logs/arch-avr32 @@ -3,9 +3,9 @@ dpkg-buildpackage: host architecture avr32 # 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 -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