Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk move hppa and powerpc to OpenSSL-3.x
details: https://anonhg.NetBSD.org/src/rev/ae3f48812563
branches: trunk
changeset: 375323:ae3f48812563
user: christos <christos%NetBSD.org@localhost>
date: Sun May 14 22:44:53 2023 +0000
description:
move hppa and powerpc to OpenSSL-3.x
diffstat:
share/mk/bsd.own.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r e7353266bc1b -r ae3f48812563 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun May 14 22:38:07 2023 +0000
+++ b/share/mk/bsd.own.mk Sun May 14 22:44:53 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1322 2023/05/14 19:01:34 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1323 2023/05/14 22:44:53 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -135,7 +135,9 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist
${MACHINE} == "alpha" || \
${MACHINE_ARCH:Maarch64*} || \
${MACHINE_ARCH:M*arm*} || \
+ ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc64" || \
+ ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || \
${MACHINE_ARCH} == "m68k" || \
${MACHINE} == "vax"
Home |
Main Index |
Thread Index |
Old Index