summaryrefslogtreecommitdiffstats
path: root/package/make/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-19 14:45:55 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-19 14:47:27 +0200
commit1aa42ad4aed013c03d1e17f4cfe2ace2194f423d (patch)
tree738f190fc882b594c9380cc367030eea15b5cd8c /package/make/Config.in
parent64e95abe20d8468a4ba9e358d698bd81670d0887 (diff)
downloadbuildroot-1aa42ad4aed013c03d1e17f4cfe2ace2194f423d.tar.gz
buildroot-1aa42ad4aed013c03d1e17f4cfe2ace2194f423d.zip
make: bump to version 4.0
This commit bumps make to version 4.0. This version now uses fork(), so it is no longer available on non-MMU platforms, which consequently works around: http://autobuild.buildroot.org/results/2e1/2e1b11ccb501f1ab431c04435be52a6538d035cb/ The glob special options seem to no longer be needed, at least make 4.0 builds fine with both an ARM uClibc toolchain and an ARM glibc toolchain. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/make/Config.in')
-rw-r--r--package/make/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/make/Config.in b/package/make/Config.in
index aea72e31f4..f576b7b5a3 100644
--- a/package/make/Config.in
+++ b/package/make/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_MAKE
bool "make"
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help
A tool which controls the generation of executables and other
OpenPOWER on IntegriCloud