guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/10] gnu: Add propeller-gcc.


From: Ludovic Courtès
Subject: Re: [PATCH 03/10] gnu: Add propeller-gcc.
Date: Sat, 31 Dec 2016 01:33:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> * gnu/packages/embedded.scm (propeller-gcc): New variable.

[...]

> +      (native-search-paths
> +       (list (search-path-specification
> +              (variable "CROSS_C_INCLUDE_PATH")
> +              (files '("propeller-elf/include")))
> +             (search-path-specification
> +              (variable "CROSS_LIBRARY_PATH")
> +              (files '("propeller-elf/lib")))))

Could you add a comment explaining this file layout convention?

Otherwise LGTM!



reply via email to

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