|
Last change
on this file since 655dec8 was 512326e, checked in by Dirk Nehring <dnehring@…>, 19 years ago |
|
Change was well tested, but can theoretically cause problems. Delayed after everythings works well in the trunk. Reverting to 2.16.1.
git-svn-id: svn://www.freewrt.org/trunk/freewrt@1911 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
1.0 KB
|
| Line | |
|---|
| 1 | # $FreeWRT$
|
|---|
| 2 | #-
|
|---|
| 3 | # This file is part of the FreeWRT project. FreeWRT is copyrighted
|
|---|
| 4 | # material, please see the LICENCE file in the top-level directory
|
|---|
| 5 | # or at http://www.freewrt.org/licence for details.
|
|---|
| 6 |
|
|---|
| 7 | BINUTILS_VERSION:= 2.16.1
|
|---|
| 8 | #BINUTILS_VERSION:= 2.17
|
|---|
| 9 | #BINUTILS_VERSION:= 2.17.50.0.12
|
|---|
| 10 | BINUTILS_PATCHLEVEL:= 2 # "dash version", for the package only
|
|---|
| 11 | BINUTILS_MD5SUM:= 6a9d529efb285071dad10e1f3d2b2967 # 2.16.1
|
|---|
| 12 | #BINUTILS_MD5SUM:= e26e2e06b6e4bf3acf1dc8688a94c0d1 # 2.17
|
|---|
| 13 | #BINUTILS_MD5SUM:= 6f3e83399b965d70008860f697c50ec2 # 2.17.50.0.12
|
|---|
| 14 | BINUTILS_SITE_FSF= 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 | ftp://ftp.funet.fi/pub/gnu/prep/ \
|
|---|
| 19 | ftp://ftp.leo.org/pub/comp/os/unix/gnu/
|
|---|
| 20 | BINUTILS_SITE_LINUX= http://www.kernel.org/pub/linux/devel/binutils/ \
|
|---|
| 21 | http://www.de.kernel.org/pub/linux/devel/binutils/
|
|---|
| 22 | BINUTILS_SITE:= ${BINUTILS_SITE_FSF} # 2.xx
|
|---|
| 23 | #BINUTILS_SITE:= ${BINUTILS_SITE_LINUX} # 2.xx.x.x.x
|
|---|
| 24 | BINUTILS_CONFIGURE:= --disable-werror
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.