libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool-1.5.10.nopicfix2.patch


From: Ralf Wildenhues
Subject: Re: libtool-1.5.10.nopicfix2.patch
Date: Wed, 17 Nov 2004 08:41:26 +0100
User-agent: Mutt/1.4.1i

* Daniel Reed wrote on Wed, Nov 17, 2004 at 12:28:00AM CET:
> I may have contributed this code originally, and it breaks in VPATH make 
> checks.
> The patch below corrects demo-nopic to correctly skip hppa, x86_64, and 
> s390*.

I'd rather use this ($host is defined in $srcdir/defs).
Anybody mind if I apply?

Regards,
Ralf


Index: tests/demo-nopic.test
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/demo-nopic.test,v
retrieving revision 1.4.2.3
diff -u -r1.4.2.3 demo-nopic.test
--- tests/demo-nopic.test       12 Aug 2004 03:34:50 -0000      1.4.2.3
+++ tests/demo-nopic.test       17 Nov 2004 07:43:47 -0000
@@ -11,10 +11,9 @@
 . $srcdir/defs || exit 1
 
 # This doesn't work on hppa
-HOST=`../config.guess`
-case "$HOST" in
+case "$host" in
 hppa*|x86_64*|s390*)
-        echo "Not running on $HOST, it doesn't like non-PIC shared libs" 2>&1
+        echo "Not running on $host, it doesn't like non-PIC shared libs" 2>&1
         exit 77
 esac
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]