cross/ccache-cross-symlinks: create gcc4 & gcc6 symlinks (MR 1683)
This commit is contained in:
parent
9ff42ff776
commit
ed49b2a03f
1 changed files with 8 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
# ccache, which can then cache the results.
|
# ccache, which can then cache the results.
|
||||||
|
|
||||||
pkgname=ccache-cross-symlinks
|
pkgname=ccache-cross-symlinks
|
||||||
pkgver=2
|
pkgver=3
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="Enable ccache for cross-compilers with symlinks"
|
pkgdesc="Enable ccache for cross-compilers with symlinks"
|
||||||
url="https://ccache.samba.org/"
|
url="https://ccache.samba.org/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
@ -30,5 +30,11 @@ package() {
|
||||||
# /native/usr/bin/ccache)
|
# /native/usr/bin/ccache)
|
||||||
ln -v -s ../../../bin/ccache ${_hostspec}-${_bin}
|
ln -v -s ../../../bin/ccache ${_hostspec}-${_bin}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
ln -v -s ../../../bin/ccache gcc4-${_hostspec}-gcc
|
||||||
|
ln -v -s ../../../bin/ccache gcc6-${_hostspec}-gcc
|
||||||
done
|
done
|
||||||
|
|
||||||
|
ln -v -s ../../../bin/ccache gcc4-gcc
|
||||||
|
ln -v -s ../../../bin/ccache gcc6-gcc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue