[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 06/10] There is no need to relink DLLs on OS/2
From: |
KO Myung-Hun |
Subject: |
[PATCH 06/10] There is no need to relink DLLs on OS/2 |
Date: |
Thu, 23 Feb 2012 00:01:59 +0900 |
---
build-aux/ltmain.m4sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-aux/ltmain.m4sh b/build-aux/ltmain.m4sh
index c3b02e6..5ec111d 100644
--- a/build-aux/ltmain.m4sh
+++ b/build-aux/ltmain.m4sh
@@ -5940,7 +5940,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
--
1.7.3.2
- [PATCH] OS/2 supports, KO Myung-Hun, 2012/02/22
- [PATCH 01/10] Add -shortname option., KO Myung-Hun, 2012/02/22
- [PATCH 02/10] Don't eliminate duplications in $postdeps and $predeps on OS/2, KO Myung-Hun, 2012/02/22
- [PATCH 03/10] Set lt_prog_compiler_static to -Bstatic on OS/2, KO Myung-Hun, 2012/02/22
- [PATCH 05/10] OS/2 uses ld inherited from GNU ld, KO Myung-Hun, 2012/02/22
- [PATCH 04/10] OS/2 uses other APIs to load a DLL than LoadLibrary() on Windows., KO Myung-Hun, 2012/02/22
- [PATCH 06/10] There is no need to relink DLLs on OS/2,
KO Myung-Hun <=
- [PATCH 07/10] Set lt_cv_deplibs_check_method to pass_all on OS/2, KO Myung-Hun, 2012/02/22
- [PATCH 08/10] Support -Zxxx options used on OS/2, KO Myung-Hun, 2012/02/22
- [PATCH 09/10] Create import libraries instead of links to the real library on OS/2, KO Myung-Hun, 2012/02/22
- [PATCH 10/10] Fix a problem that it fails to find proper libraries if .la is a dependency on OS/2, KO Myung-Hun, 2012/02/22