Module Name: src Committed By: riastradh Date: Sun May 5 22:52:19 UTC 2024
Modified Files: src/lib/libm: Makefile Log Message: libm: long double is just double on hppa, so don't use s_rintl.c. PR misc/58054 To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 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.230 src/lib/libm/Makefile:1.231 --- src/lib/libm/Makefile:1.230 Sun May 5 14:53:22 2024 +++ src/lib/libm/Makefile Sun May 5 22:52:19 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.230 2024/05/05 14:53:22 riastradh Exp $ +# $NetBSD: Makefile,v 1.231 2024/05/05 22:52:19 riastradh Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -97,7 +97,7 @@ 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 .elif (${LIBC_MACHINE_ARCH} == "sparc") .PATH: ${.CURDIR}/arch/sparc