Report compiler and symlink status

pull/200/head
Jeffrey Walton 2016-06-20 04:28:45 -04:00
parent 6b76fbc993
commit f35e5b8399
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ elif [[ "$HAVE_ARMV8A" -ne "0" ]]; then
fi
if [[ "$HAVE_ARM_NEON" -ne "0" ]]; then
echo "HAVE_ARM_NEON: $HAVE_ARM_NEON" | tee -a "$TEST_RESULTS"
fi
if [[ "$IS_X64" -ne "0" ]]; then
echo "IS_X64: $IS_X64" | tee -a "$TEST_RESULTS"