From: Peter Korsgaard Date: Mon, 27 Apr 2009 14:07:42 +0000 (-0000) Subject: toolchain/gcc: java needs largefile support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30ee5f05604f80b40649dfe033dec89d8fada45d;p=buildroot.git toolchain/gcc: java needs largefile support --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 293cac092c..9aba2f7d36 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -149,6 +149,7 @@ config BR2_INSTALL_LIBGCJ bool "Build/install java compiler and libgcj?" depends on !BR2_avr32 && BR2_INSTALL_LIBSTDCPP select BR2_GCC_CROSS_JAVA + select BR2_LARGEFILE help Build/install java compiler and libgcj?