aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/crossgcc/buildgcc5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index c6d7183a37..5aa98d52c5 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -105,8 +105,9 @@ searchgnu()
fi
fi
done
- # A workaround for XxxBSD, whose nongnu patch and tar also work.
- if [ $UNAME = "FreeBSD" -o $UNAME = "NetBSD" ]; then
+ # 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 [ $1 != "make" ]; then
if test -x "`which $1 2>/dev/null`"; then
echo $1