From: Nicolas Thill Date: Tue, 31 Oct 2006 11:33:34 +0000 (+0000) Subject: oops, forgot to remove references to libnotimpl X-Git-Tag: reboot~30538 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=8ec5b1d61498d38777972017b7aa76cab0f0ea7e oops, forgot to remove references to libnotimpl SVN-Revision: 5356 --- diff --git a/toolchain/Makefile b/toolchain/Makefile index 2d8d88219d..3f12218c29 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -8,7 +8,7 @@ # include $(TOPDIR)/rules.mk -TARGETS-y:=kernel-headers libnotimpl +TARGETS-y:=kernel-headers TARGETS-$(CONFIG_GDB) += gdb ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) TARGETS-y+=binutils gcc uClibc @@ -29,7 +29,6 @@ ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) binutils-prepare: uClibc-prepare gcc-prepare: binutils-install uClibc-compile: gcc-compile - libnotimpl-compile: gcc-install endif gcc-install: uClibc-install