This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, commited] Make posix theads the default on ia64*-*-hpux*


Posix theads are the default on PA HP-UX 11.* systems and should be
the default on IA64 HP-UX systems too.

Tested on IA64 HP-UX and checked in.

Steve Ellcey
sje@cup.hp.com


2007-01-25  Steve Ellcey  <sje@cup.hp.com>

	* config.gcc (ia64*-*-hpux*): Make posix threads the default.


Index: config.gcc
===================================================================
--- config.gcc	(revision 121157)
+++ config.gcc	(working copy)
@@ -1410,7 +1410,7 @@ ia64*-*-hpux*)
 	tmake_file="ia64/t-ia64 ia64/t-hpux"
 	target_cpu_default="MASK_GNU_AS"
 	case x$enable_threads in
-	xyes | xposix )
+	x | xyes | xposix )
 		thread_file=posix
 		;;
 	esac


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]