You've already forked linux-packaging-mono
Disable LLVM, loadedllvm is dead upstream
Former-commit-id: ea9992b951f20ed31fe080d1b8f27ac4eaf6ba78
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user