[toolchain] fix graphite options with gcc-4.5, add libelf for LTO, fix mbsd_multi...
[openwrt.git] / toolchain / binutils / Makefile
index 91d982c..423cec8 100644 (file)
@@ -29,6 +29,9 @@ 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)
 
@@ -46,12 +49,9 @@ BINUTILS_CONFIGURE:= \
                --disable-multilib \
                --disable-werror \
                --disable-nls \
-               $(if $(CONFIG_GCC_VERSION_4_4), \
-                 --with-ppl=$(REAL_STAGING_DIR_HOST) \
-                 --with-cloog=$(REAL_STAGING_DIR_HOST) \
-               ) \
+               $(GRAPHITE_CONFIGURE) \
                $(SOFT_FLOAT_CONFIG_OPTION) \
-               $(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS)) \
+               $(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS)) 
 
 ifneq ($(CONFIG_SSP_SUPPORT),)
   BINUTILS_CONFIGURE+= \
This page took 0.023182 seconds and 4 git commands to generate.