Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch - inclu...
details: https://anonhg.NetBSD.org/src/rev/ea85354894fb
branches: trunk
changeset: 961918:ea85354894fb
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 25 15:08:28 2021 +0000
description:
- include <bsd.init.mk>
- use MACHINE_MIPS64
diffstat:
external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r f3c0c547c6c9 -r ea85354894fb external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile Sun Apr 25 15:06:49 2021 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/Makefile Sun Apr 25 15:08:28 2021 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index