ci: get rid of no-asm flag to m68k cross compiles
[openssl.git] / .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,