scons: Support clang.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 24 Apr 2013 21:02:18 +0000 (22:02 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 25 Apr 2013 10:59:01 +0000 (11:59 +0100)
commit1687932d2b54746349f3129aff14bfbdf9e8fb25
treeb80b254d57be79e0ceccdfd9d3dda7aff2a85fd9
parentf0c296773d5c5a9c3d933a51ce6c5580a7e2c4e0
scons: Support clang.

clang is supports most gcc options / extensions, with a some exceptions.

The biggest advantage of using clang is that compilation times are much
short.

One can tell scons to use clang when building by invoking it as

   CC=clang CXX=clang++ scons libgl-xlib
scons/gallium.py
src/gallium/drivers/svga/SConscript
src/mapi/glapi/SConscript
src/mesa/SConscript