mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/gcc: fix
This commit is contained in:
parent
6e06f23372
commit
19a5814730
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pkgdesc='The GNU Compiler Collection'
|
|||
arch=(x86_64)
|
||||
license=(GPL LGPL FDL custom)
|
||||
url='https://gcc.gnu.org'
|
||||
makedepends=(binutils libmpc gcc-ada doxygen lib32-glibc lib32-gcc-libs python git libxcrypt zstd)
|
||||
makedepends=(binutils libmpc doxygen python git libxcrypt zstd)
|
||||
checkdepends=(dejagnu inetutils tcl expect python-pytest)
|
||||
options=(!emptydirs !lto debug !distcc)
|
||||
_libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
|
||||
|
|
Loading…
Reference in a new issue