Fix last commit, 3
This commit is contained in:
parent
882cb0ae2a
commit
1b7c9c582e
1 changed files with 1 additions and 1 deletions
|
@ -1288,7 +1288,7 @@ class RunTestGDBSolaris_Common (BuildAndTestGDBFactory):
|
|||
self.extra_CFLAGS = [ '-O' ]
|
||||
self.extra_CXXFLAGS = [ '-O' ]
|
||||
|
||||
class RunTestGDBPlainSolaris_c64 (RunTestGDBSolaris_Common):
|
||||
class RunTestGDBPlainSolaris_c64 (BuildAndTestGDBFactory, RunTestGDBSolaris_Common):
|
||||
"""Compiling for Solaris"""
|
||||
def __init__ (self, **kwargs):
|
||||
self.extra_CFLAGS += [ '-m64' ]
|
||||
|
|
Loading…
Reference in a new issue