mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
gcc: remove dependency on libgo
Move vet, buildid, and test2json to gcc-go.
This commit is contained in:
parent
e6c5f13560
commit
816c9c66fd
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ _isl_version=0.19
|
||||||
|
|
||||||
pkgname=gcc
|
pkgname=gcc
|
||||||
version=${_majorver}.0
|
version=${_majorver}.0
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="The GNU C Compiler"
|
short_desc="The GNU C Compiler"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://gcc.gnu.org"
|
homepage="http://gcc.gnu.org"
|
||||||
|
@ -292,7 +292,7 @@ gcc-go_package() {
|
||||||
for f in gccgo ${_triplet}-gccgo; do
|
for f in gccgo ${_triplet}-gccgo; do
|
||||||
vmove usr/bin/${f}
|
vmove usr/bin/${f}
|
||||||
done
|
done
|
||||||
for f in go1 cgo; do
|
for f in buildid cgo go1 test2json vet; do
|
||||||
vmove usr/lib/gcc/${_triplet}/${_majorver}/${f}
|
vmove usr/lib/gcc/${_triplet}/${_majorver}/${f}
|
||||||
done
|
done
|
||||||
vmove usr/share/info/gccgo.info
|
vmove usr/share/info/gccgo.info
|
||||||
|
|
Loading…
Add table
Reference in a new issue