瀏覽代碼

toolchain/gcc: java needs largefile support

Peter Korsgaard 16 年之前
父節點
當前提交
30ee5f0560
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      toolchain/gcc/Config.in

+ 1 - 0
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?