OSDN Git Service

* gfortran.dg/vect/fast-math-mgrid-resid.f: Limit to x86, add
[pf3gnuchains/gcc-fork.git] / libgomp / configure.tgt
index f46210c..d66899f 100644 (file)
@@ -11,7 +11,7 @@
 #  XLDFLAGS            Add extra link flags to use.
 
 # Optimize TLS usage by avoiding the overhead of dynamic allocation.
-if test $have_tls = yes ; then
+if test $gcc_cv_have_tls = yes ; then
   case "${target}" in
 
     *-*-linux*)
@@ -35,6 +35,10 @@ if test $enable_linux_futex = yes; then
        config_path="linux/ia64 linux posix"
        ;;
 
+    mips*-*-linux*)
+       config_path="linux/mips linux posix"
+       ;;
+
     powerpc*-*-linux*)
        config_path="linux/powerpc linux posix"
        ;;
@@ -107,6 +111,10 @@ case "${target}" in
        XLDFLAGS="${XLDFLAGS} -lposix4"
        ;;
 
+  *-*-darwin*)
+       config_path="bsd posix"
+       ;;
+
   *)
        ;;