Ricardo Wurmus <rek...@elephly.net> 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!