summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c32bc97df627..5eb4976b6b98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,20 @@
pkgbase = cross-mips-elf-gcc
pkgdesc = The GNU Compiler Collection for the MIPS-elf architecture
- pkgver = 5.2.0
+ pkgver = 5.4.0
pkgrel = 1
url = http://www.gnu.org/software/gcc/
arch = i686
arch = x86_64
license = GPL
- depends = mpfr
- depends = gmp
depends = libmpc
- depends = sh
depends = cross-mips-elf-binutils
options = !ccache
options = !distcc
options = !emptydirs
options = !libtool
options = !strip
- source = ftp://ftp.gnu.org/gnu/gcc/gcc-5.2.0/gcc-5.2.0.tar.bz2
- md5sums = a51bcfeb3da7dd4c623e27207ed43467
+ source = ftp://ftp.gnu.org/gnu/gcc/gcc-5.4.0/gcc-5.4.0.tar.bz2
+ md5sums = 4c626ac2a83ef30dfb9260e6f59c2b30
pkgname = cross-mips-elf-gcc
diff --git a/PKGBUILD b/PKGBUILD
index a23f737725b6..4c1973d1ef66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
+# Maintainer; Marcin (CTRL) Wieczorek <marcin@marcin.co>
# Contributor: Eole Dev < Eole Dev at-symbol outlook . fr>
+
pkgname=cross-mips-elf-gcc
_pkgname=gcc
_target="mips-elf"
-pkgver=5.2.0
+pkgver=5.4.0
pkgrel=1
pkgdesc="The GNU Compiler Collection for the MIPS-elf architecture"
url="http://www.gnu.org/software/gcc/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('mpfr' 'gmp' 'libmpc' 'sh' "cross-${_target}-binutils")
+depends=('libmpc' "cross-${_target}-binutils")
options=('!ccache' '!distcc' '!emptydirs' '!libtool' '!strip')
source=("ftp://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/${_pkgname}-${pkgver}.tar.bz2")
-md5sums=('a51bcfeb3da7dd4c623e27207ed43467')
+md5sums=('4c626ac2a83ef30dfb9260e6f59c2b30')
_sysroot="/usr/lib/cross-${_target}"
prepare() {