]> 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>
Wed, 3 Apr 2024 10:41:21 +0000 (12:41 +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)

.github/workflows/cross-compiles.yml

index 2143b1e9727c6f4c1ffc2004417186b5d6db3d8d..ba813d36528b83d45e9dafe62a85a4b11f2a20b1 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,