s390.c (s390_loadrelative_operand_p): New function.
[gcc.git] / libgomp / configure.tgt
index 429c8e6bca29deec55121509d4c401ba4e45d5a2..d5a1480e4812634ae280238684cb2187b2c618f8 100644 (file)
@@ -32,7 +32,7 @@ if test $enable_linux_futex = yes; then
        ;;
 
     arm*-*-linux*)
-       config_path="linux/arm linux posix"
+       config_path="linux posix"
        ;;
 
     ia64*-*-linux*)
@@ -51,11 +51,15 @@ if test $enable_linux_futex = yes; then
        config_path="linux/s390 linux posix"
        ;;
 
+    tile*-*-linux*)
+       config_path="linux/tile linux posix"
+       ;;
+
     # Note that bare i386 is not included here.  We need cmpxchg.
     i[456]86-*-linux*)
        config_path="linux/x86 linux posix"
        case " ${CC} ${CFLAGS} " in
-         *" -m64 "*)
+         *" -m64 "*|*" -mx32 "*)
            ;;
          *)
            if test -z "$with_arch"; then
@@ -129,10 +133,6 @@ case "${target}" in
        XLDFLAGS="${XLDFLAGS} -lpthread"
        ;;
 
-  mips-sgi-irix6*)
-       # Need to link with -lpthread so libgomp.so is self-contained.
-       XLDFLAGS="${XLDFLAGS} -lpthread"
-       ;;
   *)
        ;;