X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fbad;fp=t%2Flogs%2Fbad;h=c4184d88642e7c36c0afc60f25c2c2f1b2139def;hp=0000000000000000000000000000000000000000;hb=0df26c1c2b30a44adc06f9c93650a6f2e31475c0;hpb=cf83d58fd04f141f4552050b285e2fbfc8189bcb diff --git a/t/logs/bad b/t/logs/bad new file mode 100644 index 0000000..c4184d8 --- /dev/null +++ b/t/logs/bad @@ -0,0 +1,11 @@ +configure: running /bin/bash ./configure ... 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 'LDFLAGS=-Wl,-z,relro -Wl,-z,defs -Wl,--as-needed' ... + +checking for gcc... gcc +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking dependency style of gcc... gcc3 + +gcc -g -O2 -c test-a.c +gcc -g -O2 -c test-b.c +gcc -g -O2 -c test-c.c +gcc -o test test-a.o test-b.o test-c.o -ltest