projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f9448b
)
oops, forgot to remove references to libnotimpl
author
Nicolas Thill
<nico@openwrt.org>
Tue, 31 Oct 2006 11:33:34 +0000
(11:33 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 31 Oct 2006 11:33:34 +0000
(11:33 +0000)
SVN-Revision: 5356
toolchain/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/Makefile
b/toolchain/Makefile
index 2d8d88219da78ee764f8b76f9d30eee8eac4ef1e..3f12218c29014f21b89c4bd0ade05c1bf0eaac05 100644
(file)
--- 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