This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[committed] Don't build libgomp on hpux10
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 12 Jun 2006 22:50:29 -0400 (EDT)
- Subject: [committed] Don't build libgomp on hpux10
HP-UX 10 and earlier don't support POSIX threads and libgomp won't
build without POSIX threads. So, I've disabled building libgomp
on HP-UX, except on HP-UX 11.
Tested on HP-UX 10.20.
Dave
--
J. David Anglin dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6602)
2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* configure.in: Don't enable libgomp on hpux10.
* configure: Rebuilt.
Index: configure.in
===================================================================
--- configure.in (revision 114379)
+++ configure.in (working copy)
@@ -353,7 +353,7 @@
;;
*-*-netbsd* | *-*-freebsd* | *-*-openbsd*)
;;
- *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux*)
+ *-*-solaris2* | *-*-sysv4* | *-*-irix* | *-*-osf* | *-*-hpux11*)
;;
*-*-darwin* | *-*-aix*)
;;