From: Tomas Mraz Date: Wed, 3 Apr 2024 10:41:21 +0000 (+0200) Subject: Workaround the relocation truncated to fit problem on m68k builds X-Git-Tag: openssl-3.4.0-alpha1~761 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81b7aa7186bf48fa5c2eaf0c7fe3bd05880e4dbb;p=thirdparty%2Fopenssl.git Workaround the relocation truncated to fit problem on m68k builds Reviewed-by: Neil Horman Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/24028) --- diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml index 2143b1e9727..ba813d36528 100644 --- a/.github/workflows/cross-compiles.yml +++ b/.github/workflows/cross-compiles.yml @@ -126,7 +126,7 @@ jobs: }, { arch: m68k-linux-gnu, libs: libc6-dev-m68k-cross, - target: -mcfv4e linux-latomic -Wno-stringop-overflow no-quic, + target: -mcfv4e -mxgot linux-latomic -Wno-stringop-overflow no-quic, tests: none }, { arch: mips-linux-gnu,