1 /bin/bash ../../libtool --tag=CC --mode=compile x86_64-linux-gnu-gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -c test.c
3 libtool: link: g++ -shared test-a.o test-b.o test-b.o test-c.o -O2 -pie -Wl,relro -Wl,now -o test.so
4 libtool: link: g++ -shared test-a.o test-b.o test-b.o test-c.o -O2 -Wl,relro -o test.so
6 libtool: link: gcc -Wl,-z -Wl,relro -o test test.o
7 /bin/bash ../../../libtool --mode=link cc -Wl,-z,relro -o test.so test.o
8 /bin/bash ../libtool --tag=CC --mode=link gcc -Wl,-z,relro -o test.so test.o
9 /bin/bash ../libtool --tag=CC --mode=link gcc -Wl,-z,relro -o test.so test.o
10 /bin/bash ../libtool --tag=CC --mode=link gcc -Wl,-z,relro -o test.so test.o
11 /bin/bash ../../libtool --tag=CC --preserve-dup-deps --mode=link gcc -Wl,-z,relro -o test.so test.o
12 /bin/bash /tmp/test/build/libtool --silent --tag CC --mode=relink gcc -Wl,-z,relro -o test.so test.o
13 /bin/bash /tmp/test/build/libtool --tag CXX --mode=relink g++ -Wl,-z,relro -o test.la test.o
14 # Make sure ".libs/test" is treated as a binary.
15 /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
16 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
18 # Just to be sure, libtool won't do this. Note the test.c.
19 /bin/bash ../libtool --tag=CC --mode=link gcc -Wl,-z,relro -o test.so test.c
21 libtool: install: /usr/bin/install -c ...
22 /bin/bash ./libtool --mode=install /usr/bin/install -c ...
23 /bin/bash ../../libtool --mode=install /usr/bin/install -c ...
24 /bin/bash ../../libtool --mode=install /usr/bin/install -c ...
25 /bin/bash ../../../libtool --mode=install /usr/bin/install -c ...