Skip to content

Commit

Permalink
guix: Put gcc to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 30, 2024
1 parent 1a0d7f3 commit 8b9a42e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ store_path() {
echo ----------------------------------------------------------------
cat "${GUIX_ENVIRONMENT}/manifest"
echo ----------------------------------------------------------------
grep --extended-regexp "/[^-]{32}-gcc-[^-]+" "${GUIX_ENVIRONMENT}/manifest"
# NATIVE_GCC="$(store_path gcc)"
# grep --extended-regexp "/[^-]{32}-gcc-[^-]+" "${GUIX_ENVIRONMENT}/manifest"
NATIVE_GCC="$(store_path gcc)"

echo NATIVE_GCC=${NATIVE_GCC}
ls -l ${NATIVE_GCC}
Expand Down
3 changes: 2 additions & 1 deletion contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@ inspecting signatures in Mach-O binaries.")
(list gcc-toolchain-12 "static")
(make-bitcoin-cross-toolchain target)))
((string-contains target "darwin")
(list clang-toolchain-18
(list gcc
clang-toolchain-18
lld-18
(make-lld-wrapper lld-18 #:lld-as-ld? #t)
python-signapple
Expand Down

0 comments on commit 8b9a42e

Please sign in to comment.