summaryrefslogtreecommitdiff
path: root/jtools/gcj/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-11-09 13:32:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-11-09 13:32:18 +0100
commit23bc64ab05f3f152903c127d0bd24de681dc2044 (patch)
tree1e6afda7a75dc0b4d309a3a97d55d2bf609bb2d3 /jtools/gcj/Makefile
parent442ae3a70f492fb16440ca081309638de0a6bd1b (diff)
disable some stuff for bulk builds
Diffstat (limited to 'jtools/gcj/Makefile')
-rw-r--r--jtools/gcj/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/jtools/gcj/Makefile b/jtools/gcj/Makefile
index 45302e723..429574c7c 100644
--- a/jtools/gcj/Makefile
+++ b/jtools/gcj/Makefile
@@ -13,7 +13,7 @@ DISTFILES:= gcc-$(PKG_VERSION).tar.bz2
WRKDIST= ${WRKDIR}/gcc-${PKG_VERSION}
include ../rules.mk
-GCJ_ENV+= JAR=no
+GCJ_ENV+= "JAR=no LDFLAGS=-liconv"
install: ${STAGING_JAVA_HOST_DIR}/usr/bin/gcj
@@ -29,6 +29,8 @@ $(WRKBUILD)/.configured: ${WRKDIST}/.prepared
--with-mpc=$(STAGING_HOST_DIR) \
--with-mpfr=$(STAGING_HOST_DIR) \
--with-gmp=$(STAGING_HOST_DIR) \
+ --disable-nls \
+ --without-libiconv-prefix \
--disable-libmudflap \
--disable-libgomp \
--disable-biarch \