projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some fixes for wlcompat
[openwrt.git]
/
openwrt
/
toolchain
/
Makefile
diff --git
a/openwrt/toolchain/Makefile
b/openwrt/toolchain/Makefile
index
0c06fe9
..
c573deb
100644
(file)
--- a/
openwrt/toolchain/Makefile
+++ b/
openwrt/toolchain/Makefile
@@
-1,6
+1,6
@@
# Main makefile for the toolchain
include $(TOPDIR)/rules.mk
# 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))
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
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)
$(STAMP_DIR):
mkdir -p $(STAMP_DIR)
This page took
0.021291 seconds
and
4
git commands to generate.