[cfe-commits] [PATCH] add some missing mips cpp defines

Simon Atanasyan satanasyan at mips.com
Wed Aug 29 10:13:55 PDT 2012


Hi,

On Thu, Aug 23, 2012 at 8:48 AM, Jonathan Gray <jsg at jsg.id.au> 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



More information about the cfe-commits mailing list