From 2d6bbc425e22fd51bd25396cf02e568ccd1248ef Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 4 Aug 2007 10:59:02 +0000 Subject: [PATCH 1/1] Allow installing gcj/gnu classpath,for those interested git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8337 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/Config.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4ae2ab9dd..ebacf6982 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -39,4 +39,9 @@ config INSTALL_LIBSTDCPP help Build/install c++ compiler and libstdc++? - +config INSTALL_LIBGCJ + bool + prompt "Build/install java compiler and GNU classpath ?" if TOOLCHAINOPTS + default n + help + Build/install java compiler and GNU classpath ? -- 2.35.1