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>
This commit is contained in:
parent
4fdd8030a4
commit
c2054f3212
|
@ -178,7 +178,7 @@ detect_special_flags() {
|
||||||
testcc "$GCC" "$CFLAGS_GCC -mno-abicalls -fno-pic" && \
|
testcc "$GCC" "$CFLAGS_GCC -mno-abicalls -fno-pic" && \
|
||||||
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" && \
|
testcc "$GCC" "$CFLAGS_GCC -EL" && \
|
||||||
CFLAGS_GCC+=" -EL"
|
CFLAGS_GCC+=" -EL"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue