]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
bin/blhc: Another fix for libtool --mode=link.
authorSimon Ruderich <simon@ruderich.org>
Mon, 12 Mar 2012 16:32:47 +0000 (17:32 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 12 Mar 2012 16:32:47 +0000 (17:32 +0100)
bin/blhc
t/logs/libtool
t/tests.t

index 30bc35ae13278aad807e55ca360f1862e226fa34..6156282ddc424138b8fcea9b4768f94061355057 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -272,7 +272,7 @@ foreach my $line (@input) {
     # Linker commands.
     if ($line =~ /\s-l[A-Za-z0-9.-]+(\s|\\|$)/
             or $line =~ /^libtool: link: /
-            or $line =~ m{\s*/bin/bash .+?libtool\s+.+?\s+--mode=(re)?link}) {
+            or $line =~ m{\s*/bin/bash .+?libtool\s+(.+?\s+)?--mode=(re)?link}) {
         $compiler = 0;
         $linker   = 1;
     }
index d85ca4981790f5384f600b1c7adeb2f073b09ab3..4447a20456971de87132ba13a43899daeaf8bf6a 100644 (file)
@@ -4,6 +4,7 @@ libtool: link: g++ -shared test-a.o test-b.o test-b.o test-c.o -O2 -pie -Wl,relr
 libtool: link: g++ -shared test-a.o test-b.o test-b.o test-c.o -O2 -Wl,relro -o test.so
 
 libtool: link: gcc -Wl,-z -Wl,relro -o test test.o
+/bin/bash ../../../libtool  --mode=link cc -Wl,-z,relro -o test.so test.o
 /bin/bash ../libtool --tag=CC --mode=link gcc -Wl,-z,relro -o test.so test.o
 /bin/bash ../libtool --tag=CC   --mode=link gcc -Wl,-z,relro -o test.so test.o
   /bin/bash ../libtool --tag=CC   --mode=link gcc -Wl,-z,relro -o test.so test.o
index 6904a7deb8177e1063b0042f0e47ea25c0fc5ab9..5af07807609e9134496b3d6d92553ca7f0f9f64c 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -308,6 +308,7 @@ is_blhc 'libtool', '--bindnow', 4,
 LDFLAGS missing (-fPIE): 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
 LDFLAGS missing (-fPIE -pie -Wl,-z,now): libtool: link: g++ -shared test-a.o test-b.o test-b.o test-c.o -O2 -Wl,relro -o test.so
 LDFLAGS missing (-fPIE -pie -Wl,-z,now): libtool: link: gcc -Wl,-z -Wl,relro -o test test.o
+LDFLAGS missing (-fPIE -pie -Wl,-z,now): /bin/bash ../../../libtool  --mode=link cc -Wl,-z,relro -o test.so test.o
 LDFLAGS missing (-fPIE -pie -Wl,-z,now): /bin/bash ../libtool --tag=CC --mode=link gcc -Wl,-z,relro -o test.so test.o
 LDFLAGS missing (-fPIE -pie -Wl,-z,now): /bin/bash ../libtool --tag=CC   --mode=link gcc -Wl,-z,relro -o test.so test.o
 LDFLAGS missing (-fPIE -pie -Wl,-z,now):   /bin/bash ../libtool --tag=CC   --mode=link gcc -Wl,-z,relro -o test.so test.o