1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-05 15:54:21 +00:00

Use MAIKO_ARCH_SPARC rather than sparc. (#252)

This commit is contained in:
Bruce Mitchener
2021-01-20 14:50:03 +07:00
committed by GitHub
parent 85fa89ba88
commit 6c1bfeaf79

View File

@@ -211,13 +211,11 @@ error Must specify RELEASE to build Medley.
/********************************************************/ /* Not all platforms want to do unaligned reads, so
/* */ * we will disable those here. */
/********************************************************/ #if defined(MAIKO_ARCH_SPARC)
#ifdef sparc
/* SPARCs and MIPSs can't do unaligned word-loads */
#undef UNALIGNED_FETCH_OK #undef UNALIGNED_FETCH_OK
#endif /* SPARC */ #endif