projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[toolchain] add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi...
[openwrt.git]
/
toolchain
/
binutils
/
Makefile
diff --git
a/toolchain/binutils/Makefile
b/toolchain/binutils/Makefile
index
db3ea75
..
e6f60a8
100644
(file)
--- a/
toolchain/binutils/Makefile
+++ b/
toolchain/binutils/Makefile
@@
-18,6
+18,9
@@
endif
ifeq ($(PKG_VERSION),2.18)
PKG_MD5SUM:=9d22ee4dafa3a194457caf4706f9cf01
endif
ifeq ($(PKG_VERSION),2.18)
PKG_MD5SUM:=9d22ee4dafa3a194457caf4706f9cf01
endif
+ifeq ($(PKG_VERSION),2.19)
+ PKG_MD5SUM:=17a52219dee5a76c1a9d9b0bfd337d66
+endif
PATCH_DIR:=./patches/$(PKG_VERSION)
PATCH_DIR:=./patches/$(PKG_VERSION)
This page took
0.02188 seconds
and
4
git commands to generate.