diff options
author | Ruslan Bukin <br@FreeBSD.org> | 2016-11-16 15:21:32 +0000 |
---|---|---|
committer | Ruslan Bukin <br@FreeBSD.org> | 2016-11-16 15:21:32 +0000 |
commit | 7804dd5212a3874db3328bc94d00263f23f96fa8 (patch) | |
tree | db2fdf4551d5d33c2669e201341ef9b927c3c49b /Makefile.inc1 | |
parent | 33299e3d96bb998373f69d828c495aa84adff45b (diff) |
Add full softfloat and hardfloat support for RISC-V.
Hardfloat is now default (use riscv64sf as TARGET_ARCH
for softfloat).
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D8529
Notes
Notes:
svn path=/head/; revision=308731
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index d78cfd26a162..a5b44cb6c8b9 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -364,6 +364,7 @@ KNOWN_ARCHES?= aarch64/arm64 \ powerpc64/powerpc \ powerpcspe/powerpc \ riscv64/riscv \ + riscv64sf/riscv \ sparc64 .if ${TARGET} == ${TARGET_ARCH} |