pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc6-aux Add NetBSD to supported architecture. Th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0e8319a1ba0
branches:  trunk
changeset: 323866:c0e8319a1ba0
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Oct 01 12:32:15 2018 +0000

description:
Add NetBSD to supported architecture. This is sufficient to build coreboot

diffstat:

 lang/gcc6-aux/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r a17b9cf3f9f9 -r c0e8319a1ba0 lang/gcc6-aux/Makefile
--- a/lang/gcc6-aux/Makefile    Mon Oct 01 11:21:03 2018 +0000
+++ b/lang/gcc6-aux/Makefile    Mon Oct 01 12:32:15 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/04/02 09:30:06 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/10/01 12:32:15 ryoon Exp $
 
 PKGNAME=       gcc6-aux-${SNAPSHOT}
 PKGREVISION=   ${MAIN_PR}
@@ -22,15 +22,15 @@
 
 # Requires bootstrap compiler, which is only available for on selected systems
 
+# Tasking is broken on NetBSD.  The reason for this is unknown
+# Until pthread support is fixed, remove NetBSD from PLATFORM list
 ONLY_FOR_PLATFORM=     DragonFly-*-x86_64   \
                        FreeBSD-*-i386       \
                        FreeBSD-*-x86_64     \
                        SunOS-5.1[1-9]*-i386 \
-                       SunOS-5.1[1-9]*-x86_64
-# Tasking is broken on NetBSD.  The reason for this is unknown
-# Until pthread support is fixed, remove NetBSD from PLATFORM list
-#                      NetBSD-[5-9]*-i386   \
-#                      NetBSD-[5-9]*-x86_64
+                       SunOS-5.1[1-9]*-x86_64 \
+                       NetBSD-[5-9]*-i386   \
+                       NetBSD-[5-9]*-x86_64
 
 GARCH=                 ${MACHINE_ARCH:S/amd64/x86_64/}
 BLD_TARGET=            ${GARCH}-aux-${LOWER_OPSYS}${OS_VERSION}



Home | Main Index | Thread Index | Old Index