Skip to content

Commit 543bf74

Browse files
committed
gitian-linux: Extend noexec-stack workaround to powerpc
1 parent 00f67c8 commit 543bf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ script: |
130130
# Extract the git archive into a dir for each host and build
131131
for i in ${HOSTS}; do
132132
export PATH=${BASEPREFIX}/${i}/native/bin:${ORIGPATH}
133-
if [ "${i}" = "riscv64-linux-gnu" ]; then
133+
if [ "${i}" = "riscv64-linux-gnu" ] || [ "${i}" = "powerpc64-linux-gnu" ] || [ "${i}" = "powerpc64le-linux-gnu" ]; then
134134
# Workaround for https://bugs.launchpad.net/ubuntu/+source/gcc-8-cross-ports/+bug/1853740
135135
# TODO: remove this when no longer needed
136136
HOST_LDFLAGS="${HOST_LDFLAGS_BASE} -Wl,-z,noexecstack"

0 commit comments

Comments
 (0)