MFp4(mips2-jnpr):

Add mips support.
This commit is contained in:
Warner Losh 2008-04-04 21:35:13 +00:00
parent 268f9be78d
commit 5859ace94f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177927

View File

@ -95,6 +95,9 @@
#elif __arm__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
#elif __mips__
#define PTRDIFF_IS_LONG 0
#define SIZEOF_IS_ULONG 0
#else
#error unknown machine type
#endif