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
This commit is contained in:
Andreas Krebbel 2013-08-14 21:04:07 +00:00 committed by Andreas Krebbel
parent e3c02cc7e3
commit 1869217f88
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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>
* configure.tgt: Add -msoft-float to XCFLAGS.

View File

@ -109,7 +109,7 @@ case "${target_cpu}" in
ARCH=x86
;;
s390|s390x)
XCFLAGS="${XCFLAGS} -mzarch -mhtm -msoft-float"
XCFLAGS="${XCFLAGS} -mzarch -mhtm"
ARCH=s390
;;