|
@@ -23,6 +23,16 @@ config BR2_EXTERNAL
|
|
config BR2_NEEDS_HOST_JAVA
|
|
config BR2_NEEDS_HOST_JAVA
|
|
bool
|
|
bool
|
|
|
|
|
|
|
|
+# Hidden boolean selected by packages in need of javac in order to build
|
|
|
|
+# (example: classpath)
|
|
|
|
+config BR2_NEEDS_HOST_JAVAC
|
|
|
|
+ bool
|
|
|
|
+
|
|
|
|
+# Hidden boolean selected by packages in need of jar in order to build
|
|
|
|
+# (example: classpath)
|
|
|
|
+config BR2_NEEDS_HOST_JAR
|
|
|
|
+ bool
|
|
|
|
+
|
|
# Hidden boolean selected by pre-built packages for x86, when they
|
|
# Hidden boolean selected by pre-built packages for x86, when they
|
|
# need to run on x86-64 machines (example: pre-built external
|
|
# need to run on x86-64 machines (example: pre-built external
|
|
# toolchains, binary tools like SAM-BA, etc.).
|
|
# toolchains, binary tools like SAM-BA, etc.).
|