From a032611e3e1810e77b097923ee67b835657e5249 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Fri, 20 Dec 2024 10:46:22 +0100 Subject: [PATCH] configure: remove clang warning for darwin host not a reason to warn (anymore) Change-Id: Ia4e42ebb03d1aa5e4a22906acb164fb795470773 --- tools/configure | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/configure b/tools/configure index e15e3c3297..3f29ece438 100755 --- a/tools/configure +++ b/tools/configure @@ -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