mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-14 00:32:56 +02:00
ccache: add powerpcle support
This commit is contained in:
parent
8739ba7ec4
commit
744d981d66
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ccache'
|
# Template file for 'ccache'
|
||||||
pkgname=ccache
|
pkgname=ccache
|
||||||
version=4.1
|
version=4.1
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_TESTING=OFF"
|
configure_args="-DENABLE_TESTING=OFF"
|
||||||
|
@ -42,6 +42,7 @@ post_install() {
|
||||||
i686-pc-linux-gnu aarch64-linux-musl i686-linux-musl \
|
i686-pc-linux-gnu aarch64-linux-musl i686-linux-musl \
|
||||||
mips-linux-musl mips-linux-muslhf mipsel-linux-musl mipsel-linux-muslhf \
|
mips-linux-musl mips-linux-muslhf mipsel-linux-musl mipsel-linux-muslhf \
|
||||||
powerpc-linux-gnu powerpc-linux-musl \
|
powerpc-linux-gnu powerpc-linux-musl \
|
||||||
|
powerpcle-linux-gnu powerpcle-linux-musl \
|
||||||
powerpc64-linux-gnu powerpc64-linux-musl \
|
powerpc64-linux-gnu powerpc64-linux-musl \
|
||||||
powerpc64le-linux-musl powerpc64le-linux-gnu; do
|
powerpc64le-linux-musl powerpc64le-linux-gnu; 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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue