summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2018-10-01 12:32:15 +0000
committerryoon <ryoon@pkgsrc.org>2018-10-01 12:32:15 +0000
commit43a172b5e0751671014418614f62e77e7f881413 (patch)
tree35ff4747e105572450231b38cf2ed0e1f463c2a5 /lang
parentf19bfd555de604cc647b3659b993951088b259db (diff)
downloadpkgsrc-43a172b5e0751671014418614f62e77e7f881413.tar.gz
Add NetBSD to supported architecture. This is sufficient to build coreboot
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc6-aux/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile
index 1eeee7717ea..f2ef448c986 100644
--- a/lang/gcc6-aux/Makefile
+++ b/lang/gcc6-aux/Makefile
@@ -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 @@ APPLY_DIFFS= core ada cxx
# 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}