mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-13 00:29:49 +03:00
cross/ccache-cross-symlinks: support riscv64 (MR 6054)
[ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
6de44c7911
commit
bf162e8603
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
pkgname=ccache-cross-symlinks
|
pkgname=ccache-cross-symlinks
|
||||||
pkgver=3
|
pkgver=3
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
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"
|
||||||
|
@ -15,7 +15,7 @@ options="!check"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# Keep in sync with pmb.config.build_device_architectures
|
# Keep in sync with pmb.config.build_device_architectures
|
||||||
local _archs="armhf armv7 aarch64 x86_64 x86"
|
local _archs="armhf armv7 aarch64 x86_64 x86 riscv64"
|
||||||
|
|
||||||
local _bins="c++ cc cpp g++ gcc clang clang++"
|
local _bins="c++ cc cpp g++ gcc clang clang++"
|
||||||
mkdir -p "$pkgdir/usr/lib/ccache/bin"
|
mkdir -p "$pkgdir/usr/lib/ccache/bin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue