config.host: Append t-floattodi to tmake_file depending on host_address.
[gcc.git] / libitm / configure.tgt
index d6828e83cab31c1f0f612849f202958a3512293a..4694a9b8aa0d0110c0b2f231427ec1f555fbd7e1 100644 (file)
@@ -1,5 +1,5 @@
 # -*- shell-script -*-
-#   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+#   Copyright (C) 2011-2014 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -47,7 +47,10 @@ fi
 # work out any special compilation flags as necessary.
 case "${target_cpu}" in
   alpha*)              ARCH=alpha ;;
-  rs6000 | powerpc*)   ARCH=powerpc ;;
+  rs6000 | powerpc*)
+       XCFLAGS="${XCFLAGS} -mhtm"
+       ARCH=powerpc
+       ;;
 
   arm*)                ARCH=arm ;;
 
@@ -61,6 +64,7 @@ case "${target_cpu}" in
              XCFLAGS="${XCFLAGS} -fomit-frame-pointer"
            fi
        esac
+       XCFLAGS="${XCFLAGS} -mrtm"
        ARCH=x86
        ;;
 
@@ -101,8 +105,13 @@ case "${target_cpu}" in
            XCFLAGS="${XCFLAGS} -fomit-frame-pointer"
            ;;
        esac
+       XCFLAGS="${XCFLAGS} -mrtm"
        ARCH=x86
        ;;
+  s390|s390x)
+       XCFLAGS="${XCFLAGS} -mzarch -mhtm"
+       ARCH=s390
+       ;;
 
   *)
        ARCH="${target_cpu}"