Commit 1869217f by Andreas Krebbel Committed by Andreas Krebbel

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

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

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

From-SVN: r201753
parent e3c02cc7
2013-08-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Revert:
2013-08-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* configure.tgt: Add -msoft-float to XCFLAGS.
2013-08-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2013-08-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* configure.tgt: Add -msoft-float to XCFLAGS. * configure.tgt: Add -msoft-float to XCFLAGS.
......
...@@ -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 -msoft-float" XCFLAGS="${XCFLAGS} -mzarch -mhtm"
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