projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move platform specific base-files into target/linux/<targetname>
[openwrt.git]
/
toolchain
/
Makefile
diff --git
a/toolchain/Makefile
b/toolchain/Makefile
index
2d8d882
..
3f12218
100644
(file)
--- a/
toolchain/Makefile
+++ b/
toolchain/Makefile
@@
-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
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
TARGETS-y+=binutils gcc uClibc
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
binutils-prepare: uClibc-prepare
gcc-prepare: binutils-install
uClibc-compile: gcc-compile
- libnotimpl-compile: gcc-install
endif
gcc-install: uClibc-install
endif
gcc-install: uClibc-install
This page took
0.019514 seconds
and
4
git commands to generate.