summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authormaya <maya>2016-12-29 22:46:30 +0000
committermaya <maya>2016-12-29 22:46:30 +0000
commit0532b9bac40c2f61512a8e4fb9f8f3cf50f01eea (patch)
treecdb477d8e9bfe1485bf94d26dfd818b7951e6830 /lang/Makefile
parent869d54145acc3e295a6bf43ce5f59d173a7775aa (diff)
downloadpkgsrc-0532b9bac40c2f61512a8e4fb9f8f3cf50f01eea.tar.gz
Remove gcc45,46,47 and libs as discussed in pkgsrc-users
GCC_REQD for these versions now resolves to gcc48 due to a previous commit. Please file a bug report if you are having trouble with GCC 4.8.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 33de22244a2..18e39497ac6 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.446 2016/12/13 01:19:19 marino Exp $
+# $NetBSD: Makefile,v 1.447 2016/12/29 22:46:30 maya Exp $
#
COMMENT= Programming languages
@@ -63,11 +63,6 @@ SUBDIR+= gcc3-f77
SUBDIR+= gcc3-objc
SUBDIR+= gcc34
SUBDIR+= gcc44
-SUBDIR+= gcc45
-SUBDIR+= gcc46
-SUBDIR+= gcc46-libs
-SUBDIR+= gcc47
-SUBDIR+= gcc47-libs
SUBDIR+= gcc48
SUBDIR+= gcc48-libs
SUBDIR+= gcc49