summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-05 21:19:40 +0000
committerrillig <rillig@pkgsrc.org>2020-01-05 21:19:40 +0000
commit2e07fc1a13d3faff20964927fb5c8adcf7e373ad (patch)
treefd468732d557c0fddadc851494e38d012ae48862 /lang/Makefile
parentc8fa48e4ca34e0ad5a2a91ee17adf26f93d9946c (diff)
downloadpkgsrc-2e07fc1a13d3faff20964927fb5c8adcf7e373ad.tar.gz
lang: add gcc9
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 95c6a4257f2..0d69a366617 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.534 2020/01/04 12:58:19 bsiegert Exp $
+# $NetBSD: Makefile,v 1.535 2020/01/05 21:19:40 rillig Exp $
#
COMMENT= Programming languages
@@ -83,6 +83,7 @@ SUBDIR+= gcc7
SUBDIR+= gcc7-libs
SUBDIR+= gcc8
SUBDIR+= gcc8-libs
+SUBDIR+= gcc9
SUBDIR+= gforth
SUBDIR+= ghc
SUBDIR+= ghc-bootstrap