diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-01-30 22:40:07 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-01-30 22:40:07 +0100 |
commit | e175fdd8593579f4a606206ad703f8433f7316c5 (patch) | |
tree | 1cf6c4a4d7eef300ce88aae743ee1aed10da592e /core | |
parent | 56597deb3729c0071589878712e1bb4783009d05 (diff) |
-mips3 rebuilds; fix gcc build and enable parallel make (untested).
Diffstat (limited to 'core')
-rw-r--r-- | core/gcc/PKGBUILD | 3 | ||||
-rw-r--r-- | core/pth/PKGBUILD | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index 9587d0aee..72973ce37 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -19,7 +19,7 @@ url="http://gcc.gnu.org" makedepends=('binutils>=2.23' 'libmpc' 'cloog' 'ppl' 'doxygen') [[ "$CARCH" != "mips64el" ]] && makedepends+=('gcc-ada') checkdepends=('dejagnu') -options=('!libtool' '!emptydirs' '!distcc' '!makeflags') +options=('!libtool' '!emptydirs' '!distcc') source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2 #ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2 gcc-4.7.1-libgo-write.patch) @@ -43,6 +43,7 @@ build() { # Arch Linux installs x86_64 libraries /lib [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64 + [[ $CARCH == "mips64el" ]] && sed -i '/m64=/s/lib32/lib/' gcc/config/mips/t-linux64 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53679 patch -p1 -i ${srcdir}/gcc-4.7.1-libgo-write.patch diff --git a/core/pth/PKGBUILD b/core/pth/PKGBUILD index 790da678f..5c69dbceb 100644 --- a/core/pth/PKGBUILD +++ b/core/pth/PKGBUILD @@ -3,7 +3,7 @@ pkgname=pth pkgver=2.0.7 -pkgrel=4.1 +pkgrel=4.2 pkgdesc="The GNU Portable Threads." arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/pth/" |