]> git.ipfire.org Git - thirdparty/gcc.git/commit
s390: libgcc: Enable soft-fp
authorStefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
Thu, 7 Aug 2025 06:39:11 +0000 (08:39 +0200)
committerStefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
Thu, 7 Aug 2025 06:39:11 +0000 (08:39 +0200)
commit872b002b9f2cb9d726137062147951d84c67f02f
tree2cb0f619d1a29dd912c7e9154924ab05b0eded7b
parentca2169c65bd16960a2f29b68362566ab36f26224
s390: libgcc: Enable soft-fp

Enable soft-fp for -m64 only.

libgcc/ChangeLog:

* config.host: Include makefiles t-softfp for -m64.
* config/s390/sfp-exceptions.c: New file.
* config/s390/sfp-machine.h: New file.
* config/s390/t-softfp: New file.
libgcc/config.host
libgcc/config/s390/sfp-exceptions.c [new file with mode: 0644]
libgcc/config/s390/sfp-machine.h [new file with mode: 0644]
libgcc/config/s390/t-softfp [new file with mode: 0644]