svn commit: r422683 - head/lang/gcc49

Gerald Pfeifer gerald at FreeBSD.org
Fri Sep 23 16:07:54 UTC 2016


Author: gerald
Date: Fri Sep 23 16:07:53 2016
New Revision: 422683
URL: https://svnweb.freebsd.org/changeset/ports/422683

Log:
  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

Modified:
  head/lang/gcc49/Makefile

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Fri Sep 23 14:59:28 2016	(r422682)
+++ head/lang/gcc49/Makefile	Fri Sep 23 16:07:53 2016	(r422683)
@@ -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
 


More information about the svn-ports-head mailing list