]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/arch-avr32
3454920281b2fa746a77a72ff47c2d37e24d5c52
[blhc/blhc.git] / t / logs / arch-avr32
1 dpkg-buildpackage: source package test
2 dpkg-buildpackage: host architecture avr32
3
4 # no relro,bindnow
5
6 gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
7 gcc -o test test.o
8
9 # missing flags
10 gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
11 gcc -o test test.o