diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-06-07 08:11:06 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-06-07 08:11:06 +0000 |
commit | 699f3df8d99098953e763fe0f57ecfa671ed6d0d (patch) | |
tree | 0fa920b4314b5a7908adf1bfa2ae199e4e418ad8 /openwrt/toolchain/Makefile | |
parent | e8eb7ef34ee3774276df4976515174164bde2cb5 (diff) | |
download | mtk-20170518-699f3df8d99098953e763fe0f57ecfa671ed6d0d.zip mtk-20170518-699f3df8d99098953e763fe0f57ecfa671ed6d0d.tar.gz mtk-20170518-699f3df8d99098953e763fe0f57ecfa671ed6d0d.tar.bz2 |
add gdb-client to run on host to debug target.. (kgdb)
SVN-Revision: 1166
Diffstat (limited to 'openwrt/toolchain/Makefile')
-rw-r--r-- | openwrt/toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/Makefile b/openwrt/toolchain/Makefile index 28ac81c..c573deb 100644 --- a/openwrt/toolchain/Makefile +++ b/openwrt/toolchain/Makefile @@ -1,6 +1,6 @@ # Main makefile for the toolchain include $(TOPDIR)/rules.mk -TARGETS:=sed utils binutils gcc uClibc ipkg-utils +TARGETS:=sed utils binutils gcc uClibc ipkg-utils gdb TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS)) |