gcc: update to gcc-4.5.2 (final)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-17 03:55:46 +01:00
parent e4299dd60f
commit ec37c13cab
6 changed files with 2 additions and 5 deletions

View File

@ -1,11 +1,10 @@
PKG_NAME="gcc"
PKG_VERSION="4.5.2-RC-20101208"
PKG_VERSION="4.5.2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://gcc.gnu.org/"
# PKG_URL="ftp://ftp.gwdg.de/pub/misc/gcc/releases/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="ftp://ftp.gwdg.de/pub/misc/gcc/snapshots/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="ftp://ftp.gnu.org/gnu/gcc/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache"
PKG_PRIORITY="optional"
@ -15,5 +14,3 @@ PKG_LONGDESC="This package contains the GNU Compiler Collection. It includes com
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
#PKG_URL="ftp://ftp.gwdg.de/pub/misc/gcc/releases/$PKG_NAME-$PKG_VERSION/$PKG_NAME-core-$PKG_VERSION.tar.bz2 ftp://ftp.gwdg.de/pub/misc/gcc/releases/$PKG_NAME-$PKG_VERSION/$PKG_NAME-g++-$PKG_VERSION.tar.bz2"