From: Peter O'Gorman Date: Mon, 7 Feb 2005 14:18:41 +0000 (+0000) Subject: * ltmain.in: Add -pthread like flags when linking executables too. X-Git-Tag: release-1-5-14~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22bd09a1371916e5fbda2fd3f5391464f1b26fc3;p=thirdparty%2Flibtool.git * ltmain.in: Add -pthread like flags when linking executables too. Reported by Andreas Schwab --- diff --git a/ChangeLog b/ChangeLog index 9505a6b8c..62f8d7e4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-07 Peter O'Gorman + + * ltmain.in: Add -pthread like flags when linking executables too. + Reported by Andreas Schwab + 2005-02-05 Peter O'Gorman * configure.ac: Bump version to 1.5.13a diff --git a/ltmain.in b/ltmain.in index 71fd5806e..3e8cf3643 100644 --- 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 ;;