From 246051c22ce598db0bcf7dc93399cbdc380ddaad Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 27 Oct 2016 08:28:55 +0200 Subject: util/xcompile/xcompile: Add a space before `&&` Change-Id: I07fd4d6f6db220e23da8daced6014ce39894c604 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/17159 Tested-by: build bot (Jenkins) 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 37e6404950..90220f6c5c 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -182,7 +182,7 @@ detect_special_flags() { testcc "$GCC" "$CFLAGS_GCC -fuse-ld=bfd" && CFLAGS_GCC="$CFLAGS_GCC -fuse-ld=bfd" && LINKER_SUFFIX='.bfd' - testcc "$GCC" "$CFLAGS_GCC -fno-stack-protector"&& + testcc "$GCC" "$CFLAGS_GCC -fno-stack-protector" && CFLAGS_GCC="$CFLAGS_GCC -fno-stack-protector" testcc "$GCC" "$CFLAGS_GCC -Wl,--build-id=none" && CFLAGS_GCC="$CFLAGS_GCC -Wl,--build-id=none" -- cgit v1.2.3