From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: gd on i686 Date: Tue, 19 Jul 2016 15:01:21 +0200 Message-ID: <87y44xkcim.fsf_-_@gnu.org> References: <578A854F.30302@cock.li> <20160717073206.GA17182@jasmine> <87shv84crp.fsf@gnu.org> <20160717173334.GA2626@jasmine> <20160718164855.GA3227@jasmine> <20160718173009.GB26088@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPUeP-00063s-LF for guix-devel@gnu.org; Tue, 19 Jul 2016 09:01:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPUeK-0005MN-L8 for guix-devel@gnu.org; Tue, 19 Jul 2016 09:01:28 -0400 In-Reply-To: <20160718173009.GB26088@debian-netbook> (Efraim Flashner's message of "Mon, 18 Jul 2016 20:30:09 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner skribis: > Can we do an > (if (system-prefix? "i686-linux" (or %target... %current...)) > (disable test) > (echo "hi mom!")) > > the other option I saw from the bug report > https://github.com/libgd/libgd/issues/242#issuecomment-228676965 > was apparently to add the flags -msse -mfpmath=3Dsse to CFLAGS to make it > pass. You=E2=80=99re talking about a different issue ;-) (gd vs. GnuTLS), but yes= , we could use something like this to avoid rebuilds on platforms other than i686. Ludo=E2=80=99.