crossgcc: Update to clang 4.0
commitca117e7f49a618883b0fdaa83bd653e31df0046d
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 20 Jun 2017 00:29:08 +0000 (19 17:29 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 21 Jun 2017 18:17:54 +0000 (21 18:17 +0000)
tree031a4425ef862a7271fb4e81df9640f62aad7e51
parent3b5934936e5f41a8cfd7a2bc29851451ce8de17a
crossgcc: Update to clang 4.0

Drop Edward's cfe patch because it has been implemented by
upstream clang differently. Instead of

 $ clang --print-librt-file-name

the right way to get ahold of the compiler-rt builtin library is

 $ clang -rtlib=compiler-rt --print-libgcc-file-name

Change-Id: I8aac5256da5bfb6f7bebeff0959f16b53867c581
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/20274
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
util/crossgcc/buildgcc
util/crossgcc/patches/cfe-3.9.1.src_frontend.patch [deleted file]
util/crossgcc/sum/cfe-3.9.1.src.tar.xz.cksum [deleted file]
util/crossgcc/sum/cfe-4.0.0.src.tar.xz.cksum [new file with mode: 0644]
util/crossgcc/sum/clang-tools-extra-3.9.1.src.tar.xz.cksum [deleted file]
util/crossgcc/sum/clang-tools-extra-4.0.0.src.tar.xz.cksum [new file with mode: 0644]
util/crossgcc/sum/compiler-rt-3.9.1.src.tar.xz.cksum [deleted file]
util/crossgcc/sum/compiler-rt-4.0.0.src.tar.xz.cksum [new file with mode: 0644]
util/crossgcc/sum/llvm-3.9.1.src.tar.xz.cksum [deleted file]
util/crossgcc/sum/llvm-4.0.0.src.tar.xz.cksum [new file with mode: 0644]