Module Name: src Committed By: martin Date: Sat Feb 22 13:05:12 UTC 2025
Modified Files: src/lib/libm [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1061): lib/libm/Makefile: revision 1.241 libm: Add missing fma(3) and variants for hppa. Fixes a build error on pkgsrc/lang/python312. Ok'ed by skrll@. To generate a diff of this commit: cvs rdiff -u -r1.218.2.4 -r1.218.2.5 src/lib/libm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libm/Makefile diff -u src/lib/libm/Makefile:1.218.2.4 src/lib/libm/Makefile:1.218.2.5 --- src/lib/libm/Makefile:1.218.2.4 Sun Jan 14 15:43:45 2024 +++ src/lib/libm/Makefile Sat Feb 22 13:05:12 2025 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.218.2.4 2024/01/14 15:43:45 martin Exp $ +# $NetBSD: Makefile,v 1.218.2.5 2025/02/22 13:05:12 martin Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -95,7 +95,9 @@ COMMON_SRCS += fenv.c .elif (${LIBC_MACHINE_ARCH} == "hppa") .PATH.c: ${.CURDIR}/arch/hppa -COMMON_SRCS+= fenv.c s_rintl.c +COMMON_SRCS+= fenv.c +COMMON_SRCS+= s_rintl.c +COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c .elif (${LIBC_MACHINE_ARCH} == "sparc") .PATH: ${.CURDIR}/arch/sparc