mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 14:31:48 +01:00
7804dd5212
Hardfloat is now default (use riscv64sf as TARGET_ARCH for softfloat). Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D8529
9 lines
133 B
Makefile
9 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE_ARCH:Mriscv*sf} != ""
|
|
CFLAGS+=-DSOFTFLOAT
|
|
.endif
|
|
|
|
LDBL_PREC = 113
|
|
SYM_MAPS += ${.CURDIR}/riscv/Symbol.map
|