summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-07-26 11:57:48 +1000
committerPauli <pauli@openssl.org>2021-07-28 10:30:45 +1000
commit1ad435039333a09b31d7c569b822bd5d936b8105 (patch)
tree803d8b41092d848322f6af02641c3c982fae86da /.github/workflows
parentcb7055fd5ad9bf5c84d4480b7dbbcfb1cb242fc9 (diff)
ci: get rid of no-asm flag to m68k cross compiles
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16144)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cross-compiles.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index 9640fa6201..cb6a3f8f9a 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,