Really tweaking netbsd builder
This commit is contained in:
parent
5797bf47a2
commit
cb1514b7ff
1 changed files with 1 additions and 1 deletions
|
@ -1151,7 +1151,7 @@ class RunTestGDBNetBSD_Common (BuildAndTestGDBFactory):
|
||||||
self.enable_targets_all = False
|
self.enable_targets_all = False
|
||||||
BuildAndTestGDBFactory.__init__ (self, **kwargs)
|
BuildAndTestGDBFactory.__init__ (self, **kwargs)
|
||||||
|
|
||||||
class RunTestGDBPlainNetBSD_c64 (RunTestGDBPlain_c64t64, RunTestGDBNetBSD_Common):
|
class RunTestGDBPlainNetBSD_c64 (RunTestGDBNetBSD_Common):
|
||||||
"""Compiling (but not testing) for 64-bit"""
|
"""Compiling (but not testing) for 64-bit"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue