Commit ee76ea64 by Jim Wilson

(HOST_BITS_PER_LONG): Use _MIPS_SZLONG not 64.

From-SVN: r12128
parent a4a3f053
...@@ -8,7 +8,7 @@ extern void *alloca (); ...@@ -8,7 +8,7 @@ extern void *alloca ();
#include "mips/xm-iris5.h" #include "mips/xm-iris5.h"
#undef HOST_BITS_PER_LONG #undef HOST_BITS_PER_LONG
#define HOST_BITS_PER_LONG 64 #define HOST_BITS_PER_LONG _MIPS_SZLONG
/* Declare some functions needed for this machine. We don't want to /* Declare some functions needed for this machine. We don't want to
include these in the sources since other machines might define them include these in the sources since other machines might define them
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment