libm Makefile: add fma() functions for mips.

This pushed the ramdisk size, so that needed to be bumped as well.
Otherwise, there were no build issues for either 32 or 64 bit mips.
Sort-of OK'ed by simonb@.
This commit is contained in:
he 2023-10-08 13:47:51 +00:00
parent f26f10e736
commit 0274baaaaf
2 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.18 2023/07/25 02:38:31 gutteridge Exp $
# $NetBSD: Makefile,v 1.19 2023/10/08 13:47:51 he Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 4096k
IMAGESIZE= 4160k
MAKEFS_FLAGS+= -f 15
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.221 2023/08/08 02:09:42 rin Exp $
# $NetBSD: Makefile,v 1.222 2023/10/08 13:47:51 he Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@ -207,6 +207,7 @@ COMMON_SRCS+= s_rintl.c
.if ${MACHINE_MIPS64} && (!defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32))
COMMON_SRCS+= s_nexttoward.c
.endif
COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
.elif (${LIBC_MACHINE_CPU} == "sh3")
.PATH: ${.CURDIR}/arch/sh3