summaryrefslogtreecommitdiff
path: root/lang/gcc48
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2016-09-30 13:16:59 +0000
committersevan <sevan@pkgsrc.org>2016-09-30 13:16:59 +0000
commit7f52036e2637371498b384cc85ca32baf164d459 (patch)
tree8f9538f8b0b0c47b43cd960859ca787130b6fc99 /lang/gcc48
parent4061fa450b6f23151e31013684b70d104f8532ce (diff)
downloadpkgsrc-7f52036e2637371498b384cc85ca32baf164d459.tar.gz
Do not build with the gcc-java enabled by default.
Add a comment to note the removal of option. Discussed on pkgsrc-users@ http://mail-index.netbsd.org/pkgsrc-users/2016/09/29/msg023796.html
Diffstat (limited to 'lang/gcc48')
-rw-r--r--lang/gcc48/options.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/gcc48/options.mk b/lang/gcc48/options.mk
index 7f3b6ef8e27..56de642807a 100644
--- a/lang/gcc48/options.mk
+++ b/lang/gcc48/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2016/04/19 12:44:40 jperkin Exp $
+# $NetBSD: options.mk,v 1.11 2016/09/30 13:16:59 sevan Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
@@ -6,10 +6,11 @@ PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran gcc-java \
PKG_SUGGESTED_OPTIONS= gcc-c++ gcc-fortran gcc-objc gcc-objc++ gcc-graphite
PKG_SUGGESTED_OPTIONS.DragonFly+= nls
-PKG_SUGGESTED_OPTIONS.Linux+= nls gcc-java
+PKG_SUGGESTED_OPTIONS.Linux+= nls
PKG_SUGGESTED_OPTIONS.NetBSD+= nls
PKG_SUGGESTED_OPTIONS.SunOS+= gcc-inplace-math
-PKG_SUGGESTED_OPTIONS.*+= gcc-java
+# gcc-java was dropped from PKG_SUGGESTED_OPTIONS to spare legacy systems attempting bulkbuilds
+# For example on Darwin/PowerPC this option adds another 24 hours to build time on a G4.
###
### Determine if multilib is avalible.