Small update the build scripts for Solaris and NetBSD.

This commit is contained in:
LoRd_MuldeR 2024-11-15 21:23:15 +01:00
parent 273657f8d7
commit 3855a65eed
Signed by: mulder
GPG Key ID: 2B5913365F57E03F
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ set -e
cd -- "$(dirname -- "${0}")/../../.." cd -- "$(dirname -- "${0}")/../../.."
if [ -z "${cc_path}" ]; then if [ -z "${cc_path}" ]; then
cc_path="/usr/pkg/gcc13/bin/gcc" cc_path="/usr/pkg/gcc14/bin/gcc"
fi fi
mk_slunk() { mk_slunk() {

View File

@ -3,7 +3,7 @@ set -e
cd -- "$(dirname -- "${BASH_SOURCE[0]}")/../../.." cd -- "$(dirname -- "${BASH_SOURCE[0]}")/../../.."
if [ -z "${cc_path}" ]; then if [ -z "${cc_path}" ]; then
cc_path="/usr/gcc/13/bin/gcc" cc_path="/usr/gcc/14/bin/gcc"
fi fi
mk_slunk() { mk_slunk() {