bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Porting to mips64el


From: Andreas Enge
Subject: Re: Porting to mips64el
Date: Wed, 20 Feb 2013 20:24:21 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]