comparison auto/cc/conf @ 4799:24f2b8495f7d stable-1.2

Merge of r4763: added the Clang compiler support. The -Werror is commented out to not break builds on Linux.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:10:35 +0000
parents d620f497c50f
children 945aa9c7f282
comparison
equal deleted inserted replaced
4798:29928279ec9f 4799:24f2b8495f7d
52 # gcc 2.7.2.3, 2.8.1, 2.95.4, egcs-1.1.2 52 # gcc 2.7.2.3, 2.8.1, 2.95.4, egcs-1.1.2
53 # 3.0.4, 3.1.1, 3.2.3, 3.3.2, 3.3.3, 3.3.4, 3.4.0, 3.4.2 53 # 3.0.4, 3.1.1, 3.2.3, 3.3.2, 3.3.3, 3.3.4, 3.4.0, 3.4.2
54 # 4.0.0, 4.0.1, 4.1.0 54 # 4.0.0, 4.0.1, 4.1.0
55 55
56 . auto/cc/gcc 56 . auto/cc/gcc
57 ;;
58
59 clang)
60 # Clang C compiler
61
62 . auto/cc/clang
57 ;; 63 ;;
58 64
59 icc) 65 icc)
60 # Intel C++ compiler 7.1, 8.0, 8.1 66 # Intel C++ compiler 7.1, 8.0, 8.1
61 67