Build btls on ARM

(cherry picked from commit b9f86ec4c3093eb5bbc76149d8d450bd539aadbc)


Former-commit-id: 5c25bede98a7e801726cb449cc7e50a5f1d67186
This commit is contained in:
Jo Shields 2017-06-23 14:40:47 +01:00
parent 330c45a388
commit 651aa690ab

9
debian/rules vendored
View File

@ -39,6 +39,8 @@ endif
ifeq ($(DEB_HOST_ARCH), armel)
CONF_FLAGS += --with-fpu=NONE
CONF_FLAGS += --enable-dynamic-btls
BTLS_ARCH = true
endif
ifneq (,$(findstring $(DEB_HOST_ARCH),$(DEB_MONO_SGEN_ARCHS)))
@ -50,6 +52,8 @@ endif
ifeq ($(DEB_HOST_ARCH), arm64)
MONO_BOEHM_TEST = true
CONF_FLAGS += --disable-boehm
CONF_FLAGS += --enable-dynamic-btls
BTLS_ARCH = true
SKIP_LIBGC = true
endif
@ -58,6 +62,11 @@ ifeq ($(DEB_HOST_ARCH), i386)
BTLS_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), armhf)
CONF_FLAGS += --enable-dynamic-btls
BTLS_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), amd64)
CONF_FLAGS += --enable-dynamic-btls
BTLS_ARCH = true