]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/libtool
Improve detection of linker commands.
[blhc/blhc.git] / t / logs / libtool
index 4447a20456971de87132ba13a43899daeaf8bf6a..9af727c6f0a413540f47227131dddb0c019db97b 100644 (file)
@@ -11,6 +11,9 @@ libtool: link: gcc -Wl,-z -Wl,relro -o test test.o
 /bin/bash ../../libtool  --tag=CC --preserve-dup-deps  --mode=link gcc -Wl,-z,relro -o test.so test.o
  /bin/bash /tmp/test/build/libtool  --silent --tag CC --mode=relink gcc -Wl,-z,relro -o test.so test.o
  /bin/bash /tmp/test/build/libtool  --tag CXX --mode=relink g++ -Wl,-z,relro -o test.la test.o
+# Make sure ".libs/test" is treated as a binary.
+/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security   -Wl,-z,relro -o test test.o
+gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wl,-z -Wl,relro -o .libs/test test.o
 
 # Just to be sure, libtool won't do this. Note the test.c.
 /bin/bash ../libtool --tag=CC   --mode=link gcc -Wl,-z,relro -o test.so test.c