mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/gjs: fix build failed on loongarch64
This commit is contained in:
parent
c0f582d5a1
commit
aa2eb801a3
@ -36,7 +36,7 @@ esac
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
aarch64|arm*|riscv64)
|
aarch64|arm*|riscv64|loongarch64)
|
||||||
# not supported by clang here
|
# not supported by clang here
|
||||||
export CFLAGS="${CFLAGS/-fstack-clash-protection}"
|
export CFLAGS="${CFLAGS/-fstack-clash-protection}"
|
||||||
export CXXFLAGS="${CXXFLAGS/-fstack-clash-protection}"
|
export CXXFLAGS="${CXXFLAGS/-fstack-clash-protection}"
|
||||||
|
Loading…
Reference in New Issue
Block a user