Re: [PATCH] setbfree: Fix build on MIPS64

2015-07-06 Thread Ricardo Wurmus
(I failed to send this email out before the one containing a corrected patch.) >> + ;; Disable unsupported optimization flags on MIPS64 >> + ,@(if (string-prefix? "mips64" (or (%current-target-system) >> +(%current-system))) >

Re: [PATCH] setbfree: Fix build on MIPS64

2015-07-05 Thread Ricardo Wurmus
Attached is a new patch, leaving the optimizations unaltered only on i686 and x86_64. >From 50536b6e40eed40822b65aba2c296809e5bfbc1e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 5 Jul 2015 20:40:56 +0200 Subject: [PATCH] gnu: setbfree: Disable unsupported optimizations on non-x86. *

Re: [PATCH] setbfree: Fix build on MIPS64

2015-07-05 Thread Mark H Weaver
Ricardo Wurmus writes: > The attached patch should fix the build of setbfree on MIPS64. The > default value for OPTIMIZATIONS contains flags for x86 systems. [...] > diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm > index 9e7e012..8f49f04 100644 > --- a/gnu/packages/music.scm > +++

[PATCH] setbfree: Fix build on MIPS64

2015-07-05 Thread Ricardo Wurmus
The attached patch should fix the build of setbfree on MIPS64. The default value for OPTIMIZATIONS contains flags for x86 systems. I have not tested this as I don’t have access to a MIPS64 system. >From 87a5264e54d93cfd84b3c886e2d6ee5fbe69cce7 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: