X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f77b88d124ea1c900f9cf5e04046939aad48bbe1..974187ed4b79fef7d1d2f41e83c27c6cf0eb44ed:/toolchain/Makefile diff --git a/toolchain/Makefile b/toolchain/Makefile index 0c06fe9ea..c573debe4 100644 --- a/toolchain/Makefile +++ b/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)