diff options
author | Valentin Korenblit <valentin.korenblit@smile.fr> | 2018-04-11 18:14:49 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-28 12:48:48 +0200 |
commit | 86defeeab61728fc29639110a3c28a2824294bdb (patch) | |
tree | 502c871a0b084bfa3ad08c5c0f0659bde58b7a61 /package/clang/clang.hash | |
parent | 62dca337fe72085d98b7603cfcff1279c48ba7d9 (diff) | |
download | buildroot-86defeeab61728fc29639110a3c28a2824294bdb.tar.gz buildroot-86defeeab61728fc29639110a3c28a2824294bdb.zip |
package/clang: new package
This patch provides Clang tools and libraries for the host and
libclang for the target.
host-clang is needed to build libclc, which is provided in a follow-up
patch.
We need libclang for the target because it is used by most of OpenCL
implementations.
A later patch in this series will enable Clover, the OpenCL
implementation part of Mesa3D, which requires libclang.
clang-tblgen must be copied to HOST_DIR as it is not installed by
default but is needed for cross-compilation:
http://lists.llvm.org/pipermail/cfe-dev/2015-June/043318.html
Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr>
[Thomas:
- Add Config.in comment about BR2_TOOLCHAIN_HAS_GCC_BUG_64735
- Minor reformatting/rewrapping of comments in .mk file]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/clang/clang.hash')
-rw-r--r-- | package/clang/clang.hash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/clang/clang.hash b/package/clang/clang.hash new file mode 100644 index 0000000000..a5bf909814 --- /dev/null +++ b/package/clang/clang.hash @@ -0,0 +1,3 @@ +# locally calculated +sha256 135f6c9b0cd2da1aff2250e065946258eb699777888df39ca5a5b4fe5e23d0ff cfe-5.0.1.src.tar.xz +sha256 de4c79665f0f5688b0ace17cba6f8e0343925bb95e0949d66d47bbd4527310d6 LICENSE.TXT |