s390.c (s390_loadrelative_operand_p): New function.
[gcc.git] / libgomp / configure.tgt
index 6ab9e4d9141bd2ecae26dc26c64b299c41941ae6..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
@@ -124,6 +128,11 @@ case "${target}" in
        config_path="bsd posix"
        ;;
 
+  *-*-freebsd*)
+       # Need to link with -lpthread so libgomp.so is self-contained.
+       XLDFLAGS="${XLDFLAGS} -lpthread"
+       ;;
+
   *)
        ;;