mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/gcc: fix
This commit is contained in:
parent
0e7085de24
commit
8cf4dfdf20
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pkgdesc='The GNU Compiler Collection'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
license=(GPL LGPL FDL custom)
|
license=(GPL LGPL FDL custom)
|
||||||
url='https://gcc.gnu.org'
|
url='https://gcc.gnu.org'
|
||||||
makedepends=(binutils libmpc doxygen python jgit)
|
makedepends=(binutils libmpc doxygen python git)
|
||||||
checkdepends=(dejagnu inetutils)
|
checkdepends=(dejagnu inetutils)
|
||||||
options=(!emptydirs !distcc)
|
options=(!emptydirs !distcc)
|
||||||
_libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
|
_libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
|
||||||
|
|
Loading…
Reference in a new issue