From 4c70500801a833eaafbfb454340cb3c7662f21ad Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 3 Apr 2024 12:41:21 +0200 Subject: 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) (cherry picked from commit 81b7aa7186bf48fa5c2eaf0c7fe3bd05880e4dbb) --- .github/workflows/cross-compiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml index c3dd90cab9..e65e27ba9b 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, -- cgit v1.2.3