]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/buildd-architecture-old
Detect architecture in old buildd logs which add an "is".
[blhc/blhc.git] / t / logs / buildd-architecture-old
diff --git a/t/logs/buildd-architecture-old b/t/logs/buildd-architecture-old
new file mode 100644 (file)
index 0000000..da7565c
--- /dev/null
@@ -0,0 +1,8 @@
+dpkg-buildpackage: source package test
+dpkg-buildpackage: host architecture is ia64
+
+# Old buildd logs use "host architecture is ia64" (note the "is"). Detect the
+# architecture correctly for those logs.
+
+gcc -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -Wformat -Wformat-security -Werror=format-security -Wall -c test.c
+gcc -fPIE -pie -o test test.o