diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-07-25 15:39:52 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-07-25 15:39:52 +0000 |
commit | 1a79cb7341c9face374804f7623d309dc281056e (patch) | |
tree | d416f53fe5dacef17ce08efa8060430b390413e0 /libgomp/configure.tgt | |
parent | c1703fc185b118903740257c9a8cd6e06fd562f1 (diff) | |
download | gcc-1a79cb7341c9face374804f7623d309dc281056e.tar.gz |
re PR libgomp/45351 (many unaligned accesses in libgomp tests)
PR libgomp/45351
* config/osf/sem.h: New file.
* configure.tgt (alpha*-dec-osf*): Prepend osf to config_path.
From-SVN: r176755
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 429c8e6bca2..aeb9bc10216 100644 --- a/libgomp/configure.tgt +++ b/libgomp/configure.tgt @@ -129,6 +129,11 @@ case "${target}" in XLDFLAGS="${XLDFLAGS} -lpthread" ;; + alpha*-dec-osf*) + # Use Tru64 UNIX-specific sem.h version. + config_path="osf posix" + ;; + mips-sgi-irix6*) # Need to link with -lpthread so libgomp.so is self-contained. XLDFLAGS="${XLDFLAGS} -lpthread" |