Disable LLVM, loadedllvm is dead upstream

Former-commit-id: ea9992b951f20ed31fe080d1b8f27ac4eaf6ba78
This commit is contained in:
Joseph Shields
2020-05-18 12:03:52 -04:00
parent e333a490ca
commit 64a34572b9
6 changed files with 4 additions and 111 deletions

4
debian/rules vendored
View File

@@ -52,23 +52,19 @@ ifeq ($(DEB_HOST_ARCH), arm64)
MONO_BOEHM_TEST = true
CONF_FLAGS += --disable-boehm
BTLS_ARCH = true
LLVM_ARCH = true
SKIP_LIBGC = true
endif
ifeq ($(DEB_HOST_ARCH), i386)
BTLS_ARCH = true
LLVM_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), armhf)
BTLS_ARCH = true
LLVM_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), amd64)
BTLS_ARCH = true
LLVM_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), ppc64el)