guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: cross-gcc-arguments: Add Hurd-core-headers lib director


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: cross-gcc-arguments: Add Hurd-core-headers lib directory to the "CROSS_LIBRARY_PATH".
Date: Sun, 12 Jun 2016 18:42:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi!

Manolis Ragkousis <address@hidden> skribis:

> From 77b12cc2aa1a79a2f15b96d80a14d76e3501aeb1 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <address@hidden>
> Date: Wed, 8 Jun 2016 17:46:19 +0300
> Subject: [PATCH] gnu: cross-gcc-arguments: Add Hurd-core-headers lib directory
>  to the "CROSS_LIBRARY_PATH".

Subject too long; what about: “gnu: cross-gcc: Allow Hurd libraries to
be found.”?

> * gnu/packages/cross-base.scm (cross-gcc-arguments)[arguments]: Add 
> Hurd-core-headers lib
> directory to the "CROSS_LIBRARY_PATH".

Rather “Add ‘KERNEL/lib’ to ‘CROSS_LIBRARY_PATH’.”

> -                            (string-append libc "/lib"))
> +                            (string-append libc "/lib"
> +                                           ;; We need this for GNU/Hurd.
> +                                           ":" kernel "/lib"))

Maybe write it as:

  (string-append libc "/lib:"
                 kernel "/lib")  ;for Hurd’s libihash

OK with these changes.

What’s confusing is that the hurd-core-headers package actually contains
libihash.a (and libstore.a?) in addition to headers, right?

Thanks!

Ludo’.



reply via email to

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