On Thu, 2012-09-06 at 06:47 +0100, Richard Sandiford wrote: > > Is this an 'if-then-else' usage? > > Yeah, but I typoed, sorry. It should be: > > %{mips32r2|mips64r2:-msynci;:-mno-synci} > > Richard
OK, I got that working now. I am still having some issues though. My original patch was setup to include mti-linux.h before mips.h and I think that is good for setting MIPS_ABI_DEFAULT and MIPS_ISA_DEFAULT because mips.h is going to look and see if those values are set. But now that I am setting DRIVER_SELF_SPECS in the header it seems like I should include it after mips.h (so I can override the setting of DRIVER_SELF_SPECS in mips.h). Do I need two header files? One to include before mips.h and one to include after mips.h? Steve Ellcey sell...@mips.com