projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gcc: always explicitly link against libstdc++, fixes build errors on some hosts that...
[openwrt.git]
/
toolchain
/
binutils
/
Makefile
diff --git
a/toolchain/binutils/Makefile
b/toolchain/binutils/Makefile
index
d28a95a
..
77f1baf
100644
(file)
--- a/
toolchain/binutils/Makefile
+++ b/
toolchain/binutils/Makefile
@@
-22,6
+22,9
@@
endif
ifeq ($(PKG_VERSION),2.21)
PKG_MD5SUM:=c84c5acc9d266f1a7044b51c85a823f5
endif
+ifeq ($(PKG_VERSION),2.21.1)
+ PKG_MD5SUM:=a22801a9cad45c85e9ff6afc10537d72
+endif
PATCH_DIR:=./patches/$(PKG_VERSION)
This page took
0.042044 seconds
and
4
git commands to generate.