UPSTREAM: buildgcc: Fix string comparison operator
BUG=None BRANCH=None TEST=None Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/17942 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I8ff8d51507dcf12cd554c8b4713074a99e47c11e Reviewed-on: https://chromium-review.googlesource.com/425260 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
d2cc87f0e1
commit
f5a0ee7a42
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ build_LIBELF() {
|
|||
}
|
||||
|
||||
build_BINUTILS() {
|
||||
if [ $TARGETARCH == "x86_64-elf" ]; then
|
||||
if [ $TARGETARCH = "x86_64-elf" ]; then
|
||||
ADDITIONALTARGET=",i386-elf"
|
||||
fi
|
||||
CC="$CC" ../binutils-${BINUTILS_VERSION}/configure --prefix=$TARGETDIR \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue