diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-24 13:59:06 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-24 13:59:06 +0000 |
commit | c1c8039170ef477599b6f4079fce5583f74f819f (patch) | |
tree | 52876da9b23cde147446df15c9b86849c36e36d9 /libgomp/configure.tgt | |
parent | 6fcd1f86410a58eed8abeda4ebc034b68e8bbe34 (diff) | |
download | gcc-c1c8039170ef477599b6f4079fce5583f74f819f.tar.gz |
PR libgomp/29494
* configure.tgt: Use posix95 configuration for Solaris 2.5.1 and 2.6.
* config/posix95: New directory.
* config/posix95/omp-lock.h: New file.
* config/posix95/lock.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118004 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure.tgt')
-rw-r--r-- | libgomp/configure.tgt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index f27f9287f24..7464d6a1cdf 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -95,6 +95,11 @@ case "${target}" in config_path="mingw32 posix" ;; + *-*-solaris2.[56]*) + config_path="posix95 posix" + XLDFLAGS="${XLDFLAGS} -lposix4" + ;; + *) ;; |