diff options
| author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 02:49:33 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 02:49:33 +0000 | 
| commit | 44eedc5c44416a97b3f5ca03d596ec3c9fb29380 (patch) | |
| tree | 96f605b4cd9934fc1d09319490c672aaab44ce2f /toolchain/gdb | |
| parent | 73f7be82904f487d167493e76b415fbe5b5f8c5a (diff) | |
| download | buildroot-novena-44eedc5c44416a97b3f5ca03d596ec3c9fb29380.tar.gz buildroot-novena-44eedc5c44416a97b3f5ca03d596ec3c9fb29380.zip | |
facelift step number two
Diffstat (limited to 'toolchain/gdb')
| -rw-r--r-- | toolchain/gdb/gdb.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 5340ab10e..057ccad27 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -22,7 +22,7 @@ $(DL_DIR)/$(GDB_SOURCE):  $(GDB_DIR)/.unpacked: $(DL_DIR)/$(GDB_SOURCE)  	$(GDB_CAT) $(DL_DIR)/$(GDB_SOURCE) | tar -C $(TOOL_BUILD_DIR) -xvf - -	$(SOURCE_DIR)/patch-kernel.sh $(GDB_DIR) $(SOURCE_DIR)/gdb/$(GDB_VERSION) \*.patch +	toolchain/patch-kernel.sh $(GDB_DIR) $(SOURCE_DIR)/gdb/$(GDB_VERSION) \*.patch  	# Copy a config.sub from gcc.  This is only necessary until  	# gdb's config.sub supports <arch>-linux-uclibc tuples.  	# Should probably integrate this into the patch. | 
