X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9d30652149fd745711342cec7ee8574e973ec241..f7c61fccc876624c2dc6013662d8deea768c32f2:/openwrt/toolchain/Makefile diff --git a/openwrt/toolchain/Makefile b/openwrt/toolchain/Makefile index 0c06fe9ea..c573debe4 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)) @@ -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)