diff options
| author | Jyun-Yan You <jyyou.tw@gmail.com> | 2013-01-12 12:02:22 +0800 |
|---|---|---|
| committer | Jyun-Yan You <jyyou.tw@gmail.com> | 2013-01-12 12:02:22 +0800 |
| commit | 37f97ff5041839aa42892115de954489f9eab5bc (patch) | |
| tree | 8dd2ec98aef8176f1307235d5a2230c60c88494a | |
| parent | f99d6cab43f787f8887a488b21ba3cd9f8ab9de4 (diff) | |
| download | rust-37f97ff5041839aa42892115de954489f9eab5bc.tar.gz rust-37f97ff5041839aa42892115de954489f9eab5bc.zip | |
support clang 3.2
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 1e1b725ff47..acf27a218a6 100755 --- a/configure +++ b/configure @@ -516,7 +516,7 @@ then | cut -d ' ' -f 2) case $CFG_CLANG_VERSION in - (3.0svn | 3.0 | 3.1 | 4.0 | 4.1) + (3.0svn | 3.0 | 3.1 | 3.2 | 4.0 | 4.1) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" CFG_C_COMPILER="clang" ;; |
