mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: cross-gcc-toolchain: Add native-search-paths.
* gnu/packages/cross-base.scm (cross-gcc-toolchain): Add native-search-paths. Change-Id: Ib4cc510fde71b8d3140e1001c3931f74300da8a0 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
committed by
Ian Eure
parent
ba53ff9cc4
commit
f484aea2e8
@@ -815,6 +815,7 @@ with XBINUTILS, XGCC and LIBC (if exists for TARGET)."
|
||||
(((names . directory) ...)
|
||||
(union-build #$output directory))))))
|
||||
(inputs `(,xbinutils ,xgcc ,@(if libc (list libc) '())))
|
||||
(native-search-paths (package-search-paths xgcc))
|
||||
(home-page (package-home-page xgcc))
|
||||
(synopsis
|
||||
(format #f "Complete GCC tool chain for C/C++ development (~a)" target))
|
||||
|
||||
Reference in New Issue
Block a user