[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtool ChangeLog ltmain.in [branch-1-5]
From: |
Ralf Wildenhues |
Subject: |
libtool ChangeLog ltmain.in [branch-1-5] |
Date: |
Thu, 08 Jun 2006 16:55:11 +0000 |
CVSROOT: /cvsroot/libtool
Module name: libtool
Branch: branch-1-5
Changes by: Ralf Wildenhues <rwild> 06/06/08 16:55:11
Modified files:
. : ChangeLog ltmain.in
Log message:
* ltmain.in (link mode): Honor `-threads', similar to `-mt'.
Report by Eric Paire <address@hidden>.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libtool/ChangeLog?cvsroot=libtool&only_with_tag=branch-1-5&r1=1.1220.2.401&r2=1.1220.2.402
http://cvs.savannah.gnu.org/viewcvs/libtool/ltmain.in?cvsroot=libtool&only_with_tag=branch-1-5&r1=1.334.2.130&r2=1.334.2.131
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.1220.2.401
retrieving revision 1.1220.2.402
diff -u -b -r1.1220.2.401 -r1.1220.2.402
--- ChangeLog 1 Jun 2006 19:09:55 -0000 1.1220.2.401
+++ ChangeLog 8 Jun 2006 16:55:10 -0000 1.1220.2.402
@@ -1,3 +1,8 @@
+2006-06-08 Ralf Wildenhues <address@hidden>
+
+ * ltmain.in (link mode): Honor `-threads', similar to `-mt'.
+ Report by Eric Paire <address@hidden>.
+
2006-06-01 Ralf Wildenhues <address@hidden>
* ltmain.in: Convert *each* occurrence of `compile_command',
@@ -4492,4 +4497,4 @@
Continued in ChangeLog.1
- $Revision: 1.1220.2.401 $ $Date: 2006/06/01 19:09:55 $
+ $Revision: 1.1220.2.402 $ $Date: 2006/06/08 16:55:10 $
Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
retrieving revision 1.334.2.130
retrieving revision 1.334.2.131
diff -u -b -r1.334.2.130 -r1.334.2.131
--- ltmain.in 1 Jun 2006 19:09:55 -0000 1.334.2.130
+++ ltmain.in 8 Jun 2006 16:55:10 -0000 1.334.2.131
@@ -1640,7 +1640,7 @@
continue
;;
- -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
+ -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
compiler_flags="$compiler_flags $arg"
compile_command="$compile_command $arg"
finalize_command="$finalize_command $arg"
@@ -2134,7 +2134,7 @@
lib=
found=no
case $deplib in
- -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
+
-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
if test "$linkmode,$pass" = "prog,link"; then
compile_deplibs="$deplib $compile_deplibs"
finalize_deplibs="$deplib $finalize_deplibs"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- libtool ChangeLog ltmain.in [branch-1-5],
Ralf Wildenhues <=