]> git.pld-linux.org Git - packages/kBuild.git/blame - kBuild-0.1.5-pthread.patch
drop EA
[packages/kBuild.git] / kBuild-0.1.5-pthread.patch
CommitLineData
7395c18c
ER
1diff -up kBuild-0.1.5-p1/Config.kmk.pthreads kBuild-0.1.5-p1/Config.kmk
2--- kBuild-0.1.5-p1/Config.kmk.pthreads 2010-02-18 08:27:24.287688965 +0100
3+++ kBuild-0.1.5-p1/Config.kmk 2010-02-18 08:28:07.505493345 +0100
4@@ -282,6 +282,8 @@ ifndef TEMPLATE_BIN_TOOL
5 endif
6 ifeq ($(KBUILD_TARGET),linux)
7 TEMPLATE_BIN_LIBS += rt
8+ TEMPLATE_BIN_LIBS += pthread
9+ TEMPLATE_BIN_LDFLAGS += -Wl,--as-needed
10 endif
11 TEMPLATE_BIN_CFLAGS.x86 += -m32
12 TEMPLATE_BIN_CFLAGS.sparc32 += -m32
This page took 0.058178 seconds and 4 git commands to generate.