Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LLVM_VERSION = 7.0.0
|
||||
LLVM_VERSION = 7.0.1
|
||||
LLVM_SITE = http://llvm.org/releases/$(LLVM_VERSION)
|
||||
LLVM_SOURCE = llvm-$(LLVM_VERSION).src.tar.xz
|
||||
LLVM_LICENSE = NCSA
|
||||
@@ -57,6 +57,9 @@ endif
|
||||
# Use native llvm-tblgen from host-llvm (needed for cross-compilation)
|
||||
LLVM_CONF_OPTS += -DLLVM_TABLEGEN=$(HOST_DIR)/bin/llvm-tblgen
|
||||
|
||||
# Use native llvm-config from host-llvm (needed for cross-compilation)
|
||||
LLVM_CONF_OPTS += -DLLVM_CONFIG_PATH=$(HOST_DIR)/bin/llvm-config
|
||||
|
||||
# BUILD_SHARED_LIBS has a misleading name. It is in fact an option for
|
||||
# LLVM developers to build all LLVM libraries as separate shared libraries.
|
||||
# For normal use of LLVM, it is recommended to build a single
|
||||
|
||||
Reference in New Issue
Block a user