Revert "Revert "Build on PPC64el with MCS, Roslyn is pretty ropey on here right now""

This reverts commit 66b3070eaf77e31bf854b719708b085e6de5423c [formerly 9d69f74ac71ffa282e220ec8462f0809aaa1f924].


Former-commit-id: 5f283ef9870b12c386d50083a17290bf4cfd124b
This commit is contained in:
Jo Shields 2018-01-18 14:56:37 -05:00
parent 66b3070eaf
commit 29a424e1e4

3
debian/rules vendored
View File

@ -67,6 +67,9 @@ ifeq ($(DEB_HOST_ARCH), amd64)
BTLS_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), ppc64el)
CONF_FLAGS += --with-csc=mcs
endif
ifneq (,$(wildcard /usr/bin/gcc-4.7))
GCC := CC=/usr/bin/gcc-4.7 CXX=/usr/bin/g++-4.7