[openwrt/openwrt] tools/libtool: remove parallel building
LEDE Commits
lede-commits at lists.infradead.org
Sat Jul 26 05:38:33 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fddac9af6f03f6a6649e851de09b20e5f5f6c4e2
commit fddac9af6f03f6a6649e851de09b20e5f5f6c4e2
Author: Michael Pratt <mcpratt at pm.me>
AuthorDate: Tue Sep 24 18:17:09 2024 -0400
tools/libtool: remove parallel building
There is only one subdirectory for libtool that actually compiles,
so enabling parallel building has no significant beneficial effects.
Signed-off-by: Michael Pratt <mcpratt at pm.me>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
tools/libtool/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/libtool/Makefile b/tools/libtool/Makefile
index 4992fa7710..dde4ff3130 100644
--- a/tools/libtool/Makefile
+++ b/tools/libtool/Makefile
@@ -14,8 +14,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_HASH:=da8ebb2ce4dcf46b90098daf962cffa68f4b4f62ea60f798d0ef12929ede6adf
-HOST_BUILD_PARALLEL:=1
-
include $(INCLUDE_DIR)/host-build.mk
export GNULIB_SRCDIR:=$(HOST_GNULIB_SRCDIR)
More information about the lede-commits
mailing list