mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
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)
This commit is contained in:
parent
882a387d0d
commit
81b7aa7186
2
.github/workflows/cross-compiles.yml
vendored
2
.github/workflows/cross-compiles.yml
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user