diff options
| author | christos <christos@NetBSD.org> | 2021-04-25 23:43:20 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2021-04-25 23:43:20 +0000 |
| commit | 9230fe1ab03af70a9745e45010db8bb3ba46c1c9 (patch) | |
| tree | 9c5aa3b5660d2d93e0d4d8dccca06dea4deb56b4 /lib/Makefile | |
| parent | 884be23876b77c5522a0b2065047548bec1d9c36 (diff) | |
Use ${MACHINE_MIPS64}
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index a19985b305e..0cc2abfa266 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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") |
