summaryrefslogtreecommitdiff
path: root/external/beanshell
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-26 14:31:52 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-26 21:44:46 +0000
commit7fe8c0b852fa421fe52de99a7f59e45027139eed (patch)
tree2fcfde3302d0b13615ad030c1ae7599111bb62d6 /external/beanshell
parentdaafd2ddaf019da11f4d0474b1840ad708a3199c (diff)
Remove gcj support from build system.
Change-Id: I79fe046ff8c932c5f6a9a5f70970168e42d23702 Reviewed-on: https://gerrit.libreoffice.org/28406 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'external/beanshell')
-rw-r--r--external/beanshell/ExternalProject_beanshell.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/external/beanshell/ExternalProject_beanshell.mk b/external/beanshell/ExternalProject_beanshell.mk
index 889b79b153d2..62ac1f9df3b2 100644
--- a/external/beanshell/ExternalProject_beanshell.mk
+++ b/external/beanshell/ExternalProject_beanshell.mk
@@ -19,11 +19,8 @@ $(call gb_ExternalProject_get_state_target,beanshell,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),-Dbuild.debug="on") \
)