diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 4ae2ab9dd9a924ee729dacebec8458e786921268..ebacf6982e4240927977968f6081ea92f77f6ce0 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 ?