From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Porting to mips64el Date: Wed, 20 Feb 2013 20:24:21 +0100 Message-ID: <201302202024.22058.andreas@enge.fr> References: <8738yvnslh.fsf@karetnikov.org> <201302201725.02781.andreas@enge.fr> <87vc9mswxl.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8FHU-0008VN-1G for bug-guix@gnu.org; Wed, 20 Feb 2013 14:24:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8FHR-0004Tf-06 for bug-guix@gnu.org; Wed, 20 Feb 2013 14:24:39 -0500 In-Reply-To: <87vc9mswxl.fsf@karetnikov.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Am Mittwoch, 20. Februar 2013 schrieb Nikita Karetnikov: > > Could you maybe provide some, Nikita? > Sure. But what should I do? > Should I adjust '%bootstrap-glibc' somehow? I think adding something like (arguments '(#:configure-flags (list "CFLAGS=-march=mips64 -mabi=64"))) to %bootstrap-glibc or maybe %glibc-for-bootstrap (whatever is used to obtain the bootstrap glibc) should do the trick. Then maybe the same is needed for the other bootstrap programs. For gcc, I would give the same options as I tried in gcc-boot0 instead, that is, (list "--with-arch=mips64" "--with-abi=64"). Ludovic, what do you think? Andreas