tool_chain: use real patches

Issue #1051.
This commit is contained in:
Christian Prochaska
2014-04-22 00:23:49 +02:00
committed by Norman Feske
parent 99245aceb2
commit d4bf55a308
18 changed files with 823 additions and 111 deletions

View File

@@ -49,7 +49,10 @@ endif
$(CONTRIB_DIR)/$(GCC): $(DOWNLOAD_DIR)/$(GCC_TGZ).verified
$(VERBOSE)tar xfz $(<:.verified=) -C $(CONTRIB_DIR)
include ../../tool/tool_chain_gcc_patches.inc
# needed in 'tool_chain_gcc_patches.inc'
GENODE_DIR := $(abspath ../..)
include $(GENODE_DIR)/tool/tool_chain_gcc_patches.inc
$(CONTRIB_DIR)/$(GCC)/configure:: $(CONTRIB_DIR)/$(GCC)
@#

View File

@@ -68,7 +68,10 @@ $(DOWNLOAD_DIR)/$(GDB_TBZ2).verified: $(DOWNLOAD_DIR)/$(GDB_TBZ2) \
$(CONTRIB_DIR)/$(GDB): $(DOWNLOAD_DIR)/$(GDB_TBZ2).verified
$(VERBOSE)tar xfj $(<:.verified=) -C $(CONTRIB_DIR)
include ../../tool/tool_chain_gdb_patches.inc
# needed in 'tool_chain_gdb_patches.inc'
GENODE_DIR := $(abspath ../..)
include $(GENODE_DIR)/tool/tool_chain_gdb_patches.inc
$(CONTRIB_DIR)/$(GDB)/configure:: $(CONTRIB_DIR)/$(GDB)
@#