mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
This adds new target architectures for hardfloat: mipselhf mipshf mips64elhf mips64hf. Tested in QEMU only. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D8376
8 lines
130 B
Makefile
8 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE_ARCH:Mmips*hf} == ""
|
|
CFLAGS+=-DSOFTFLOAT
|
|
.endif
|
|
|
|
LDBL_PREC = 53
|
|
SYM_MAPS += ${.CURDIR}/mips/Symbol.map
|