summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2016-12-13 01:19:19 +0000
committermarino <marino@pkgsrc.org>2016-12-13 01:19:19 +0000
commitac87edcd85c0a05e5c6f017d40ed0b63910cccb5 (patch)
tree4486048cd30529fa15a21c252d49da5e525e1807 /lang/Makefile
parent8768d4d3ee37eb322082e7ad9ad211666e341266 (diff)
downloadpkgsrc-ac87edcd85c0a05e5c6f017d40ed0b63910cccb5.tar.gz
Add lang/gcc6-aux to pkgsrc
I had intended to migrate the ada framework to use gcc6-aux instead of lang/gcc5-aux, but unfortunately there's been a regression on NetBSD. It builds and tests perfectly on DragonFly and FreeBSD, but it only builds on NetBSD. All the ACAT tests that involve tasking fail, but the cause is unclear. All the modifications used on gcc5-aux for NetBSD are present in gcc6-aux but pthread destruction results in a segfault. Since then gcc5-aux support has been improved, so I'm putting this away for a while. NetBSD has been removed from the platform support list for now, but I'll review any patches I get to fix NetBSD tasking. This compiler is based on gcc 6.2 and is primarily used for the Ada frontend.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 539b43b3b8f..33de22244a2 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.445 2016/11/17 06:32:10 jnemeth Exp $
+# $NetBSD: Makefile,v 1.446 2016/12/13 01:19:19 marino Exp $
#
COMMENT= Programming languages
@@ -76,6 +76,7 @@ SUBDIR+= gcc5
SUBDIR+= gcc5-aux
SUBDIR+= gcc5-libs
SUBDIR+= gcc6
+SUBDIR+= gcc6-aux
SUBDIR+= gcc6-libs
SUBDIR+= gforth
SUBDIR+= ghc