Module Name: src
Committed By: christos
Date: Sun Apr 25 15:08:28 UTC 2021
Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch: Makefile
Log Message:
- include <bsd.init.mk>
- use MACHINE_MIPS64
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile:1.5 src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile:1.6
--- src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile:1.5 Fri Feb 8 21:36:56 2019
+++ src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile Sun Apr 25 11:08:28 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2019/02/09 02:36:56 mrg Exp $
+# $NetBSD: Makefile,v 1.6 2021/04/25 15:08:28 christos Exp $
# install multilib c++config.h files
+.include <bsd.init.mk>
.if ${MACHINE_ARCH} == "sparc64"
SUBDIR= sparc sparc64
@@ -12,7 +13,7 @@ SUBDIR= i386 x86_64
CXXCONFIGARGS= x86_64 _LP64 i386
.endif
-.if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
+.if ${MACHINE_MIPS64}
SUBDIR= mips64 mips32 mipso32
CXXCONFIGARGS= mips64 _ABI64 mipso32 _ABIO32 mips32
.endif