summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authormarino <marino>2014-04-30 16:25:20 +0000
committermarino <marino>2014-04-30 16:25:20 +0000
commit17882b28342e38d7c1b46e96312db5a2f688b106 (patch)
tree79e244ce581bc41bf77d75c5f4ab6366c2ccf3ee /lang/Makefile
parentb66a8ccfa4c6b32cd5077fc06107bb9ab679dd97 (diff)
downloadpkgsrc-17882b28342e38d7c1b46e96312db5a2f688b106.tar.gz
Add new source package: lang/gnat_util
Several tools are built with GNAT sources and they have to be the exact source that built the Ada compiler that builds the tool. To ensure this, a common trick to the create a library with those sources and link the library instead of using the embedded source files which never match the FSF compiler properly. The first tool this new gcc 4.9.0-based library will be used for is devel/gprbuild-aux
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 d75238cacdd..37385f1bc5a 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.374 2014/04/22 20:50:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.375 2014/04/30 16:25:20 marino Exp $
#
COMMENT= Programming languages
@@ -73,6 +73,7 @@ SUBDIR+= ghc
SUBDIR+= ghc-bootstrap
SUBDIR+= ghc7
SUBDIR+= gnat-aux
+SUBDIR+= gnat_util
SUBDIR+= go
SUBDIR+= gpc
SUBDIR+= gprolog