From 7fe8c0b852fa421fe52de99a7f59e45027139eed Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Fri, 26 Aug 2016 14:31:52 +0200 Subject: Remove gcj support from build system. Change-Id: I79fe046ff8c932c5f6a9a5f70970168e42d23702 Reviewed-on: https://gerrit.libreoffice.org/28406 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- external/apache-commons/ExternalProject_apache_commons_logging.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'external/apache-commons') diff --git a/external/apache-commons/ExternalProject_apache_commons_logging.mk b/external/apache-commons/ExternalProject_apache_commons_logging.mk index ed9e53646f18..d260e19dc34e 100644 --- a/external/apache-commons/ExternalProject_apache_commons_logging.mk +++ b/external/apache-commons/ExternalProject_apache_commons_logging.mk @@ -20,11 +20,8 @@ $(call gb_ExternalProject_get_state_target,apache_commons_logging,build) : -q \ -f build.xml \ -Dbuild.label="build-$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)" \ - $(if $(filter yes,$(JAVACISGCJ))\ - ,-Dbuild.compiler=gcj \ - ,-Dant.build.javac.source=$(JAVA_SOURCE_VER) \ - -Dant.build.javac.target=$(JAVA_TARGET_VER) \ - ) \ + -Dant.build.javac.source=$(JAVA_SOURCE_VER) \ + -Dant.build.javac.target=$(JAVA_TARGET_VER) \ $(if $(debug),-Dcompile.debug="true",-Dcompile.debug="false") \ compile build-jar \ ) -- cgit