5bca221511
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
10 lines
207 B
Makefile
10 lines
207 B
Makefile
# $NetBSD: Makefile.inc,v 1.7 2005/09/17 11:49:39 tsutsui Exp $
|
|
# $FreeBSD$
|
|
|
|
.if ${MACHINE_ARCH:Mmips*hf} == ""
|
|
CFLAGS+=-DSOFTFLOAT
|
|
.endif
|
|
|
|
MDSRCS+= machdep_ldisd.c
|
|
SYM_MAPS+= ${LIBC_SRCTOP}/mips/Symbol.map
|