From c2054f321285ee107c5a6abda826274eb3009dd9 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 5 Jan 2016 14:16:57 -0700 Subject: xcompile: Use tabs for indentation Change-Id: I96a5048050f8016c3c569f20318b4d421a4470a7 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12837 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/xcompile/xcompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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" ;; -- cgit v1.2.3