mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
macos: tools: configure: use GCC 15
Matches updated GCC Homebrew formula: https://formulae.brew.sh/formula/gcc Change-Id: I9b8e66a16ccfaf840fd50bbe313cae33e44d4f11
This commit is contained in:
parent
efefe143bd
commit
e7110c0beb
1 changed files with 3 additions and 3 deletions
6
tools/configure
vendored
6
tools/configure
vendored
|
@ -393,9 +393,9 @@ simcc () {
|
|||
sigaltstack=`check_sigaltstack`
|
||||
echo "Darwin host detected"
|
||||
if $CC --version | grep -q "clang"; then
|
||||
CC=gcc-14
|
||||
AR=gcc-ar-14
|
||||
CPP=cpp-14
|
||||
CC=gcc-15
|
||||
AR=gcc-ar-15
|
||||
CPP=cpp-15
|
||||
fi
|
||||
LDOPTS="$LDOPTS -ldl"
|
||||
SHARED_LDFLAGS="-dynamiclib -Wl,-no_warn_duplicate_libraries"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue