Skip to content

Commit b42bc33

Browse files
committed
Merge #19152: build: improve build OS configure output
0fef60c 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 0fef60c - thanks for following up. Tree-SHA512: b9f49df901a9d37eb16c67c063bb3611602a84391aa54d097a52b740f474c2785c24bf405522d15d724fde25070d354bf20b885add2ee4405a71cbe9ebab5ff3
2 parents a1c0e5f + 0fef60c commit b42bc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ echo " gprof enabled = $enable_gprof"
17521752
echo " werror = $enable_werror"
17531753
echo
17541754
echo " target os = $TARGET_OS"
1755-
echo " build os = $BUILD_OS"
1755+
echo " build os = $build_os"
17561756
echo
17571757
echo " CC = $CC"
17581758
echo " CFLAGS = $CFLAGS"

0 commit comments

Comments
 (0)