summaryrefslogtreecommitdiff
path: root/config/comp_tools
diff options
context:
space:
mode:
Diffstat (limited to 'config/comp_tools')
-rw-r--r--config/comp_tools/autoconf.in5
-rw-r--r--config/comp_tools/automake.in4
-rw-r--r--config/comp_tools/bison.in1
-rw-r--r--config/comp_tools/dtc.in6
-rw-r--r--config/comp_tools/libtool.in4
-rw-r--r--config/comp_tools/m4.in3
-rw-r--r--config/comp_tools/make.in9
7 files changed, 32 insertions, 0 deletions
diff --git a/config/comp_tools/autoconf.in b/config/comp_tools/autoconf.in
new file mode 100644
index 0000000..1232782
--- /dev/null
+++ b/config/comp_tools/autoconf.in
@@ -0,0 +1,5 @@
+# Autoconf
+
+## default y if !CONFIGURE_has_autoconf_2_65_or_newer
+## default y if !CONFIGURE_has_autoreconf_2_65_or_newer
+## help Autoconf
diff --git a/config/comp_tools/automake.in b/config/comp_tools/automake.in
new file mode 100644
index 0000000..6982156
--- /dev/null
+++ b/config/comp_tools/automake.in
@@ -0,0 +1,4 @@
+# Automake
+
+## default y if !CONFIGURE_has_automake_1_15_or_newer
+## help Automake
diff --git a/config/comp_tools/bison.in b/config/comp_tools/bison.in
new file mode 100644
index 0000000..b0dc9e1
--- /dev/null
+++ b/config/comp_tools/bison.in
@@ -0,0 +1 @@
+# GNU bison
diff --git a/config/comp_tools/dtc.in b/config/comp_tools/dtc.in
new file mode 100644
index 0000000..72c7b14
--- /dev/null
+++ b/config/comp_tools/dtc.in
@@ -0,0 +1,6 @@
+# Kernel.org's device tree compiler
+
+## default y if !CONFIGURE_has_dtc && ARCH_MOXIE
+
+config DTC_VERBOSE
+ bool "Verbose DTC build output"
diff --git a/config/comp_tools/libtool.in b/config/comp_tools/libtool.in
new file mode 100644
index 0000000..253a731
--- /dev/null
+++ b/config/comp_tools/libtool.in
@@ -0,0 +1,4 @@
+# Libtool
+
+## default y if !CONFIGURE_has_libtool_2_4_or_newer
+## default y if !CONFIGURE_has_libtoolize_2_4_or_newer
diff --git a/config/comp_tools/m4.in b/config/comp_tools/m4.in
new file mode 100644
index 0000000..de59a7f
--- /dev/null
+++ b/config/comp_tools/m4.in
@@ -0,0 +1,3 @@
+# GNU m4
+
+## default y if !CONFIGURE_has_gnu_m4_1_4_12_or_newer
diff --git a/config/comp_tools/make.in b/config/comp_tools/make.in
new file mode 100644
index 0000000..ca7996b
--- /dev/null
+++ b/config/comp_tools/make.in
@@ -0,0 +1,9 @@
+# GNU make
+
+## default y if !CONFIGURE_has_make_3_81_or_newer
+
+config MAKE_GMAKE_SYMLINK
+ bool "Create 'gmake' symlink"
+
+config MAKE_GNUMAKE_SYMLINK
+ bool "Create 'gnumake' symlink"