From 81084368d0ad9b4e783a6a5fb7f9ae22966f0cdb Mon Sep 17 00:00:00 2001 From: Vivia Nikolaidou Date: Sat, 28 Apr 2018 01:21:44 +0300 Subject: buildgcc: Add missing '\' That caused the CFLAGS, CXXFLAGS, and '|| touch .failed' to not be taken into account when building binutils. Change-Id: I94521eb73cefdc5ed01fbf10122966a54cc28166 Signed-off-by: Vivia Nikolaidou Reviewed-on: https://review.coreboot.org/25901 Reviewed-by: Youness Alaoui Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 743937a783..edcea7ab42 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -681,7 +681,7 @@ build_BINUTILS() { --target=${TARGETARCH} --enable-targets=${TARGETARCH}${ADDITIONALTARGET} \ --disable-werror --disable-nls --enable-lto --enable-gold \ --enable-interwork --enable-multilib \ - --enable-plugins --enable-multilibs + --enable-plugins --enable-multilibs \ CFLAGS="$HOSTCFLAGS" \ CXXFLAGS="$HOSTCFLAGS" \ || touch .failed -- cgit v1.2.3