summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/xcompile/xcompile6
1 files changed, 5 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 82a5885a1e..3535793542 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -225,7 +225,9 @@ STRIP_${TARCH}:=${GCCPREFIX}strip
AR_${TARCH}:=${GCCPREFIX}ar
CROSS_COMPILE_${TARCH}:=${GCCPREFIX}
+
EOF
+#The two blank lines above are intentional separators
}
# Architecture definitions
@@ -320,7 +322,9 @@ test_architecture() {
search="$search $toolchain-linux-gnu-"
search="$search $toolchain-"
done
- echo "# $architecture TARCH_SEARCH=$search"
+ echo "###########################################################################"
+ echo "# $architecture"
+ echo "# TARCH_SEARCH=$search"
# Search toolchain by checking assembler capability.
for TBFDARCH in $TBFDARCHS; do