From: Pauli Date: Mon, 26 Jul 2021 01:57:48 +0000 (+1000) Subject: ci: get rid of no-asm flag to m68k cross compiles X-Git-Tag: openssl-3.0.0-beta2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ad435039333a09b31d7c569b822bd5d936b8105;p=thirdparty%2Fopenssl.git ci: get rid of no-asm flag to m68k cross compiles Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/16144) --- diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml index 9640fa6201a..cb6a3f8f9ae 100644 --- a/.github/workflows/cross-compiles.yml +++ b/.github/workflows/cross-compiles.yml @@ -48,7 +48,7 @@ jobs: }, { arch: m68k-linux-gnu, libs: libc6-dev-m68k-cross, - target: -static no-asm linux-latomic, + target: -static -m68040 linux-latomic, fips: no, tests: -test_includes -test_store -test_x509_store }, { @@ -97,7 +97,7 @@ jobs: }, { arch: m68k-linux-gnu, libs: libc6-dev-m68k-cross, - target: no-asm linux-latomic, + target: -mcfv4e linux-latomic, tests: none }, { arch: mips-linux-gnu,