]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/libtool
bin/blhc: Improve regex for libtool --mode=link (and relink).
[blhc/blhc.git] / t / logs / libtool
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
2
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
5
6 libtool: link: gcc -Wl,-z -Wl,relro -o test test.o
7 /bin/bash ../libtool --tag=CC --mode=link gcc -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 --preserve-dup-deps  --mode=link gcc -Wl,-z,relro -o test.so test.o
11  /bin/bash /tmp/test/build/libtool  --silent --tag CC --mode=relink gcc -Wl,-z,relro -o test.so test.o
12  /bin/bash /tmp/test/build/libtool  --tag CXX --mode=relink g++ -Wl,-z,relro -o test.la test.o
13
14 # Just to be sure, libtool won't do this. Note the test.c.
15 /bin/bash ../libtool --tag=CC   --mode=link gcc -Wl,-z,relro -o test.so test.c
16
17 libtool: install: /usr/bin/install -c ...
18 /bin/bash ./libtool --mode=install /usr/bin/install -c ...
19 /bin/bash ../../libtool --mode=install /usr/bin/install -c ...
20   /bin/bash ../../libtool   --mode=install /usr/bin/install -c  ...
21     /bin/bash ../../../libtool   --mode=install /usr/bin/install -c  ...