Author: jberry
Date: Thu Jun 16 10:55:55 2005
New Revision: 190972
URL: http://svn.apache.org/viewcvs?rev=190972&view=rev
Log:
Test for usage of -mt before -mthreads in an attempt to fix Dave Bertoni's
issue on HP-11 IA64 with aCC A.06.00.
Modified:
xerces/c/trunk/configure
xerces/c/trunk/m4/acx_pthread.m4
Modified: xerces/c/trunk/configure
URL:
http://svn.apache.org/viewcvs/xerces/c/trunk/configure?rev=190972&r1=190971&r2=190972&view=diff
==============================================================================
--- xerces/c/trunk/configure (original)
+++ xerces/c/trunk/configure Thu Jun 16 10:55:55 2005
@@ -23930,7 +23930,7 @@
# which indicates that we try without any flags at all, and "pthread-config"
# which is a program returning the flags for the Pth emulation library.
-acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads
-mthreads pthread --thread-safe -mt pthread-config"
+acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads
-mt -mthreads pthread --thread-safe pthread-config"
# The ordering *is* (sometimes) important. Some notes on the
# individual items follow:
Modified: xerces/c/trunk/m4/acx_pthread.m4
URL:
http://svn.apache.org/viewcvs/xerces/c/trunk/m4/acx_pthread.m4?rev=190972&r1=190971&r2=190972&view=diff
==============================================================================
--- xerces/c/trunk/m4/acx_pthread.m4 (original)
+++ xerces/c/trunk/m4/acx_pthread.m4 Thu Jun 16 10:55:55 2005
@@ -85,7 +85,7 @@
# which indicates that we try without any flags at all, and "pthread-config"
# which is a program returning the flags for the Pth emulation library.
-acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads
-mthreads pthread --thread-safe -mt pthread-config"
+acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads
-mt -mthreads pthread --thread-safe pthread-config"
# The ordering *is* (sometimes) important. Some notes on the
# individual items follow:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]