Really tweaking netbsd builder

This commit is contained in:
Sergio Durigan Junior 2017-09-10 12:14:25 -04:00
parent 5797bf47a2
commit cb1514b7ff

View file

@ -1151,7 +1151,7 @@ class RunTestGDBNetBSD_Common (BuildAndTestGDBFactory):
self.enable_targets_all = False
BuildAndTestGDBFactory.__init__ (self, **kwargs)
class RunTestGDBPlainNetBSD_c64 (RunTestGDBPlain_c64t64, RunTestGDBNetBSD_Common):
class RunTestGDBPlainNetBSD_c64 (RunTestGDBNetBSD_Common):
"""Compiling (but not testing) for 64-bit"""
pass