Skip to content
Snippets Groups Projects
Commit a6654b6e authored by James David Berry's avatar James David Berry
Browse files

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.



git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@190972 13f79535-47bb-0310-9956-ffa450edef68
parent a8a07983
No related branches found
No related tags found
No related merge requests found
...@@ -23930,7 +23930,7 @@ fi ...@@ -23930,7 +23930,7 @@ fi
# which indicates that we try without any flags at all, and "pthread-config" # 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. # 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 # The ordering *is* (sometimes) important. Some notes on the
# individual items follow: # individual items follow:
......
...@@ -85,7 +85,7 @@ fi ...@@ -85,7 +85,7 @@ fi
# which indicates that we try without any flags at all, and "pthread-config" # 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. # 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 # The ordering *is* (sometimes) important. Some notes on the
# individual items follow: # individual items follow:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment