diff options
author | Theo Buehler <tb@openbsd.org> | 2025-04-12 18:19:54 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-04-12 18:19:54 +0200 |
commit | 1e824a0d12df308df6995faf01616054a7a383b0 (patch) | |
tree | b61cb73d1f6952eb4c73d59d65fd23c643505604 /tests | |
parent | 33537646812ce13f5c6c257a6d44adeae259ef6e (diff) | |
parent | 1087da12fc815a84592454980cdcd5d34b07285b (diff) | |
download | portable-1e824a0d12df308df6995faf01616054a7a383b0.tar.gz portable-1e824a0d12df308df6995faf01616054a7a383b0.tar.bz2 portable-1e824a0d12df308df6995faf01616054a7a383b0.zip |
Land 1147 - reenable mips32
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 72e36d4..d7cc499 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -33,7 +33,7 @@ elseif(HOST_LOONGARCH64) | |||
33 | elseif(HOST_MIPS64) | 33 | elseif(HOST_MIPS64) |
34 | include_directories(../crypto/arch/mips64) | 34 | include_directories(../crypto/arch/mips64) |
35 | elseif(HOST_MIPS) | 35 | elseif(HOST_MIPS) |
36 | # XXX - can this go away? the directory doesn't exist... | 36 | include_directories(../crypto/arch/mips) |
37 | elseif(HOST_POWERPC) | 37 | elseif(HOST_POWERPC) |
38 | include_directories(../crypto/arch/powerpc) | 38 | include_directories(../crypto/arch/powerpc) |
39 | elseif(HOST_POWERPC64) | 39 | elseif(HOST_POWERPC64) |
diff --git a/tests/Makefile.am b/tests/Makefile.am index 217f445..b58de21 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -40,8 +40,8 @@ if HOST_LOONGARCH64 | |||
40 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/loongarch64/ | 40 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/loongarch64/ |
41 | endif | 41 | endif |
42 | 42 | ||
43 | # XXX - do we still need this? | ||
44 | if HOST_MIPS | 43 | if HOST_MIPS |
44 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/mips/ | ||
45 | endif | 45 | endif |
46 | 46 | ||
47 | if HOST_MIPS64 | 47 | if HOST_MIPS64 |