On Wed, 2012-06-13 at 18:58 +0100, Richard Sandiford wrote: > I agree with David. This is really the same kind of situation as we > already have for -m(no-)dsp, etc. There too we need to override an > explicit -mdsp (which might be added using --target_board, etc.) > when testing a target that doesn't support the DSP ASE. > > I think the patch below should be enough. Spot-checked on mips64-elf > using --target_board mips-sim-idt64/-mips64r2/-msynci. Could you > give it a go with your target? > > Thanks, > Richard
Excellent, this patch works great and fixed all the unexpected failures I was getting due to --with-synci. I guess I need to study mips.exp a bit more to understand all of what it can do. Steve Ellcey sell...@mips.com