From 4e8d4004706d7c609f33d98009ab5a7aadf4d65c Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 14 May 2011 21:12:39 -0500 Subject: main/gcc: upgrade to 4.5.3. drop gcc-powerpc-target-optspace patch, committed upstream --- main/gcc/APKBUILD | 16 +++++++--------- main/gcc/gcc-powerpc-target-optspace.patch | 13 ------------- 2 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 main/gcc/gcc-powerpc-target-optspace.patch diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index b24675370f..1c2c0d72f1 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa pkgname=gcc -pkgver=4.5.2 +pkgver=4.5.3 _piepatchver=0.4.5 _specs_ver=0.2.0 _specs_gcc_ver=4.4.3 _uclibc_abiver=0.9.32 -pkgrel=7 +pkgrel=0 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" arch="all" @@ -43,7 +43,6 @@ source="ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-core-$pkgver.tar.bz2 PR32219.patch boehem-gc-uclibc.patch gcc-pure64.patch - gcc-powerpc-target-optspace.patch " # we build out-of-tree @@ -299,10 +298,10 @@ libgcj() { mv "$pkgdir"/usr/share/java "$subpkgdir"/usr/share/ } -md5sums="aa9e36bec080452372bfba793428ee82 gcc-core-4.5.2.tar.bz2 -9821f1c61e43755866861485ff364e90 gcc-g++-4.5.2.tar.bz2 -3561c6585e9062105cc3591a8c39d7dc gcc-objc-4.5.2.tar.bz2 -fe2b647bace18dc7867a4192def46e2c gcc-java-4.5.2.tar.bz2 +md5sums="98be5094b5b5a7b9087494291bc7f522 gcc-core-4.5.3.tar.bz2 +2c78bf1d5f08a0b116f280de88d3ffe7 gcc-g++-4.5.3.tar.bz2 +9bb53e37e589515ba55979a19be9c036 gcc-objc-4.5.3.tar.bz2 +08e045fdbdc22ac9af3aec3b8d16dbab gcc-java-4.5.3.tar.bz2 1f86fe5dc7d506b7fc04fcd8b7d2693c gcc-4.5.1-piepatches-v0.4.5.tar.bz2 441c76504e1d97170117c294e65c7a72 gcc-4.4.3-specs-0.2.0.tar.bz2 d7cd6a27c8801e66cbaa964a039ecfdb ecj-latest.jar @@ -315,5 +314,4 @@ c4045bfa85d8be780affd465be9d8ca8 gcc-spec-env.patch 7f35da0f88f4d9c3d3839498bbda0eb3 gcc-4.5-dynamic-linker.patch 6c866c7fb8d56deb8f6d652bee64e228 PR32219.patch 2c6cb49bb9bfd8b6e690222e66ccc901 boehem-gc-uclibc.patch -d1d3ad2b0c185b5548125a1b81bee154 gcc-pure64.patch -ee7285772e6818c3cc96f781d5d2e92e gcc-powerpc-target-optspace.patch" +d1d3ad2b0c185b5548125a1b81bee154 gcc-pure64.patch" diff --git a/main/gcc/gcc-powerpc-target-optspace.patch b/main/gcc/gcc-powerpc-target-optspace.patch deleted file mode 100644 index d812863ea5..0000000000 --- a/main/gcc/gcc-powerpc-target-optspace.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/libgcc/config/rs6000/t-ppccomm 2010/04/06 11:07:48 157989 -+++ b/libgcc/config/rs6000/t-ppccomm 2011/02/23 18:06:29 170443 -@@ -15,7 +15,9 @@ - e500crtsavg64gpr.S \ - e500crtsavg64gprctr.S - --EXTRA_PARTS += ecrti$(objext) ecrtn$(objext) ncrti$(objext) ncrtn$(objext) -+EXTRA_PARTS += crtbegin$(objext) crtend$(objext) \ -+ crtbeginS$(objext) crtendS$(objext) crtbeginT$(objext) \ -+ ecrti$(objext) ecrtn$(objext) ncrti$(objext) ncrtn$(objext) - - # We build {e,n}crti.o and {e,n}crtn.o, which serve to add begin and - # end labels to all of the special sections used when we link using gcc. -- cgit v1.2.3