This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SIZE_TYPE predefine not following CPU flags on embedded mips


Joel Sherrill wrote:-

> I have tracked this down to size_t being an "unsigned int".
> NO_BUILTIN_SIZE_TYPE is set in the mips config
> files and the specs I see with -dumpspecs appear to
> trip on the combination "-mabi=eabi -mips3" instead of just
> -mips3.  
> 
> This is in an odd corner of the mips port and I don't the right
> thing to do.  Help would definitely be appreciated.

Does GCC 3.3 get it right?  It should do.  Do you really need it
to work in 3.2?  The problem will be in the SPECS in the header file.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]