Anonymous Coward #1001977 has uploaded this change for review. ( https://review.coreboot.org/25901
Change subject: buildgcc: Add missing '' ......................................................................
buildgcc: Add missing ''
That caused the CFLAGS, CXXFLAGS, and '|| true' to not be taken into account when building binutils.
Change-Id: I94521eb73cefdc5ed01fbf10122966a54cc28166 --- M util/crossgcc/buildgcc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/25901/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 743937a..edcea7a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -681,7 +681,7 @@ --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