mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 20:41:53 +02:00
oops, forgot to remove references to libnotimpl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5356 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4d0ebeb197
commit
c6119ab77b
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
TARGETS-y:=kernel-headers libnotimpl
|
TARGETS-y:=kernel-headers
|
||||||
TARGETS-$(CONFIG_GDB) += gdb
|
TARGETS-$(CONFIG_GDB) += gdb
|
||||||
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
|
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
|
||||||
TARGETS-y+=binutils gcc uClibc
|
TARGETS-y+=binutils gcc uClibc
|
||||||
@ -29,7 +29,6 @@ ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
|
|||||||
binutils-prepare: uClibc-prepare
|
binutils-prepare: uClibc-prepare
|
||||||
gcc-prepare: binutils-install
|
gcc-prepare: binutils-install
|
||||||
uClibc-compile: gcc-compile
|
uClibc-compile: gcc-compile
|
||||||
libnotimpl-compile: gcc-install
|
|
||||||
endif
|
endif
|
||||||
gcc-install: uClibc-install
|
gcc-install: uClibc-install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user