From 3855a65eedce06c7d78d558eeec8de3a9b69db81 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Fri, 15 Nov 2024 21:23:15 +0100 Subject: [PATCH] Small update the build scripts for Solaris and NetBSD. --- etc/build/netbsd/mk-release.sh | 2 +- etc/build/solaris/mk-release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/build/netbsd/mk-release.sh b/etc/build/netbsd/mk-release.sh index 0351098..bc9b766 100755 --- a/etc/build/netbsd/mk-release.sh +++ b/etc/build/netbsd/mk-release.sh @@ -3,7 +3,7 @@ set -e cd -- "$(dirname -- "${0}")/../../.." if [ -z "${cc_path}" ]; then - cc_path="/usr/pkg/gcc13/bin/gcc" + cc_path="/usr/pkg/gcc14/bin/gcc" fi mk_slunk() { diff --git a/etc/build/solaris/mk-release.sh b/etc/build/solaris/mk-release.sh index 5efdb69..c109022 100755 --- a/etc/build/solaris/mk-release.sh +++ b/etc/build/solaris/mk-release.sh @@ -3,7 +3,7 @@ set -e cd -- "$(dirname -- "${BASH_SOURCE[0]}")/../../.." if [ -z "${cc_path}" ]; then - cc_path="/usr/gcc/13/bin/gcc" + cc_path="/usr/gcc/14/bin/gcc" fi mk_slunk() {