summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-04-03 12:41:21 +0200
committerTomas Mraz <tomas@openssl.org>2024-04-04 08:15:08 +0200
commit4c70500801a833eaafbfb454340cb3c7662f21ad (patch)
treee4ed5bff4f3cb08ecf0f9d28d4876efabcf96c07
parent73030db670c80c399346d88d5f0f28d9a38f6613 (diff)
Workaround the relocation truncated to fit problem on m68k builds
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/24028) (cherry picked from commit 81b7aa7186bf48fa5c2eaf0c7fe3bd05880e4dbb)
-rw-r--r--.github/workflows/cross-compiles.yml2
1 files changed, 1 insertions, 1 deletions
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,