summaryrefslogtreecommitdiffstats
path: root/package/make
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-11-19 17:25:14 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-11-20 08:17:38 +0100
commit143241e0a5ffb09c6a17c63241d66e1a155bb166 (patch)
treeed5fc795ff806f0986561c8f0853d658c1133c67 /package/make
parentfb80f71d9472f9067cc1560eb265355c06e82f60 (diff)
downloadbuildroot-143241e0a5ffb09c6a17c63241d66e1a155bb166.tar.gz
buildroot-143241e0a5ffb09c6a17c63241d66e1a155bb166.zip
make: drop gnumake/gmake aliases for host-make
Now that glibc no longer checks for gnumake / gmake, these aliases can be removed. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/make')
-rw-r--r--package/make/make.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/make/make.mk b/package/make/make.mk
index 790391c76e..1471576850 100644
--- a/package/make/make.mk
+++ b/package/make/make.mk
@@ -23,15 +23,5 @@ endif
HOST_MAKE_DEPENDENCIES = host-pkgconf
HOST_MAKE_CONF_OPTS = --without-guile
-# Some packages, like glibc, are looking for gnumake or gmake before
-# make program.
-# Create these symlink to use make binary generated by Buildroot for
-# the host.
-define HOST_MAKE_INSTALL_GNUMAKE
- ln -fs make $(HOST_DIR)/bin/gnumake
- ln -fs make $(HOST_DIR)/bin/gmake
-endef
-HOST_MAKE_POST_INSTALL_HOOKS += HOST_MAKE_INSTALL_GNUMAKE
-
$(eval $(autotools-package))
$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud