Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk move arm to OpenSSL-3.x



details:   https://anonhg.NetBSD.org/src/rev/6e78dde5d142
branches:  trunk
changeset: 375317:6e78dde5d142
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 14 19:01:34 2023 +0000

description:
move arm to OpenSSL-3.x

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9c2e837cad9e -r 6e78dde5d142 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun May 14 18:44:27 2023 +0000
+++ b/share/mk/bsd.own.mk       Sun May 14 19:01:34 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1321 2023/05/14 01:17:08 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1322 2023/05/14 19:01:34 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -134,6 +134,7 @@ EXTERNAL_GDB_SUBDIR=                /does/not/exist
 .if ${MACHINE} == "amd64" || \
     ${MACHINE} == "alpha" || \
     ${MACHINE_ARCH:Maarch64*} || \
+    ${MACHINE_ARCH:M*arm*} || \
     ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE} == "i386" || \
     ${MACHINE_ARCH} == "m68k" || \



Home | Main Index | Thread Index | Old Index