Anonymous Coward #1001977 has uploaded this change for review.

View Change

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

To view, visit change 25901. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I94521eb73cefdc5ed01fbf10122966a54cc28166
Gerrit-Change-Number: 25901
Gerrit-PatchSet: 1
Gerrit-Owner: Anonymous Coward #1001977