Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / libgomp / configure.tgt
index 210dd5d..2eecc93 100644 (file)
@@ -27,6 +27,10 @@ config_path="posix"
 if test $enable_linux_futex = yes; then
   case "${target}" in
 
+    aarch64*-*-linux*)
+       config_path="linux posix"
+       ;;
+
     alpha*-*-linux*)
        config_path="linux/alpha linux posix"
        ;;
@@ -59,7 +63,7 @@ if test $enable_linux_futex = yes; then
     i[456]86-*-linux*)
        config_path="linux/x86 linux posix"
        case " ${CC} ${CFLAGS} " in
-         *" -m64 "*)
+         *" -m64 "*|*" -mx32 "*)
            ;;
          *)
            if test -z "$with_arch"; then
@@ -133,15 +137,6 @@ 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"
-       ;;
   *)
        ;;