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:
parent
e3c02cc7e3
commit
1869217f88
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -109,7 +109,7 @@ case "${target_cpu}" in
|
|||
ARCH=x86
|
||||
;;
|
||||
s390|s390x)
|
||||
XCFLAGS="${XCFLAGS} -mzarch -mhtm -msoft-float"
|
||||
XCFLAGS="${XCFLAGS} -mzarch -mhtm"
|
||||
ARCH=s390
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue