changeset 3495:d621dce7de41

update binutils to 2.24
author John W. Eaton <jwe@octave.org>
date Mon, 03 Feb 2014 18:13:15 -0500
parents fb7ca379f593
children 3c7b3646d0b3
files src/build-binutils.mk
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-binutils.mk	Mon Feb 03 18:12:06 2014 -0500
+++ b/src/build-binutils.mk	Mon Feb 03 18:13:15 2014 -0500
@@ -3,8 +3,8 @@
 
 PKG             := build-binutils
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.23.1
-$(PKG)_CHECKSUM := 587fca86f6c85949576f4536a90a3c76ffc1a3e1
+$(PKG)_VERSION  := 2.24
+$(PKG)_CHECKSUM := 7ac75404ddb3c4910c7594b51ddfc76d4693debb
 $(PKG)_SUBDIR   := binutils-$($(PKG)_VERSION)
 $(PKG)_FILE     := binutils-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/binutils/$($(PKG)_FILE)
@@ -39,6 +39,8 @@
         --with-gnu-ld \
         --with-gnu-as \
         --disable-nls \
+        --disable-multilib \
+        --with-sysroot='$(BUILD_TOOLS_PREFIX)' \
         $(ENABLE_SHARED_OR_STATIC) \
         --disable-werror
     $(MAKE) -C '$(1)' -j '$(JOBS)'