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:
parent
727c800c0d
commit
a032611e3e
1 changed files with 0 additions and 1 deletions
1
tools/configure
vendored
1
tools/configure
vendored
|
@ -393,7 +393,6 @@ simcc () {
|
||||||
sigaltstack=`check_sigaltstack`
|
sigaltstack=`check_sigaltstack`
|
||||||
echo "Darwin host detected"
|
echo "Darwin host detected"
|
||||||
if $CC --version | grep -q "clang"; then
|
if $CC --version | grep -q "clang"; then
|
||||||
echo "[Warning] Clang compiler ($CC) in your path is unsupported. Trying gcc-14."
|
|
||||||
CC=gcc-14
|
CC=gcc-14
|
||||||
AR=gcc-ar-14
|
AR=gcc-ar-14
|
||||||
CPP=cpp-14
|
CPP=cpp-14
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue