]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/arch-avr32
Fix false positive in C++ compiler detection
[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 3454920..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 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
-gcc -o test test.o
-
-# missing flags
-gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
-gcc -o test test.o