Add mips support.

This commit is contained in:
imp 2008-04-04 21:33:41 +00:00
parent 347f099cb1
commit 6ee39a67b3

View File

@ -53,6 +53,9 @@
#if __ia64__
# include "ia64.h"
#endif
#if __mips__
# include "mips.h"
#endif
#if __powerpc__
# include "powerpc.h"
#endif