mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-31 07:43:37 +00:00
autoconf: Stop lying to me.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5be6d2af38
commit
bf48816daf
@ -1156,10 +1156,10 @@ then
|
||||
AC_MSG_ERROR([gcc|icc required but not found])
|
||||
fi
|
||||
|
||||
dnl Ensure that compilation tools are GCC; we use GCC specific extensions
|
||||
dnl Ensure that compilation tools are compatible with GCC extensions
|
||||
if test "$GXX" != "yes" && test "$IXX" != "yes"
|
||||
then
|
||||
AC_MSG_ERROR([g++|icc required but not found])
|
||||
AC_MSG_ERROR([g++|clang++|icc required but not found])
|
||||
fi
|
||||
|
||||
dnl Verify that GCC is version 3.0 or higher
|
||||
|
Loading…
x
Reference in New Issue
Block a user