Add SH4 and mips architecture support.

Submitted by Andreas Vinsander.
This commit is contained in:
Jason Evans
2012-03-05 12:16:57 -08:00
parent 6684cacfa8
commit 3492daf1ce
2 changed files with 19 additions and 0 deletions

View File

@@ -254,6 +254,9 @@ extern void (*je_malloc_message)(void *wcbopaque, const char *s);
# ifdef __s390x__
# define LG_QUANTUM 4
# endif
# ifdef __SH4__
# define LG_QUANTUM 4
# endif
# ifdef __tile__
# define LG_QUANTUM 4
# endif