pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   sevan
Date:           Sun Oct 28 16:59:01 UTC 2018

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
Minix/arm currently ships with GCC but the i386 build ships with clang so check
the compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 pkgsrc/bootstrap/bootstrap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.251 pkgsrc/bootstrap/bootstrap:1.252
--- pkgsrc/bootstrap/bootstrap:1.251    Wed Oct 17 11:12:46 2018
+++ pkgsrc/bootstrap/bootstrap  Sun Oct 28 16:59:00 2018
@@ -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 @@ Minix)
        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