X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Flibtool;h=9af727c6f0a413540f47227131dddb0c019db97b;hp=4447a20456971de87132ba13a43899daeaf8bf6a;hb=6627495234a5de93e9c77b708774dfb6ae25fa20;hpb=752679b4479c6db9322e0845a151e6d4d4716894 diff --git a/t/logs/libtool b/t/logs/libtool index 4447a20..9af727c 100644 --- a/t/logs/libtool +++ b/t/logs/libtool @@ -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