Skip to content
Snippets Groups Projects
Verified Commit bf162e86 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

cross/ccache-cross-symlinks: support riscv64 (MR 6054)

[ci:skip-build]: already built successfully in CI
parent 6de44c79
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
pkgname=ccache-cross-symlinks
pkgver=3
pkgrel=0
pkgrel=1
pkgdesc="Enable ccache for cross-compilers with symlinks"
url="https://ccache.samba.org/"
arch="noarch"
......@@ -15,7 +15,7 @@ options="!check"
package() {
# 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++"
mkdir -p "$pkgdir/usr/lib/ccache/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment