]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/arch-hppa
Sync architecture specific hardening support with dpkg 1.22.0
[blhc/blhc.git] / t / logs / arch-hppa
diff --git a/t/logs/arch-hppa b/t/logs/arch-hppa
new file mode 100644 (file)
index 0000000..ca444e5
--- /dev/null
@@ -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