From 07dec6af07074b77165d8eb18c9086e7de4b1386 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 14 Oct 2012 13:01:18 +0200 Subject: install gdb when chosen --- toolchain/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain') diff --git a/toolchain/Makefile b/toolchain/Makefile index fd92b46f7..ed5f2652c 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -49,7 +49,11 @@ endif gcc-configure: $(LIBC)-prepare $(LIBC)-compile: gcc-configure gcc-compile: $(LIBC)-install +ifeq ($(ADK_TOOLCHAIN_GDB),y) +$(LIBC)-fixup: gdb-install +else $(LIBC)-fixup: gcc-install +endif $(STAGING_HOST_DIR): @mkdir -p $(STAGING_HOST_DIR)/lib -- cgit v1.2.3