]> git.lizzy.rs Git - rust.git/commit
Add support for Ubuntu named clang packages.
authorWilliam Ting <william.h.ting@gmail.com>
Fri, 11 Jan 2013 07:26:46 +0000 (01:26 -0600)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Tue, 29 Jan 2013 05:54:11 +0000 (21:54 -0800)
commitbb51a8442fb16d71faccac1abfa953d8b1e37cb7
treed64e5656331a23b44143296a40ae0c85835169c5
parentfc9650b1467a7388e60838ddbeb1755d5fe149b5
Add support for Ubuntu named clang packages.

Ubuntu's clang packages have additional information appended to the end of
the version.

- Building Rust v0.5 with clang v3.0-6ubuntu3 fails.
- Building Rust v0.5 and incoming with clang v3.1-5ppa (backported from Debian)
works.

Closes #4441.
configure