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:
Jean-Pierre De Jesus DIAZ 2023-12-27 13:09:45 +01:00 committed by Ian Eure
parent ba53ff9cc4
commit f484aea2e8
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -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))