diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-01-23 18:59:54 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-01-23 18:59:54 +0100 |
commit | 5a2a29f05fe3546c8392bf739c02f43bb6c6251d (patch) | |
tree | 16add8323d7b9bd071f79e2dcc8e07c0f71835ee /cross/cross-mips64el-unknown-linux-gnu-gcc-core | |
parent | 83fee57a9a83eaeed4e7ff8f272ef56881669174 (diff) | |
parent | de4a9a4bbd55fd6308e53bf2869ac35036fac977 (diff) | |
download | abslibre-5a2a29f05fe3546c8392bf739c02f43bb6c6251d.tar.gz abslibre-5a2a29f05fe3546c8392bf739c02f43bb6c6251d.tar.bz2 abslibre-5a2a29f05fe3546c8392bf739c02f43bb6c6251d.zip |
Merge branch 'master' of git+ssh://parabola-git/abslibre
Diffstat (limited to 'cross/cross-mips64el-unknown-linux-gnu-gcc-core')
-rw-r--r-- | cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD index da49a903f..831236d42 100644 --- a/cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD +++ b/cross/cross-mips64el-unknown-linux-gnu-gcc-core/PKGBUILD @@ -16,7 +16,7 @@ pkgdesc="The GNU Compiler Collection for the MIPS/Loongson2f architecture (stati url="http://www.gnu.org/software/binutils/" arch=('i686' 'x86_64') license=('GPL') -depends=('libmpc' 'sh' "cross-${_target}-binutils" 'cloog' 'ppl') +depends=('libmpc' 'sh' "${_target}-binutils" 'cloog' 'ppl') options=('!ccache' '!distcc' '!emptydirs' '!libtool' '!strip') source=("ftp://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/${_pkgname}-${pkgver}.tar.bz2") md5sums=('028115c4fbfb6cfd75d6369f4a90d87e') |