Skip to content
Snippets Groups Projects
Commit 1e8ebda5 authored by znley's avatar znley Committed by Celeste
Browse files

testing/ppl: update config.sub to support loongarch64

parent 1d3b2855
No related branches found
No related tags found
1 merge request!69122testing/ppl: update config.sub to support loongarch64
Pipeline #247405 skipped
......@@ -18,6 +18,12 @@ source="https://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgv
gcc13.patch
"
prepare() {
default_prepare
# update config.sub to recognize loongarch64-alpine-linux-musl
update_config_sub
}
build() {
CFLAGS="$CFLAGS -O2" \
CXXFLAGS="$CXXFLAGS -O2" \
......
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