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 --- config_host.mk.in | 1 - 1 file changed, 1 deletion(-) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 0ebdb8fa1cef..6094c7ccf08f 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -289,7 +289,6 @@ export INSTDIR_FOR_BUILD=@INSTDIR_FOR_BUILD@ export INSTROOT=@INSTROOT@ export INSTROOT_FOR_BUILD=@INSTROOT_FOR_BUILD@ export IWYU_PATH=@IWYU_PATH@ -export JAVACISGCJ=@JAVACISGCJ@ export JAVACOMPILER=@JAVACOMPILER@ export JAVADOC=@JAVADOC@ export JAVADOCISGJDOC=@JAVADOCISGJDOC@ -- cgit