[coreboot-gerrit] New patch to review for coreboot: util/xcompile/xcompile: Add a space before `&&`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Thu Oct 27 08:30:01 CEST 2016


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17159

-gerrit

commit 036d72d764cb484dbedabc970630e3c3528875a0
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Thu Oct 27 08:28:55 2016 +0200

    util/xcompile/xcompile: Add a space before `&&`
    
    Change-Id: I07fd4d6f6db220e23da8daced6014ce39894c604
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 util/xcompile/xcompile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 37e6404..90220f6 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"



More information about the coreboot-gerrit mailing list