| commit | 19134b38de6a115e1deb2910e93e818bdbf271f9 | [log] [tgz] |
|---|---|---|
| author | CedarMist <134699267+CedarMist@users.noreply.github.com> | Fri Mar 07 23:37:55 2025 +0000 |
| committer | CedarMist <134699267+CedarMist@users.noreply.github.com> | Fri Mar 07 23:37:55 2025 +0000 |
| tree | 7f4e232794aa0ac0282903cc22ec52bf2e9a36b3 | |
| parent | 3b70b5d8147675932c38b36cd09af6df4eedd919 [diff] |
Allow CC override for Linux-RISCV64-GCC e.g. make -C berkeley-softfloat-3/build/Linux-RISCV64-GCC/ CC=riscv64-linux-gnu-gcc MARCH=rv64gc This allows building using the Ubuntu `crossbuild-essential-riscv64` package
John R. Hauser
2018 January 20
Berkeley SoftFloat is a software implementation of binary floating-point that conforms to the IEEE Standard for Floating-Point Arithmetic. SoftFloat is distributed in the form of C source code. Building the SoftFloat sources generates a library file (typically softfloat.a or libsoftfloat.a) containing the floating-point subroutines.
The SoftFloat package is documented in the following files in the doc subdirectory:
Other files in the package comprise the source code for SoftFloat.