From 7cb26b4a6e8a413ff3d9d07966b63afbfcdb6749 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 28 Apr 2015 21:29:22 +0200 Subject: buildgcc: OpenBSD's tar and patch are sufficient, too No need to enforce GNU versions for them. Change-Id: Ieeb43298331fbefbcc1e230d41a90e9df56993eb Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/10017 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Paul Menzel --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 5a15e6d9fa..ae581b9dd1 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -117,7 +117,7 @@ searchtool() done # 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" ]; then + if [ $UNAME = "Darwin" -o $UNAME = "FreeBSD" -o $UNAME = "NetBSD" -o $UNAME = "OpenBSD" ]; then if [ "$1" = "patch" -o "$1" = "tar" ]; then if test -x "`which $1 2>/dev/null`"; then echo $1 -- cgit v1.2.3