summaryrefslogtreecommitdiff
path: root/util/xcompile
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-21 09:33:35 +0100
committerFelix Held <felix-coreboot@felixheld.de>2018-12-28 22:33:30 +0000
commit69b6c56909653f5fd438fbd5d5ffb44d6de7a974 (patch)
tree533d833a3146ea8ea790891f8b14b8275156774c /util/xcompile
parent14df1b0eebee2cfa576578d111f3dce76b364328 (diff)
downloadcoreboot-69b6c56909653f5fd438fbd5d5ffb44d6de7a974.tar.gz
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>
Diffstat (limited to 'util/xcompile')
-rwxr-xr-xutil/xcompile/xcompile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 58f60f0026..0fefff2f5a 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -238,7 +238,7 @@ EOF
# to use i586 instead.
if [ "${TARCH}" = "x86_64" ]; then
cat <<EOF
- GCC_CFLAGS_${TARCH} += -march=nocona
+ GCC_CFLAGS_${TARCH} += -march=nocona
EOF
fi