LLVM build fixes

(cherry picked from commit 36ac7d4833f36cac6770495079bebf7dfd9fb003)


Former-commit-id: 8802062fe7fe33409605b2212e45d2a134658fb2
This commit is contained in:
Jo Shields
2018-04-21 15:04:42 -04:00
committed by Jo Shields
parent 843852ac6b
commit a9c2270423
6 changed files with 8 additions and 1 deletions

1
debian/rules vendored
View File

@@ -40,6 +40,7 @@ endif
ifeq ($(DEB_HOST_ARCH), armel)
CONF_FLAGS += --with-fpu=NONE
BTLS_ARCH = true
LLVM_ARCH = true
endif
ifneq (,$(findstring $(DEB_HOST_ARCH),$(DEB_MONO_SGEN_ARCHS)))