build: improved output of configure for build OS

This commit is contained in:
sachinkm77 2020-06-03 04:06:36 -04:00
parent 657b82cef0
commit 0fef60c63d

View file

@ -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"