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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue