diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-21 09:33:35 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2018-12-28 22:33:30 +0000 |
commit | 69b6c56909653f5fd438fbd5d5ffb44d6de7a974 (patch) | |
tree | 533d833a3146ea8ea790891f8b14b8275156774c /util | |
parent | 14df1b0eebee2cfa576578d111f3dce76b364328 (diff) |
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')
-rwxr-xr-x | util/xcompile/xcompile | 2 |
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 |