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-03 12:41:21 +0200
commit81b7aa7186bf48fa5c2eaf0c7fe3bd05880e4dbb (patch)
tree1f11dcbf7869ce20937e66036fe81e093c381e17
parent882a387d0dc12afe8612c4d3f6b9cae5c04611d7 (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)
-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 2143b1e972..ba813d3652 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,