]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Workaround the relocation truncated to fit problem on m68k builds
authorTomas Mraz <tomas@openssl.org>
Wed, 3 Apr 2024 10:41:21 +0000 (12:41 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 4 Apr 2024 06:15:02 +0000 (08:15 +0200)
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)

.github/workflows/cross-compiles.yml

index 9c2027fcfcd13d94e285364faa7eea16b6563835..e8525e24587691b8eddb69bf5b16ace15b514a55 100644 (file)
@@ -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,