summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2016-09-23 16:07:53 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2016-09-23 16:07:53 +0000
commitaf418038ab3510779a72c18de5820ceebb9acba2 (patch)
tree0b9268b19fc07725181cb9da3c3eab5d7d3a5eb0
parentThis uses OpenSSL, use openssl from ports if available. (diff)
Disable building Java on powerpc64 (option JAVA) by default. It is
causing build failures of the kind /usr/local/bin/ld: classpath/tools/.libs/libgcj_tools_la-tools.o: unknown relocation type 1383330 for `*UND*' and generally not that important nor widely used. Reported by: swills Discussed with: andreast
-rw-r--r--lang/gcc49/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile
index c47240a0ff98..5bfab9bcea54 100644
--- a/lang/gcc49/Makefile
+++ b/lang/gcc49/Makefile
@@ -44,7 +44,6 @@ OPTIONS_DEFINE_powerpc64= JAVA
OPTIONS_DEFAULT= BOOTSTRAP
OPTIONS_DEFAULT_i386= JAVA
OPTIONS_DEFAULT_amd64= JAVA
-OPTIONS_DEFAULT_powerpc64= JAVA
OPTIONS_EXCLUDE_DragonFly= JAVA
BOOTSTRAP_DESC= Build using a full bootstrap