329c329,333
< configs += [ "%s-ruby-%s" % (c, ruby_protocol) for c in configs ]
---
> # Override generic ISA configs when using Ruby (excluding
> # MI_example which is included in all ISAs by default). This
> # reduces the number of generic tests we re-run for when
> # compiling Ruby targets.
> configs = [ "%s-ruby-%s" % (c, ruby_protocol) for c in configs ]