merge bitcoin#23947: use host_os instead of TARGET_OS in configure output

This commit is contained in:
Kittywhiskers Van Gogh 2024-06-25 13:00:27 +00:00
parent 9126006c18
commit 7ad0141d66
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -1971,7 +1971,7 @@ echo " miner enabled = $enable_miner"
echo " gprof enabled = $enable_gprof" echo " gprof enabled = $enable_gprof"
echo " werror = $enable_werror" echo " werror = $enable_werror"
echo echo
echo " target os = $TARGET_OS" echo " target os = $host_os"
echo " build os = $build_os" echo " build os = $build_os"
echo echo
echo " CC = $CC" echo " CC = $CC"