From 66b3070eaf77e31bf854b719708b085e6de5423c Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Thu, 18 Jan 2018 12:20:58 -0500 Subject: [PATCH] Revert "Build on PPC64el with MCS, Roslyn is pretty ropey on here right now" This reverts commit bb110ef96b2d4d5805789b23d484619381da8abd [formerly 1704fb885b4d30593b4f7aa480f5b5300a080486]. Former-commit-id: 9d69f74ac71ffa282e220ec8462f0809aaa1f924 --- debian/rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/rules b/debian/rules index 68d9fb3bf2..21428ffb35 100755 --- a/debian/rules +++ b/debian/rules @@ -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