[coreboot-gerrit] New patch to review for coreboot: buildgcc: Add 'g++' and 'clang' to the list of to-be-installed tools

Marko Käning (mk-lists@mailbox.org) gerrit at coreboot.org
Tue Dec 29 23:53:24 CET 2015


Marko Käning (mk-lists at mailbox.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12812

-gerrit

commit 69c1a4e276f0451a9fc7b3b446df814d85fbb020
Author: Marko Käning <mk-lists at mailbox.org>
Date:   Tue Dec 29 23:53:04 2015 +0100

    buildgcc: Add 'g++' and 'clang' to the list of to-be-installed tools
    
    Change-Id: I1f9c435293f7ad4ea82f6b08dfdc6c10c0494e35
    Signed-off-by: Marko Käning <mk-lists at mailbox.org>
---
 util/crossgcc/buildgcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 77e8bbd..fe6ddcf 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -139,7 +139,7 @@ searchtool()
 	# A workaround for OSX 10.9 and some BSDs, whose nongnu
 	# patch and tar also work.
 	if [ $UNAME = "Darwin" -o $UNAME = "FreeBSD" -o $UNAME = "NetBSD" -o $UNAME = "OpenBSD" ]; then
-		if [ "$1" = "patch" -o "$1" = "tar" ]; then
+		if [ "$1" = "patch" -o "$1" = "tar" -o "$1" = "g++" -o "$1" = "clang" ]; then
 			if [ -x "$(which $1 2>/dev/null)" ]; then
 				echo $1
 				return



More information about the coreboot-gerrit mailing list