mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
uClibc for x86 targets and kernels >= 2.6.24 need to copy the right include files, remove this when there are no 2.6.23 left
SVN-Revision: 11893
This commit is contained in:
parent
7f358023bc
commit
3d9c4c9073
@ -64,6 +64,13 @@ UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \
|
|||||||
-e 's/cris.*/cris/' \
|
-e 's/cris.*/cris/' \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Remove me when there are no 2.6.23 targets
|
||||||
|
ifeq ($(findstring 86,$(ARCH)),86)
|
||||||
|
ifneq ($(LINUX_2_6_23),y)
|
||||||
|
UCLIBC_TARGET_ARCH:=x86
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
define Build/Prepare/Snapshot
|
define Build/Prepare/Snapshot
|
||||||
$(PKG_UNPACK)
|
$(PKG_UNPACK)
|
||||||
rm -Rf $(PKG_BUILD_DIR)
|
rm -Rf $(PKG_BUILD_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user