gcc: remove dependency on libgo

Move vet, buildid, and test2json to gcc-go.
This commit is contained in:
Alessio Sergi 2018-09-13 19:38:37 +02:00
parent e6c5f13560
commit 816c9c66fd
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ _isl_version=0.19
pkgname=gcc
version=${_majorver}.0
revision=2
revision=3
short_desc="The GNU C Compiler"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://gcc.gnu.org"
@ -292,7 +292,7 @@ gcc-go_package() {
for f in gccgo ${_triplet}-gccgo; do
vmove usr/bin/${f}
done
for f in go1 cgo; do
for f in buildid cgo go1 test2json vet; do
vmove usr/lib/gcc/${_triplet}/${_majorver}/${f}
done
vmove usr/share/info/gccgo.info