pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Minix/arm currently ships with GCC but the i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c6ae5949d52d
branches: trunk
changeset: 324756:c6ae5949d52d
user: sevan <sevan%pkgsrc.org@localhost>
date: Sun Oct 28 16:59:00 2018 +0000
description:
Minix/arm currently ships with GCC but the i386 build ships with clang so check
the compiler.
diffstat:
bootstrap/bootstrap | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 6c4015a838cf -r c6ae5949d52d bootstrap/bootstrap
--- a/bootstrap/bootstrap Sun Oct 28 16:38:41 2018 +0000
+++ b/bootstrap/bootstrap Sun Oct 28 16:59:00 2018 +0000
@@ -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@localhost>
# All rights reserved.
@@ -734,6 +734,7 @@
set_opsys=no
machine_arch=`uname -p`
LDFLAGS="-lcompat_minix -lminlib"
+ check_compiler=yes
;;
MirBSD)
root_group=wheel
Home |
Main Index |
Thread Index |
Old Index