Don't build mcg as part of linuxppc; it's not used and crashes Travis.
authorDavid Given <dg@cowlark.com>
Sun, 6 Aug 2017 11:54:07 +0000 (13:54 +0200)
committerDavid Given <dg@cowlark.com>
Sun, 6 Aug 2017 11:54:07 +0000 (13:54 +0200)
plat/linuxppc/build-tools.lua

index e48524c..ef9afb3 100644 (file)
@@ -25,7 +25,7 @@ return installable {
        map = {
                ["$(PLATDEP)/linuxppc/as"] = "+as",
                ["$(PLATDEP)/linuxppc/ncg"] = "+ncg",
-               ["$(PLATDEP)/linuxppc/mcg"] = "+mcg",
+               --["$(PLATDEP)/linuxppc/mcg"] = "+mcg",
                ["$(PLATDEP)/linuxppc/top"] = "+top",
                ["$(PLATIND)/descr/linuxppc"] = "./descr",
                "util/amisc+aelflod-pkg",