merge bitcoin#25313: re-revert risc-v execstack workaround

This commit is contained in:
Kittywhiskers Van Gogh 2023-04-28 15:30:48 +00:00 committed by PastaPastaPasta
parent 569188e0b0
commit 1aa7bdd074

View File

@ -263,7 +263,7 @@ case "$HOST" in
esac
case "$HOST" in
powerpc64-linux-*|riscv64-linux-*) HOST_LDFLAGS="${HOST_LDFLAGS} -Wl,-z,noexecstack" ;;
powerpc64-linux-*) HOST_LDFLAGS="${HOST_LDFLAGS} -Wl,-z,noexecstack" ;;
esac
# Make $HOST-specific native binaries from depends available in $PATH