mirror of
https://git.busybox.net/uClibc
synced 2025-05-08 23:02:28 +08:00
buildsys: prune pthread bits from arch headers
Pickup the correct version of e.g. local_lim.h as seen on ppc Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
parent
01c125c3bd
commit
561ce7fb9f
@ -92,6 +92,10 @@ HEADERS_BITS_SUBARCH :=
|
||||
ifneq ($(TARGET_SUBARCH),)
|
||||
HEADERS_BITS_SUBARCH := $(notdir $(wildcard $(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)/bits/$(TARGET_SUBARCH)/*.h))
|
||||
endif
|
||||
ifneq ($(HEADERS_BITS_PTHREAD),)
|
||||
HEADERS_BITS_ARCH := $(filter-out $(HEADERS_BITS_PTHREAD),$(HEADERS_BITS_ARCH))
|
||||
HEADERS_BITS_SUBARCH:= $(filter-out $(HEADERS_BITS_PTHREAD),$(HEADERS_BITS_SUBARCH))
|
||||
endif
|
||||
HEADERS_BITS_COMMON := $(filter-out $(HEADERS_BITS_ARCH) $(HEADERS_BITS_SUBARCH) $(HEADERS_BITS_PTHREAD),$(HEADERS_BITS_COMMON))
|
||||
|
||||
HEADERS_SYS_COMMON := $(notdir $(wildcard $(top_srcdir)libc/sysdeps/linux/common/sys/*.h))
|
||||
|
Loading…
x
Reference in New Issue
Block a user