X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Farch-mipsel;fp=t%2Flogs%2Farch-mipsel;h=d4db7a3f2b7024573cacbbde5137bf2dbf0cee27;hb=ea4a36f6673fe09075554d52d327149469d427a7;hp=0000000000000000000000000000000000000000;hpb=992cc016c9d07fab61701a75a0957dcfda83c77d;p=blhc%2Fblhc.git diff --git a/t/logs/arch-mipsel b/t/logs/arch-mipsel new file mode 100644 index 0000000..d4db7a3 --- /dev/null +++ b/t/logs/arch-mipsel @@ -0,0 +1,12 @@ +dpkg-buildpackage: source package test +dpkg-buildpackage: host architecture mipsel + +# no stack protector + +gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c +gcc -Wl,-z,relro -Wl,-z,now -o test test.o + +# missing flags + +gcc -D_FORTIFY_SOURCE=2 -g -O2 -Wformat -Wformat-security -Wall -c test.c +gcc -Wl,-z,now -o test test.o