[coreboot-gerrit] Patch set updated for coreboot: crosstool: add EXPAT as a dependency on the gdb build.

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Feb 27 21:53:32 CET 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13846

-gerrit

commit 9ab82b0ba19051abb6bc38e6e4e2d18495e2cc44
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Sat Feb 27 04:06:42 2016 +0000

    crosstool: add EXPAT as a dependency on the gdb build.
    
    qemu-power8 wants to tell about itself with XML, and so
    we need to build gdb with EXPAT so it can understand XML.
    
    Change-Id: I460e27f883956ed5d54e6070916e2682ee0f7a1b
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
---
 util/crossgcc/buildgcc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index dc6540d..e4a6d47 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -627,9 +627,10 @@ case "$PACKAGE" in
 		;;
 	GDB|gdb)
 		NAME="${TARGETARCH} cross GDB"
-		PACKAGES="GDB"
 		if [ $SKIPPYTHON -eq 0 ]; then
-			PACKAGES="EXPAT PYTHON $PACKAGES"
+			PACKAGES="EXPAT PYTHON GDB"
+		else
+			PACKAGES="EXPAT GDB"
 		fi
 		;;
 	CLANG|clang)



More information about the coreboot-gerrit mailing list