[coreboot-gerrit] New patch to review for coreboot: crosstool: add EXPAT as a dependency on the gdb build.

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Sat Feb 27 05:08:24 CET 2016


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13846

-gerrit

commit b5e4788a4067e01fb0fb1a7ace8069309b94dff2
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