1
0
Fork 0
forked from len0rd/rockbox

configure: remove clang warning for darwin host

not a reason to warn (anymore)

Change-Id: Ia4e42ebb03d1aa5e4a22906acb164fb795470773
This commit is contained in:
Christian Soffke 2024-12-20 10:46:22 +01:00
parent 727c800c0d
commit a032611e3e

1
tools/configure vendored
View file

@ -393,7 +393,6 @@ simcc () {
sigaltstack=`check_sigaltstack`
echo "Darwin host detected"
if $CC --version | grep -q "clang"; then
echo "[Warning] Clang compiler ($CC) in your path is unsupported. Trying gcc-14."
CC=gcc-14
AR=gcc-ar-14
CPP=cpp-14