1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add a heavily cleaned up version of ubicom32 toolchain support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17346 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2009-08-21 22:31:47 +00:00
parent 1a4a2b5ae7
commit 64958baf0e
11 changed files with 77539 additions and 0 deletions

View File

@@ -115,6 +115,15 @@ else
endef
endif
define Host/Prepare/post/ubicom32
$(CP) \
$(HOST_BUILD_DIR)/arch/ubicom32/include/asm/elf.h \
$(HOST_BUILD_DIR)/arch/ubicom32/include/asm/user.h \
$(HOST_BUILD_DIR)/arch/ubicom32/include/asm/page.h \
$(HOST_BUILD_DIR)/arch/ubicom32/include/asm/page_offset.h \
$(BUILD_DIR_TOOLCHAIN)/linux-dev/usr/include/asm/
endef
define Host/Prepare/post/mips
$(call Host/Prepare/lzma)
endef

File diff suppressed because it is too large Load Diff