summaryrefslogtreecommitdiff
path: root/libgomp/configure.tgt
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-19 20:27:11 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-19 20:27:11 +0000
commit84f90f7d600759655dead891eeab9f4a2f20eebb (patch)
tree2bbc3bd7ed9e5c0e7c24b786dc3adfb5eaef9818 /libgomp/configure.tgt
parent464cc29ad11b1f3205c995e05ee5e87a089e5962 (diff)
downloadgcc-84f90f7d600759655dead891eeab9f4a2f20eebb.tar.gz
2008-09-19 Jakub Jelinek <jakub@redhat.com>
Andreas Tobler <a.tobler@schweiz.org> * config/bsd/proc.c: New file. * configure.tgt (*-*-darwin*): Use config_path "darwin posix". * configure.ac: Check for header <sys/sysctl.h> * configure: Regenerate. * config.h.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140497 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure.tgt')
-rw-r--r--libgomp/configure.tgt4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt
index ef44a12a4bd..d66899fbf5f 100644
--- a/libgomp/configure.tgt
+++ b/libgomp/configure.tgt
@@ -111,6 +111,10 @@ case "${target}" in
XLDFLAGS="${XLDFLAGS} -lposix4"
;;
+ *-*-darwin*)
+ config_path="bsd posix"
+ ;;
+
*)
;;