You've already forked linux-packaging-mono
Revert "Disable LLVM, loadedllvm is dead upstream"
This reverts commit 64a34572b9 [formerly ea9992b951f20ed31fe080d1b8f27ac4eaf6ba78].
Former-commit-id: 0954a3e617a8347a7b6727b4f3af74a776dd400a
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@@ -52,19 +52,23 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user