summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-11 11:13:03 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-11 11:13:03 +0200
commit6f36b4d0c0803ee709cd5954d772d16cbce5a50e (patch)
treedb917170845a38ad6b2138dd8e7835419a25f1a3
parent41f9bb9b7c0d6414b67e935069076b85ad1d5e15 (diff)
downloadembtoolkit-6f36b4d0c0803ee709cd5954d772d16cbce5a50e.tar.gz
embtoolkit-6f36b4d0c0803ee709cd5954d772d16cbce5a50e.tar.bz2
embtoolkit-6f36b4d0c0803ee709cd5954d772d16cbce5a50e.tar.xz
Toolchain: gdb for host: move gdb for host in tools-*
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--mk/gdb.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/gdb.mk b/mk/gdb.mk
index 6292e04..a173054 100644
--- a/mk/gdb.mk
+++ b/mk/gdb.mk
@@ -63,7 +63,7 @@ $(GDB_HOST_BUILD_DIR)/.configured
$(GDB_HOST_BUILD_DIR)/.configured:
$(call EMBTK_GENERIC_MESSAGE,"Configuring gdb-$(GDB_VERSION) for \
- for your host development machine ...")
+ your host development machine ...")
@cd $(GDB_HOST_BUILD_DIR); \
CC=$(HOSTCC_CACHED) CXX=$(HOSTCXX_CACHED) \
CC_FOR_TARGET=$(TARGETCC_CACHED) CXX_FOR_TARGET=$(TARGETCXX_CACHED) \
@@ -72,7 +72,7 @@ $(GDB_HOST_BUILD_DIR)/.configured:
STRIP_FOR_TARGET=$(TARGETSTRIP) OBJDUMP_FOR_TARGET=$(TARGETOBJDUMP) \
$(TOOLS_BUILD)/gdb-$(GDB_VERSION)/configure \
--host=$(HOST_ARCH) --build=$(HOST_ARCH) --target=$(STRICT_GNU_TARGET) \
- --prefix=$(HOSTTOOLS)/usr --disable-werror
+ --prefix=$(TOOLS) --disable-werror
@touch $@
download_gdb: