Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2016 16:07:53 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422683 - head/lang/gcc49
Message-ID:  <201609231607.u8NG7rlH030363@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609231607.u8NG7rlH030363>