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

This reverts commit bb110ef96b2d4d5805789b23d484619381da8abd [formerly 1704fb885b4d30593b4f7aa480f5b5300a080486].


Former-commit-id: 9d69f74ac71ffa282e220ec8462f0809aaa1f924
This commit is contained in:
Jo Shields 2018-01-18 12:20:58 -05:00
parent 25a6515fd0
commit 66b3070eaf

3
debian/rules vendored
View File

@ -67,9 +67,6 @@ 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