From e89c4063a2acdfc8aafb18715048c73909bd3f05 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Sun, 16 Jan 2005 14:07:06 +0000 Subject: [PATCH] * config/ltmain.m4sh (func_mode_link): Don't pass through compiler-like thread flags when using $LD to do the linking. Use compiler_flags instead. Reported by Mark_Andrews@isc.org. --- ChangeLog | 5 +++++ config/ltmain.m4sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ae3f0628..2cca3904c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-01-16 Peter O'Gorman + * config/ltmain.m4sh (func_mode_link): Don't pass through + compiler-like thread flags when using $LD to do the linking. + Use compiler_flags instead. + Reported by Mark_Andrews@isc.org. + * m4/libtool.m4 (LT_CMD_MAX_LEN) [osf]: On Tru64 there could be a kernel panic when testing the maximum command line length if exec_disable_arg_limit=1. Don't do the tests to figure it diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index a7d01c64f..2ac88b044 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -2651,7 +2651,7 @@ func_mode_link () ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) - deplibs="$deplibs $arg" + compiler_flags="$compiler_flags $arg" continue ;; @@ -3135,7 +3135,7 @@ func_mode_link () compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else - deplibs="$deplib $deplibs" + compiler_flags="$compiler_flags $deplib" fi continue ;; -- 2.47.2