mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-13 08:44:08 +03:00
yet another try to get the check for gcc right...
This commit is contained in:
parent
55e2f5e982
commit
c5f3add325
2
configure
vendored
2
configure
vendored
@ -148,7 +148,7 @@ test -n "$CC" || { echo "$0: cannot find a C compiler" ; exit 1 ; }
|
||||
#
|
||||
if test -z "$wrapper" ; then
|
||||
printf "checking whether compiler is gcc... "
|
||||
if fnmatch '*\(GCC\)*' "$("$CC" --version 2>/dev/null)" ; then
|
||||
if fnmatch '*gcc\ version*' "$("$CC" -v 2>&1)" ; then
|
||||
echo yes
|
||||
printf "checking whether to build musl-gcc wrapper... "
|
||||
wrapper=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user