1fdcc5e5c0
RISC-V is a new ISA designed to support computer research and education, and is now become a standard open architecture for industry implementations. This is a minimal set of changes required to run 'make kernel-toolchain' using external (GNU) toolchain. The FreeBSD/RISC-V project home: https://wiki.freebsd.org/riscv. Reviewed by: andrew, bdrewery, emaste, imp Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D4445
7 lines
133 B
Makefile
7 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
# RISCVTODO: should be 113
|
|
# compilation problems: gcc generates bltuz instruction, which is not exists
|
|
|
|
LDBL_PREC = 53
|