1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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