util/xcompile/xcompile: Use tab for indent

Change-Id: I9878e6d962004003e2c05a6cdb8ecb0a3a02ae66
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30352
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2018-12-21 09:33:35 +01:00 committed by Felix Held
parent 14df1b0eeb
commit 69b6c56909
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ EOF
# to use i586 instead. # to use i586 instead.
if [ "${TARCH}" = "x86_64" ]; then if [ "${TARCH}" = "x86_64" ]; then
cat <<EOF cat <<EOF
GCC_CFLAGS_${TARCH} += -march=nocona GCC_CFLAGS_${TARCH} += -march=nocona
EOF EOF
fi fi