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:
parent
85fa89ba88
commit
6c1bfeaf79
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user