We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f67c8 commit 543bf74Copy full SHA for 543bf74
contrib/gitian-descriptors/gitian-linux.yml
@@ -130,7 +130,7 @@ script: |
130
# Extract the git archive into a dir for each host and build
131
for i in ${HOSTS}; do
132
export PATH=${BASEPREFIX}/${i}/native/bin:${ORIGPATH}
133
- if [ "${i}" = "riscv64-linux-gnu" ]; then
+ if [ "${i}" = "riscv64-linux-gnu" ] || [ "${i}" = "powerpc64-linux-gnu" ] || [ "${i}" = "powerpc64le-linux-gnu" ]; then
134
# Workaround for https://bugs.launchpad.net/ubuntu/+source/gcc-8-cross-ports/+bug/1853740
135
# TODO: remove this when no longer needed
136
HOST_LDFLAGS="${HOST_LDFLAGS_BASE} -Wl,-z,noexecstack"
0 commit comments