config.host: Append t-floattodi to tmake_file depending on host_address.
[gcc.git] / libitm / configure.tgt
index 4ec0d50063e5da847ca842a7f04b981d267cebd0..4694a9b8aa0d0110c0b2f231427ec1f555fbd7e1 100644 (file)
@@ -1,5 +1,5 @@
 # -*- shell-script -*-
-#   Copyright (C) 2011-2013 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
@@ -109,7 +109,7 @@ case "${target_cpu}" in
        ARCH=x86
        ;;
   s390|s390x)
-       XCFLAGS="${XCFLAGS} -mzarch -mhtm -msoft-float"
+       XCFLAGS="${XCFLAGS} -mzarch -mhtm"
        ARCH=s390
        ;;