mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Allow Clang 3.1
This commit is contained in:
parent
51fe20b92e
commit
d593b74469
2
configure
vendored
2
configure
vendored
@ -324,7 +324,7 @@ then
|
|||||||
| cut -d ' ' -f 3)
|
| cut -d ' ' -f 3)
|
||||||
|
|
||||||
case $CFG_CLANG_VERSION in
|
case $CFG_CLANG_VERSION in
|
||||||
(3.0svn | 3.0)
|
(3.0svn | 3.0 | 3.1)
|
||||||
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
|
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
|
||||||
CFG_C_COMPILER="clang"
|
CFG_C_COMPILER="clang"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user