Commit d62d5152 by Andreas Krebbel Committed by Andreas Krebbel

configure.tgt: Add -msoft-float to XCFLAGS.

2013-08-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* configure.tgt: Add -msoft-float to XCFLAGS.

From-SVN: r201441
parent af15184a
2013-08-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* configure.tgt: Add -msoft-float to XCFLAGS.
2013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2013-07-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/target.h (htm_begin, htm_commit, htm_abort) * config/s390/target.h (htm_begin, htm_commit, htm_abort)
......
...@@ -109,7 +109,7 @@ case "${target_cpu}" in ...@@ -109,7 +109,7 @@ case "${target_cpu}" in
ARCH=x86 ARCH=x86
;; ;;
s390|s390x) s390|s390x)
XCFLAGS="${XCFLAGS} -mzarch -mhtm" XCFLAGS="${XCFLAGS} -mzarch -mhtm -msoft-float"
ARCH=s390 ARCH=s390
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment