bump _SYSTEM_VERSION-clang after clang update and MODCLANG_VERSION change

discussed with many
This commit is contained in:
tb
2025-06-16 07:49:07 +00:00
parent 0b920bfd26
commit 630fdf0012
+2 -2
View File
@@ -1,4 +1,4 @@
# $OpenBSD: arch-defines.mk,v 1.109 2024/10/26 14:00:10 semarie Exp $
# $OpenBSD: arch-defines.mk,v 1.110 2025/06/16 07:49:07 tb Exp $
#
# ex:ts=4 sw=4 filetype=make:
#
@@ -99,7 +99,7 @@ _SYSTEM_VERSION-${MACHINE_ARCH} ?= 0
_SYSTEM_VERSION-${ARCH} ?= 0
# added to version for all clang arches
_SYSTEM_VERSION-clang = 2
_SYSTEM_VERSION-clang = 3
# defined in go.port.mk; added to version for all go arches so that
# go-compiled packages can be updated easily for a new go compiler