From 198cfb809b37eb38d50277f09dd3f1d1e0709300 Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Wed, 4 Mar 2020 09:05:39 +0100 Subject: [PATCH] lilypond: Also remove linux-ppc This is 32 bit PPC, probably in Big Endian mode, and not relevant anymore. --- lilypond.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lilypond.make b/lilypond.make index 40085465a..af8e228ca 100644 --- a/lilypond.make +++ b/lilypond.make @@ -28,7 +28,8 @@ PLATFORMS=linux-x86 PLATFORMS+=darwin-x86 PLATFORMS+=mingw PLATFORMS+=linux-64 -PLATFORMS+=linux-ppc +# 20200303: This is 32-bit, very likely not relevant today. +# PLATFORMS+=linux-ppc # Works for me, uncommentme! # PLATFORMS+=linux-mipsel # 20200302: Binaries linked against GNU libc cannot be executed on a currently