OSDN Git Service

* gcc.dg/vect/vect-21.c: Expect the loops to get vectorized on
[pf3gnuchains/gcc-fork.git] / libgomp / configure.tgt
index 6ab9e4d..aeb9bc1 100644 (file)
@@ -124,6 +124,20 @@ case "${target}" in
        config_path="bsd posix"
        ;;
 
+  *-*-freebsd*)
+       # Need to link with -lpthread so libgomp.so is self-contained.
+       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"
+       ;;
   *)
        ;;