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:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user