summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2015-04-28 21:29:22 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-04-28 22:49:13 +0200
commit7cb26b4a6e8a413ff3d9d07966b63afbfcdb6749 (patch)
tree5009f2e1592392e39847c274228c079ef9ab610d
parentf60fc82ae95cfa160caf5d3edab7c68029dce1f7 (diff)
downloadcoreboot-7cb26b4a6e8a413ff3d9d07966b63afbfcdb6749.tar.xz
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 <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/10017 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
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