arm and kbuild-wrong-memset patches fixed in upstream way
deleted: kBuild-0.1.98-arm.patch
deleted: kbuild-wrong-memset.patch
Rebased aarch64 not sure if needed, ppc64le much more simple
modified: kBuild-0.1.9998-aarch64.patch
modified: kBuild-0.1.9998-ppc64le.patch
modified: kBuild-pthread.patch
14 lines
450 B
Diff
14 lines
450 B
Diff
Index: Config.kmk
|
|
===================================================================
|
|
--- ./Config.kmk (revision 3127)
|
|
+++ ./Config.kmk (working copy)
|
|
@@ -340,7 +340,8 @@
|
|
TEMPLATE_BIN_INCS += $(PATH_GNUMAKE_SRC)/glob /usr/local/include
|
|
endif
|
|
ifeq ($(KBUILD_TARGET),linux)
|
|
- TEMPLATE_BIN_LIBS += rt
|
|
+ TEMPLATE_BIN_LIBS += rt pthread
|
|
+ TEMPLATE_BIN_LDFLAGS += -Wl,--as-needed
|
|
endif
|
|
endif
|
|
|