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

binutils & gcc patches from uclibc buildroot

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@331 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2005-03-07 12:41:16 +00:00
parent bf6b96c3b5
commit d8742bc38c
17 changed files with 1153 additions and 144 deletions

View File

@@ -34,6 +34,7 @@ $(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE)
$(BINUTILS_DIR)/.patched: $(BINUTILS_DIR)/.unpacked
# Apply appropriate binutils patches.
$(SCRIPT_DIR)/patch-kernel.sh $(BINUTILS_DIR) ./$(BINUTILS_VERSION) \*.patch
$(SCRIPT_DIR)/patch-kernel.sh $(BINUTILS_DIR) ./all \*.patch
touch $(BINUTILS_DIR)/.patched
$(BINUTILS_DIR1)/.configured: $(BINUTILS_DIR)/.patched