[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtool ChangeLog libltdl/config/ltmain.m4sh
From: |
Ralf Wildenhues |
Subject: |
libtool ChangeLog libltdl/config/ltmain.m4sh |
Date: |
Thu, 08 Jun 2006 16:54:44 +0000 |
CVSROOT: /cvsroot/libtool
Module name: libtool
Changes by: Ralf Wildenhues <rwild> 06/06/08 16:54:44
Modified files:
. : ChangeLog
libltdl/config : ltmain.m4sh
Log message:
* libltdl/config/ltmain.m4sh (func_mode_link): Honor `-threads',
similar to `-mt'.
Report by Eric Paire <address@hidden>.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libtool/ChangeLog?cvsroot=libtool&r1=1.2305&r2=1.2306
http://cvs.savannah.gnu.org/viewcvs/libtool/libltdl/config/ltmain.m4sh?cvsroot=libtool&r1=1.48&r2=1.49
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.2305
retrieving revision 1.2306
diff -u -b -r1.2305 -r1.2306
--- ChangeLog 1 Jun 2006 18:39:23 -0000 1.2305
+++ ChangeLog 8 Jun 2006 16:54:44 -0000 1.2306
@@ -1,3 +1,9 @@
+2006-06-08 Ralf Wildenhues <address@hidden>
+
+ * libltdl/config/ltmain.m4sh (func_mode_link): Honor `-threads',
+ similar to `-mt'.
+ Report by Eric Paire <address@hidden>.
+
2006-06-01 Charles Wilson <address@hidden>
* libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [ cygwin ]:
@@ -415,6 +421,6 @@
Continued in ChangeLog.2005
- $Revision: 1.2305 $ $Date: 2006/06/01 18:39:23 $
+ $Revision: 1.2306 $ $Date: 2006/06/08 16:54:44 $
vim:tw=72
Index: libltdl/config/ltmain.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/config/ltmain.m4sh,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- libltdl/config/ltmain.m4sh 19 May 2006 02:23:04 -0000 1.48
+++ libltdl/config/ltmain.m4sh 8 Jun 2006 16:54:44 -0000 1.49
@@ -2722,7 +2722,7 @@
continue
;;
- -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
+
-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
compiler_flags="$compiler_flags $arg"
func_append compile_command " $arg"
func_append finalize_command " $arg"
@@ -3204,7 +3204,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 libltdl/config/ltmain.m4sh,
Ralf Wildenhues <=