ci: get rid of no-asm flag to m68k cross compiles
authorPauli <pauli@openssl.org>
Mon, 26 Jul 2021 01:57:48 +0000 (11:57 +1000)
committerPauli <pauli@openssl.org>
Wed, 28 Jul 2021 00:30:45 +0000 (10:30 +1000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16144)

.github/workflows/cross-compiles.yml

index 9640fa6201a7a30fe21d9016ec912b21558dec89..cb6a3f8f9ae3783fd99168e35c23569d43c2a15a 100644 (file)
@@ -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,