projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add lcd4version. compiles now, but i have no clue if it will work with some lcd displays
[openwrt.git]
/
openwrt
/
toolchain
/
gcc
/
gcc-uclibc-3.x.mk
diff --git
a/openwrt/toolchain/gcc/gcc-uclibc-3.x.mk
b/openwrt/toolchain/gcc/gcc-uclibc-3.x.mk
index
878a55d
..
09829db
100644
(file)
--- a/
openwrt/toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/
openwrt/toolchain/gcc/gcc-uclibc-3.x.mk
@@
-57,7
+57,7
@@
GCC_BUILD_DIR1:=$(TOOL_BUILD_DIR)/gcc-$(GCC_VERSION)-initial
$(DL_DIR)/$(GCC_SOURCE):
mkdir -p $(DL_DIR)
- $(
WGET) -P $(DL_DIR) $(GCC_SITE)/$(GCC_SOURC
E)
+ $(
SCRIPT_DIR)/download.pl $(DL_DIR) $(GCC_SOURCE) x $(GCC_SIT
E)
$(GCC_DIR)/.unpacked: $(DL_DIR)/$(GCC_SOURCE)
mkdir -p $(TOOL_BUILD_DIR)
This page took
0.022728 seconds
and
4
git commands to generate.