Skip to content

Commit

Permalink
guis: grep --extended-regexp for gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 30, 2024
1 parent f6868a1 commit 7aa1829
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ store_path() {

# Set environment variables to point the NATIVE toolchain to the right
# includes/libs
NATIVE_GCC="$(store_path gcc)"
echo ----------------------------------------------------------------
grep --extended-regexp "/[^-]{32}-gcc-[^-]+" "${GUIX_ENVIRONMENT}/manifest"
# NATIVE_GCC="$(store_path gcc)"

echo NATIVE_GCC=${NATIVE_GCC}
ls -l ${NATIVE_GCC}
Expand Down

0 comments on commit 7aa1829

Please sign in to comment.