[coreboot-gerrit] Change in coreboot[master]: buildgcc: Add missing '\'

Anonymous Coward (Code Review) gerrit at coreboot.org
Sat Apr 28 00:14:20 CEST 2018


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

-- 
To view, visit https://review.coreboot.org/25901
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180427/ade0bef1/attachment-0001.html>


More information about the coreboot-gerrit mailing list