aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <[email protected]>2020-06-04 10:27:07 +0800
committerfanquake <[email protected]>2020-06-04 10:44:34 +0800
commitb42bc33d2d4d32c11f8ad0aa812bb9b4d3ae3a5f (patch)
tree4e00c42df4264e285524df3a2a84f88109c236a6
parentMerge #19088: validation: use std::chrono throughout some validation functions (diff)
parentbuild: improved output of configure for build OS (diff)
downloaddiscoin-b42bc33d2d4d32c11f8ad0aa812bb9b4d3ae3a5f.tar.xz
discoin-b42bc33d2d4d32c11f8ad0aa812bb9b4d3ae3a5f.zip
Merge #19152: build: improve build OS configure output
0fef60c63d6d2f4df8e698936221e2330ef3a244 build: improved output of configure for build OS (sachinkm77) Pull request description: The purpose of this fix is to improve output of the configure script by providing the build OS. This is done by leveraging the build_os set by the script config.sub / config.guess. #18966 ACKs for top commit: fanquake: ACK 0fef60c63d6d2f4df8e698936221e2330ef3a244 - thanks for following up. Tree-SHA512: b9f49df901a9d37eb16c67c063bb3611602a84391aa54d097a52b740f474c2785c24bf405522d15d724fde25070d354bf20b885add2ee4405a71cbe9ebab5ff3
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d8291bf5..f2f053dab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1752,7 +1752,7 @@ echo " gprof enabled = $enable_gprof"
echo " werror = $enable_werror"
echo
echo " target os = $TARGET_OS"
-echo " build os = $BUILD_OS"
+echo " build os = $build_os"
echo
echo " CC = $CC"
echo " CFLAGS = $CFLAGS"