Module Name: src Committed By: christos Date: Sun Apr 25 23:43:20 UTC 2021
Modified Files: src/lib/libm: Makefile Log Message: Use ${MACHINE_MIPS64} To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 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.212 src/lib/libm/Makefile:1.213 --- src/lib/libm/Makefile:1.212 Mon Nov 11 17:45:27 2019 +++ src/lib/libm/Makefile Sun Apr 25 19:43:20 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.212 2019/11/11 22:45:27 joerg Exp $ +# $NetBSD: Makefile,v 1.213 2021/04/25 23:43:20 christos Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -200,8 +200,7 @@ COMMON_SRCS += fenv.c COMMON_SRCS += fenv.c .endif COMMON_SRCS+= s_rintl.c -.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el") \ - && (!defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32)) +.if ${MACHINE_MIPS64} && (!defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32)) COMMON_SRCS+= s_nexttoward.c .endif