summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2018-10-28 16:59:00 +0000
committersevan <sevan@pkgsrc.org>2018-10-28 16:59:00 +0000
commitaf90702394038b13e954f2889fa3be6271c870f9 (patch)
tree6c943791c0b496f68f02795922ade648fd200e83 /bootstrap
parent732494ab4b8a9dd5b2bb75e494480ab4e60f2f2f (diff)
downloadpkgsrc-af90702394038b13e954f2889fa3be6271c870f9.tar.gz
Minix/arm currently ships with GCC but the i386 build ships with clang so check
the compiler.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index b5b0d503630..b1755dafbdc 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.251 2018/10/17 11:12:46 jperkin Exp $
+# $NetBSD: bootstrap,v 1.252 2018/10/28 16:59:00 sevan Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -734,6 +734,7 @@ Minix)
set_opsys=no
machine_arch=`uname -p`
LDFLAGS="-lcompat_minix -lminlib"
+ check_compiler=yes
;;
MirBSD)
root_group=wheel