Hi, On Thu, Aug 23, 2012 at 8:48 AM, Jonathan Gray <[email protected]> wrote: > Here is a patch to add __foo__ type defines for mips which > were otherwise missing. Matches what gcc was producing on > OpenBSD/sgi (mips64eb).
Are you sure that __mips__ is not defined? The following call defines "__mips", "__mips__" and "mips" (under some conditions) macros. [[ DefineStd(Builder, "mips", Opts); ]] -- Simon _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
