]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/stresstest.at [ aix3, beos, os2 ]: Always use
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 10 Oct 2005 16:25:09 +0000 (16:25 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 10 Oct 2005 16:25:09 +0000 (16:25 +0000)
`-no-undefined'.

ChangeLog
tests/stresstest.at

index 836950ea6ca78a72f098e7237ea7688551d4586f..814e23c12842b0182c1e05b02549978f86a92f3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * tests/stresstest.at [ aix3, beos, os2 ]: Always use
+       `-no-undefined'.
+
 2005-10-09  Christian Biesinger  <cbiesinger@web.de>
 
        * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [ beos ]:
index 1db5a4088271cbc03773672628220a1f979433af..5491b45f68d04235748659e7f2c439ad8bdd1a78 100644 (file)
@@ -171,8 +171,10 @@ AT_CHECK([$LIBTOOL --mode=compile $CC $CFLAGS -c main.c],[0],[ignore],[ignore])
 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