mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
Define ARCHITECTURE for __sparc__
This commit is contained in:
parent
eadd74cbba
commit
3ef9e7fcf8
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@
|
|||
#endif
|
||||
|
||||
#if defined(unix) && !defined(__MACH__)
|
||||
/*# define NEED_MALLOC*/
|
||||
# define NEED_MALLOC
|
||||
#endif
|
||||
|
||||
/***********************************************************************
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
# define ARCHITECTURE "MC68030"
|
||||
#elif defined(mc68040) || defined(__mc68040)
|
||||
# define ARCHITECTURE "MC68040"
|
||||
#elif defined(sparc) || defined(__sparc)
|
||||
#elif defined(sparc) || defined(__sparc) || defined(__sparc__)
|
||||
# define ARCHITECTURE "SPARC"
|
||||
#elif defined(i386) || defined(__i386)
|
||||
# define ARCHITECTURE "I386"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue