ccache: add symlinks for ppc64 targets

This commit is contained in:
q66 2018-12-13 02:15:23 +01:00 committed by Enno Boland
parent 05571b602f
commit 0a001d9d46
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ccache'
pkgname=ccache
version=3.5.1a
revision=1
revision=2
wrksrc=${pkgname}-${version%a}
bootstrap=yes
build_style=gnu-configure
@ -21,7 +21,8 @@ post_install() {
for x in arm-linux-gnueabi arm-linux-gnueabihf armv7l-linux-gnueabihf \
arm-linux-musleabihf armv7l-linux-musleabihf aarch64-linux-gnu \
i686-pc-linux-gnu aarch64-linux-musl i686-linux-musl \
mips-linux-musl mips-linux-muslhf mipsel-linux-musl mipsel-linux-muslhf; do
mips-linux-musl mips-linux-muslhf mipsel-linux-musl mipsel-linux-muslhf \
powerpc64-linux-musl powerpc64le-linux-musl powerpc64le-linux-gnu; do
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${x}-${f}
done
done