libtool-patches
[Top][All Lists]
Advanced

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

FYI: stresstest -no-undefined nitfix


From: Ralf Wildenhues
Subject: FYI: stresstest -no-undefined nitfix
Date: Mon, 10 Oct 2005 18:26:04 +0200
User-agent: Mutt/1.5.11

I have applied the following trivial bugfix to CVS HEAD
(every $host_os which sets allow_undefined_flag=unsupported needs this),
in order to facilitate further BeOS testing and save Christian from
having to report yet another bug in the testsuite.  :)

Cheers,
Ralf

        * tests/stresstest.at [ aix3, beos, os2 ]: Always use
        `-no-undefined'.

Index: tests/stresstest.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/stresstest.at,v
retrieving revision 1.6
diff -u -r1.6 stresstest.at
--- tests/stresstest.at 13 Sep 2005 07:28:14 -0000      1.6
+++ tests/stresstest.at 10 Oct 2005 16:22:52 -0000
@@ -171,8 +171,10 @@
 AT_CHECK([$LIBTOOL --mode=compile $CC $CFLAGS -c dlself.c -o 
sub3/dlself.lo],[0],[ignore],[ignore])
 
 case $host_os in
-  cygwin* | mingw* | pw32*) undef_opts=-no-undefined ;;
-  *)                        undef_opts='"" -no-undefined' ;;
+  aix3* | beos* | cygwin* | mingw* | os2* | pw32*)
+    undef_opts=-no-undefined ;;
+  *)
+    undef_opts='"" -no-undefined' ;;
 esac
 
 for l1 in $undef_opts




reply via email to

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