update uClibc++ to 0.1.11 - fixes kismet problems
[openwrt.git] / openwrt / toolchain / Makefile
index 0c06fe9..c573deb 100644 (file)
@@ -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))
@@ -13,7 +13,7 @@ uClibc-prepare: kernel-headers-prepare sed-install utils-install
 binutils-prepare: uClibc-prepare
 gcc-prepare: binutils-install
 uClibc-compile: gcc-prepare
-gcc-install: uClibc-install
+gcc-compile: uClibc-install
 
 $(STAMP_DIR):
        mkdir -p $(STAMP_DIR)
This page took 0.023602 seconds and 4 git commands to generate.