Skip to content

Commit

Permalink
s390x openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Sep 8, 2024
1 parent dbfd77c commit e3ee7ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ elif [[ "${ARCH}" == "i386" ]]; then
./Configure linux-x86 no-shared --prefix=${DEPSDIR} --openssldir=${DEPSDIR}
elif [[ "${ARCH}" == "riscv64" ]]; then
CFLAGS="${CFLAGS} -fgnuc-version=0 -D__STDC_NO_ATOMICS__" ./Configure linux-generic64 no-shared --prefix=${DEPSDIR} --openssldir=${DEPSDIR}
elif [[ "${ARCH}" == "s390x" ]]; then
./Configure linux64-s390x no-shared --prefix=${DEPSDIR} --openssldir=${DEPSDIR}
else
./Configure linux-${ARCH} no-shared --prefix=${DEPSDIR} --openssldir=${DEPSDIR}
fi
Expand Down

0 comments on commit e3ee7ce

Please sign in to comment.