Skip to content

Commit

Permalink
build: show system
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Aug 25, 2024
1 parent 691d8d8 commit 80255c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,13 @@ echo " - $CC version $CC_VERSION"
if test "x$CXX" != "x"; then
echo " - $CXX version $CXX_VERSION"
fi
echo ""
echo "System:"
echo " - host $host"
echo " - ARCH $ARCH"
echo " - SYSTEM $SYSTEM"
echo " - system $system"

echo ""
echo "\nNow execute '$GNU_MAKE' to start compiling. Good luck!"

Expand Down

0 comments on commit 80255c2

Please sign in to comment.