From: Ralf Wildenhues Date: Mon, 10 Oct 2005 16:25:09 +0000 (+0000) Subject: * tests/stresstest.at [ aix3, beos, os2 ]: Always use X-Git-Tag: release-2-1b~468 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6f894bd1c936c96d909de6828b84f3dba892d47;p=thirdparty%2Flibtool.git * tests/stresstest.at [ aix3, beos, os2 ]: Always use `-no-undefined'. --- diff --git a/ChangeLog b/ChangeLog index 836950ea6..814e23c12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-10 Ralf Wildenhues + + * tests/stresstest.at [ aix3, beos, os2 ]: Always use + `-no-undefined'. + 2005-10-09 Christian Biesinger * libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [ beos ]: diff --git a/tests/stresstest.at b/tests/stresstest.at index 1db5a4088..5491b45f6 100644 --- a/tests/stresstest.at +++ b/tests/stresstest.at @@ -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