mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package llvm/clang: note about version bumping dep
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Acked-by: Romain Naour <romain.naour@smile.fr> Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
a62cd7dd4c
commit
d899557e4e
@@ -4,6 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# LLVM and Clang should be version bumped together
|
||||
CLANG_VERSION = 8.0.0
|
||||
CLANG_SITE = http://llvm.org/releases/$(CLANG_VERSION)
|
||||
CLANG_SOURCE = cfe-$(CLANG_VERSION).src.tar.xz
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# LLVM and Clang should be version bumped together
|
||||
LLVM_VERSION = 8.0.0
|
||||
LLVM_SITE = http://llvm.org/releases/$(LLVM_VERSION)
|
||||
LLVM_SOURCE = llvm-$(LLVM_VERSION).src.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user