summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2021-04-09 16:01:45 -0400
committerJoey Dumont2021-04-09 16:01:45 -0400
commitd462f4b945e3feae0e8c485e433626392a89bff1 (patch)
treefc97374cf3edb613dccd767c8ab4a6a5fc9e04cb /PKGBUILD
parent2df4282c8d00bdd34eec402e0cbaa51d207f7090 (diff)
downloadaur-d462f4b945e3feae0e8c485e433626392a89bff1.tar.gz
upgpkg: mips64-ultra-elf-gcc-stage1 10.3.0_r141.479e768-1
Updated to v10.3.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 520250bf72f2..3db014c172c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ pkgdesc="The GNU Compiler Collection. Stage 1 for toolchain building (${_target}
arch=('x86_64')
license=('GPL' 'LGPL' 'FDL')
url="http://www.gnu.org/software/gcc/"
-depends=('libmpc' 'zstd')
-makedepends=('gmp' 'mpfr' 'git' "${_target}-binutils")
+depends=(libmpc zstd)
+makedepends=(gmp mpfr git "${_target}-binutils")
optdepends=("${_target}-newlib: Standard C library optimized for embedded systems")
-options=('!emptydirs' '!strip')
+options=(!emptydirs)
source=("http://gcc.gnu.org/pub/gcc/releases/gcc-${_gccver}/gcc-${_gccver}.tar.xz"
"http://isl.gforge.inria.fr/isl-${_islver}.tar.xz"
"git+https://github.com/glankk/n64.git#branch=n64-ultra")