]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/arch-avr32
Sync architecture specific hardening support with dpkg 1.22.0
[blhc/blhc.git] / t / logs / arch-avr32
diff --git a/t/logs/arch-avr32 b/t/logs/arch-avr32
deleted file mode 100644 (file)
index 44b491d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-dpkg-buildpackage: source package test
-dpkg-buildpackage: host architecture avr32
-
-# 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