mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:14:06 +02:00
[toolchain] fix compilation w/ 2.6.33
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19933 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9924a3340e
commit
b935c34327
@ -105,7 +105,11 @@ define Host/Prepare
|
|||||||
ln -sf linux-$(LINUX_VERSION) $(BUILD_DIR_TOOLCHAIN)/linux
|
ln -sf linux-$(LINUX_VERSION) $(BUILD_DIR_TOOLCHAIN)/linux
|
||||||
$(SED) 's/@expr length/@-expr length/' $(HOST_BUILD_DIR)/Makefile
|
$(SED) 's/@expr length/@-expr length/' $(HOST_BUILD_DIR)/Makefile
|
||||||
yes '' | $(KMAKE) oldconfig
|
yes '' | $(KMAKE) oldconfig
|
||||||
|
ifeq ($(CONFIG_LINUX_2_6_33),y)
|
||||||
|
$(KMAKE) include/linux/version.h arch/$(LINUX_KARCH)/include/asm
|
||||||
|
else
|
||||||
$(KMAKE) include/linux/version.h include/asm
|
$(KMAKE) include/linux/version.h include/asm
|
||||||
|
endif
|
||||||
if [ -d $(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm ]; then \
|
if [ -d $(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm ]; then \
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm/. \
|
$(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm/. \
|
||||||
|
Loading…
Reference in New Issue
Block a user