committed by
Norman Feske
parent
99245aceb2
commit
d4bf55a308
@@ -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)
|
||||
@#
|
||||
|
||||
@@ -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)
|
||||
@#
|
||||
|
||||
Reference in New Issue
Block a user