libtool-patches
[Top][All Lists]
Advanced

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

[PATCH 2/9] libtool: don't eliminate duplications in $postdeps and $pred


From: KO Myung-Hun
Subject: [PATCH 2/9] libtool: don't eliminate duplications in $postdeps and $predeps on OS/2
Date: Sun, 4 Nov 2012 21:13:27 +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 4e53936..ede32eb 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -497,7 +497,7 @@ libtool_validate_options ()
     test : = "$debug_cmd" || func_append preserve_args " --debug"
 
     case $host in
-      *cygwin* | *mingw* | *pw32* | *cegcc*)
+      *cygwin* | *mingw* | *pw32* | *cegcc* | *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]