Changeset 1375

Show
Ignore:
Timestamp:
12/24/06 12:35:06 (2 years ago)
Author:
dnehring
Message:

Cleanup of old binutils targets; also drop 300-* patches. I haven't found any place where they are good for, system works without these patches. Update binutils ipkg package

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/binutils/Config.in

    r1308 r1375  
    44        default n 
    55        help 
    6           binary utilities  
    7            
     6          binary utilities 
     7 
    88          http://www.gnu.org/binutils 
  • trunk/freewrt/package/binutils/Makefile

    r1305 r1375  
    88 
    99PKG_NAME:=              binutils 
    10 PKG_VERSION:=           2.16.1 
     10PKG_VERSION:=           2.17.50.0.8 
    1111PKG_RELEASE:=           1 
    12 PKG_MD5SUM:=            6a9d529efb285071dad10e1f3d2b2967 
     12PKG_MD5SUM:=            1441fe6fa44b344d0575cb66d3f89252 
    1313PKG_SOURCE:=            $(PKG_NAME)-$(PKG_VERSION).tar.bz2 
    14 PKG_SOURCE_URL:=        http://ftp.gnu.org/gnu/binutils/ \ 
    15                         ftp://gatekeeper.dec.com/pub/GNU/ \ 
    16                         ftp://ftp.uu.net/archive/systems/gnu/ \ 
    17                         ftp://ftp.eu.uu.net/pub/gnu/ 
    18  
     14PKG_SOURCE_URL:=        http://www.kernel.org/pub/linux/devel/binutils/ 
    1915 
    2016include $(TOPDIR)/mk/package.mk 
  • trunk/freewrt/toolchain/binutils/Makefile

    r1366 r1375  
    55 
    66BINUTILS_VERSION:=2.17.50.0.8 
    7 BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/ \ 
    8         ftp://gatekeeper.dec.com/pub/GNU/ \ 
    9         ftp://ftp.uu.net/archive/systems/gnu/ \ 
    10         ftp://ftp.eu.uu.net/pub/gnu/ \ 
    11         ftp://ftp.funet.fi/pub/gnu/prep/ \ 
    12         ftp://ftp.leo.org/pub/comp/os/unix/gnu/ \ 
    13         http://www.kernel.org/pub/linux/devel/binutils/ 
     7BINUTILS_SITE:=http://www.kernel.org/pub/linux/devel/binutils/ 
    148 
    159SOURCE:=binutils-$(BINUTILS_VERSION).tar.bz2 
     
    4034                --host=$(GNU_HOST_NAME) \ 
    4135                --target=$(REAL_GNU_TARGET_NAME) \ 
    42                 --disable-werror \ 
    4336                --disable-nls \ 
    4437        );