projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[rdc] remove now useless patches, thanks rtz
[openwrt.git]
/
toolchain
/
binutils
/
Makefile
diff --git
a/toolchain/binutils/Makefile
b/toolchain/binutils/Makefile
index
7073507
..
5ded5f2
100644
(file)
--- a/
toolchain/binutils/Makefile
+++ b/
toolchain/binutils/Makefile
@@
-26,6
+26,12
@@
ifeq ($(PKG_VERSION),2.19.1+cs)
PKG_MD5SUM:=040740e8c864dd1a15886753f9c0bc0b
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/binutils-$(BIN_VERSION)
endif
PKG_MD5SUM:=040740e8c864dd1a15886753f9c0bc0b
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/binutils-$(BIN_VERSION)
endif
+ifeq ($(PKG_VERSION),2.20)
+ PKG_MD5SUM:=ee2d3e996e9a2d669808713360fa96f8
+endif
+ifeq ($(PKG_VERSION),2.20.1)
+ PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5
+endif
PATCH_DIR:=./patches/$(PKG_VERSION)
PATCH_DIR:=./patches/$(PKG_VERSION)
@@
-43,6
+49,10
@@
BINUTILS_CONFIGURE:= \
--disable-multilib \
--disable-werror \
--disable-nls \
--disable-multilib \
--disable-werror \
--disable-nls \
+ $(if $(CONFIG_GCC_VERSION_4_4), \
+ --with-ppl=$(REAL_STAGING_DIR_HOST) \
+ --with-cloog=$(REAL_STAGING_DIR_HOST) \
+ ) \
$(SOFT_FLOAT_CONFIG_OPTION) \
$(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS)) \
$(SOFT_FLOAT_CONFIG_OPTION) \
$(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS)) \
This page took
0.022444 seconds
and
4
git commands to generate.