ccache: add missing cross compiler
This commit is contained in:
parent
c01123194b
commit
d0b630f003
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ccache'
|
# Template file for 'ccache'
|
||||||
pkgname=ccache
|
pkgname=ccache
|
||||||
version=3.3.4
|
version=3.3.4
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -18,7 +18,7 @@ post_install() {
|
||||||
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
|
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
|
||||||
for x in arm-linux-gnueabi arm-linux-gnueabihf armv7l-linux-gnueabihf \
|
for x in arm-linux-gnueabi arm-linux-gnueabihf armv7l-linux-gnueabihf \
|
||||||
arm-linux-musleabihf armv7l-linux-musleabihf aarch64-linux-gnu \
|
arm-linux-musleabihf armv7l-linux-musleabihf aarch64-linux-gnu \
|
||||||
aarch64-linux-musl i686-linux-musl \
|
i686-pc-linux-gnu aarch64-linux-musl i686-linux-musl \
|
||||||
mips-linux-musl mipsel-linux-musl mipsel-linux-muslhf; do
|
mips-linux-musl mipsel-linux-musl mipsel-linux-muslhf; do
|
||||||
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${x}-${f}
|
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${x}-${f}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue