]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/good-library
Also support -fpic in -fPIE/-fPIC conflict detection.
[blhc/blhc.git] / t / logs / good-library
index 6c2147061b0f82f19402fa19a2fce79874d2b59e..5447520651b92e3fb28e0f0e69de3b2a46f66286 100644 (file)
@@ -6,4 +6,4 @@ gcc -shared -fPIC -DPIC libtest.o -lpthread -O2 -Wl,relro -Wl,now -Wl,--as-neede
 gcc -shared -fPIC test.o -Wl,-z -Wl,relro -Wl,now -o .libs/libtest.so.1.0.0
 
 gcc -shared -fPIE -pie -o libtest.so.0d ./test-a.o test/./test-b.o -Wl,-z,relro -Wl,-z,now -lpthread -ldl
-/usr/bin/g++ -shared -fPIC -Wl,-z,relro -Wl,-z,now -o libtest-6.1.so.0 test.o -ltiff -lz
+/usr/bin/g++ -shared -fpic -Wl,-z,relro -Wl,-z,now -o libtest-6.1.so.0 test.o -ltiff -lz