libtool-patches
[Top][All Lists]
Advanced

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

[PATCH 01/10] libtool: don't eliminate duplications in $postdeps and $pr


From: KO Myung-Hun
Subject: [PATCH 01/10] libtool: don't eliminate duplications in $postdeps and $predeps on OS/2
Date: Sun, 12 Oct 2014 17:33:46 +0900

* build-aux/ltmain.h (libtool_validate_options): Add *os2* to the list.
---
 build-aux/ltmain.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 65b5a2d..58e2e34 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -499,7 +499,7 @@ libtool_validate_options ()
     case $host in
       # Solaris2 added to fix 
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
       # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
-      *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2*)
+      *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
         # don't eliminate duplications in $postdeps and $predeps
         opt_duplicate_compiler_generated_deps=:
         ;;
-- 
1.7.3.2




reply via email to

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