X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=inline;f=t%2Flogs%2Farch-hppa;fp=t%2Flogs%2Farch-hppa;h=ca444e5eb877787ac65097da2ebe7185f770ba7a;hb=fb2c46d23c6052c714729d70d33d54011374689b;hp=0000000000000000000000000000000000000000;hpb=60bb79a36c20a4c4ec62e0956c0b008408771299;p=blhc%2Fblhc.git diff --git a/t/logs/arch-hppa b/t/logs/arch-hppa new file mode 100644 index 0000000..ca444e5 --- /dev/null +++ b/t/logs/arch-hppa @@ -0,0 +1,11 @@ +dpkg-buildpackage: source package test +dpkg-buildpackage: host architecture hppa + +# no relro,bindnow + +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 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c +gcc -o test test.o