]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: there is no need to relink DLLs on OS/2.
authorKO Myung-Hun <komh@chollian.net>
Tue, 4 Nov 2014 11:15:53 +0000 (11:15 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 4 Nov 2014 14:45:31 +0000 (14:45 +0000)
* build-aux/ltmain.in (func_mode_link) <*-os2*>: need_relink=no.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
build-aux/ltmain.in

index e9d08776ef2819385fd8a414319e15c52715632b..e216611fd132c5ce0d6a95f55fc227d998bda2c1 100644 (file)
@@ -6154,7 +6154,7 @@ func_mode_link ()
        if test -n "$library_names" &&
           { test no = "$use_static_libs" || test -z "$old_library"; }; then
          case $host in
-         *cygwin* | *mingw* | *cegcc*)
+         *cygwin* | *mingw* | *cegcc* | *os2*)
              # No point in relinking DLLs because paths are not encoded
              func_append notinst_deplibs " $lib"
              need_relink=no