Skip to content

Commit

Permalink
guix: Print compiler -v
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 30, 2024
1 parent 8fa4a34 commit 9a05411
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,15 @@ store_path() {
NATIVE_GCC="$(store_path gcc-toolchain)"

echo NATIVE_GCC=${NATIVE_GCC}
echo ================================================================
which -a c++
ls -l $(which c++)
$(which c++)
echo ================================================================
which -a cc
ls -l $(which cc)
$(which cc)
echo ================================================================
exit 0

unset LIBRARY_PATH
Expand Down

0 comments on commit 9a05411

Please sign in to comment.