]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Add -pthread like flags when linking executables too.
authorPeter O'Gorman <peter@pogma.com>
Mon, 7 Feb 2005 14:18:41 +0000 (14:18 +0000)
committerPeter O'Gorman <peter@pogma.com>
Mon, 7 Feb 2005 14:18:41 +0000 (14:18 +0000)
Reported by Andreas Schwab <schwab@suse.de>

ChangeLog
ltmain.in

index 9505a6b8cafc4e4f3ca421d86bb0d52b0bed7912..62f8d7e4f25cb54dbb61213678f34653c02bc2f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-07  Peter O'Gorman  <peter@pogma.com>
+
+       * ltmain.in: Add -pthread like flags when linking executables too.
+       Reported by Andreas Schwab <schwab@suse.de>
+
 2005-02-05  Peter O'Gorman  <peter@pogma.com>
 
        * configure.ac: Bump version to 1.5.13a
index 71fd5806e31292fc85dfe649cd7d1d28dbf1edab..3e8cf3643980f632dd5990a52793c52b823e15c0 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1525,6 +1525,8 @@ EOF
 
      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
        compiler_flags="$compiler_flags $arg"
+       compile_command="$compile_command $arg"
+       finalize_command="$finalize_command $arg"
        continue
        ;;