diff options
author | Martin Roth <martinroth@google.com> | 2016-01-05 14:16:57 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-07 17:07:21 +0100 |
commit | c2054f321285ee107c5a6abda826274eb3009dd9 (patch) | |
tree | 8ebbbab78c25068fd17eeb54f1151703c0782d63 /util | |
parent | 4fdd8030a4ad5ad87192303d2bdff23950209042 (diff) | |
download | coreboot-c2054f321285ee107c5a6abda826274eb3009dd9.tar.xz |
xcompile: Use tabs for indentation
Change-Id: I96a5048050f8016c3c569f20318b4d421a4470a7
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12837
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.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 afd598635a..82a5885a1e 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -178,7 +178,7 @@ detect_special_flags() { testcc "$GCC" "$CFLAGS_GCC -mno-abicalls -fno-pic" && \ CFLAGS_GCC+=" -mno-abicalls -fno-pic" - # Enforce little endian mode. + # Enforce little endian mode. testcc "$GCC" "$CFLAGS_GCC -EL" && \ CFLAGS_GCC+=" -EL" ;; |