Revert "Default powerpc to build with mcs (#4313)"
authorVlad Brezae <brezaevlad@gmail.com>
Wed, 1 Feb 2017 16:29:26 +0000 (18:29 +0200)
committerVlad Brezae <brezaevlad@gmail.com>
Thu, 2 Feb 2017 19:09:20 +0000 (21:09 +0200)
This reverts commit 6a2a23dcebbf5bd19560b3bdeec54e13e26901f8.

configure.ac

index 87d3a05758a39691dfc11cbc8e55b6b2a7d4209d..2ab8cfa00f762022485e4c4a5475672ef6ae0ab9 100644 (file)
@@ -786,10 +786,7 @@ if test $csc_compiler = default; then
    if test $endian = big; then
       csc_compiler=mcs
    elif test $endian = little; then
-      case "$host" in
-        powerpc*) csc_compiler=mcs;;
-        *) csc_compiler=roslyn;;
-      esac
+      csc_compiler=roslyn
    else
       csc_compiler=mcs
    fi