mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 10:38:46 +00:00
zap
llvm-svn: 26199
This commit is contained in:
parent
4c6740419b
commit
97b493eb7d
14
configure
vendored
14
configure
vendored
@ -24870,20 +24870,6 @@ case $CC in
|
||||
;;
|
||||
esac
|
||||
|
||||
if test "$GCC" != "yes" && test "$ICC" != "yes"
|
||||
then
|
||||
{ { echo "$as_me:$LINENO: error: gcc|icc required but not found" >&5
|
||||
echo "$as_me: error: gcc|icc required but not found" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
|
||||
if test "$GXX" != "yes" && test "$IXX" != "yes"
|
||||
then
|
||||
{ { echo "$as_me:$LINENO: error: g++|icc required but not found" >&5
|
||||
echo "$as_me: error: g++|icc required but not found" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
|
||||
if test "$GCC" = "yes"
|
||||
then
|
||||
gccmajor=`$CC --version | head -n 1 | sed 's/[^0-9]*\([0-9.]\).*/\1/'`
|
||||
|
Loading…
Reference in New Issue
Block a user