summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-01 13:16:53 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-01 13:16:53 -0300
commit1fc1953faa672c4e87696ab6109d3fa272654640 (patch)
tree8a4fa7713b60ea085d9fd23c77419c991cdc263b /core
parentb56752a95535596bfc2006bc6b1fe009d5348d28 (diff)
updates. gcc crashed the machine :|
Diffstat (limited to 'core')
-rw-r--r--core/binutils/PKGBUILD2
-rw-r--r--core/gcc/PKGBUILD8
-rw-r--r--core/gmp/PKGBUILD2
3 files changed, 10 insertions, 2 deletions
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD
index 8de32e57a..bfc4611ae 100644
--- a/core/binutils/PKGBUILD
+++ b/core/binutils/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=binutils
pkgver=2.21
-pkgrel=8
+pkgrel=9
_date=20110430
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD
index a645abde4..725e0b615 100644
--- a/core/gcc/PKGBUILD
+++ b/core/gcc/PKGBUILD
@@ -254,3 +254,11 @@ package_gcc-go()
install -Dm644 ${_basedir}/COPYING.RUNTIME \
${pkgdir}/usr/share/licenses/gcc-go/RUNTIME.LIBRARY.EXCEPTION
}
+md5sums=('2be769db16ac02f30fb62423b4c50145'
+ 'a310d230945f4b3093dd3ca72839c649'
+ '361a10c5a5545c80fd271b18036dd00c'
+ 'f7db2f6ed34398361de62cb6b8eb53d2'
+ '1e9fd2eaf0ee47ea64e82c48998f1999'
+ '4030ee1c08dd1e843c0225b772360e76'
+ '67e337993d821d72fccacbed52d48c34'
+ '4df25b623799b148a0703eaeec8fdf3f')
diff --git a/core/gmp/PKGBUILD b/core/gmp/PKGBUILD
index 59f4cc42a..83017215c 100644
--- a/core/gmp/PKGBUILD
+++ b/core/gmp/PKGBUILD
@@ -18,7 +18,7 @@ md5sums=('0bbaedc82fb30315b06b1588b9077cd3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
[ "${CARCH}" = "i686" ] && export ABI="32"
- [ "${CARCH}" = "mips64el" ] && export ABI="N32"
+ [ "${CARCH}" = "mips64el" ] && export ABI="n32"
./configure --build=${CHOST} \
--prefix=/usr --infodir=/usr/share/info \
--enable-cxx