Changeset 4dbb7c6 in freewrt


Ignore:
Timestamp:
Dec 24, 2006, 12:35:06 PM (19 years ago)
Author:
Dirk Nehring <dnehring@…>
Children:
43059fa
Parents:
382a863
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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1375 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
35 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • package/binutils/Config.in

    r382a863 r4dbb7c6  
    44        default n
    55        help
    6           binary utilities 
    7          
     6          binary utilities
     7
    88          http://www.gnu.org/binutils
  • package/binutils/Makefile

    r382a863 r4dbb7c6  
    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
  • toolchain/binutils/Makefile

    r382a863 r4dbb7c6  
    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        );
Note: See TracChangeset for help on using the changeset viewer.