Module Name:    src
Committed By:   christos
Date:           Sun Apr 25 23:43:48 UTC 2021

Modified Files:
        src/lib: Makefile

Log Message:
Use ${MACHINE_MIPS64}


To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.292 src/lib/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/Makefile
diff -u src/lib/Makefile:1.291 src/lib/Makefile:1.292
--- src/lib/Makefile:1.291	Fri Apr  9 16:49:05 2021
+++ src/lib/Makefile	Sun Apr 25 19:43:48 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.291 2021/04/09 20:49:05 jkoshy Exp $
+#	$NetBSD: Makefile,v 1.292 2021/04/25 23:43:48 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -40,7 +40,7 @@ LIBC_MACHINE_CPU?=${MACHINE_CPU}
 SUBDIR+=	libc_vfp
 .endif
 .endif
-.if ${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb"
+.if ${MACHINE_MIPS64}
 SUBDIR+=	libc_fp
 .endif
 .if (${MKRUMP} != "no")

Reply via email to