bug-guix
[Top][All Lists]
Advanced

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

Re: Porting to mips64el


From: Ludovic Courtès
Subject: Re: Porting to mips64el
Date: Thu, 24 Jan 2013 16:56:08 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Nikita Karetnikov <address@hidden> skribis:

>> You also need ‘--without-bash-malloc’ (see ‘bash-light’ in bash.scm).

Note that ‘%bash-static’ in make-bootstrap.scm is:

  (define %bash-static
    (static-package bash-light))

and ‘static-package’, from gnu.scm, adds this:

  "--disable-shared" "LDFLAGS=-static"

Does it help?

Ludo’.



reply via email to

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