mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
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
|
||||||
ARCH=x86
|
ARCH=x86
|
||||||
;;
|
;;
|
||||||
s390|s390x)
|
s390|s390x)
|
||||||
XCFLAGS="${XCFLAGS} -mzarch -mhtm -msoft-float"
|
XCFLAGS="${XCFLAGS} -mzarch -mhtm"
|
||||||
ARCH=s390
|
ARCH=s390
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue