Thinko
This commit is contained in:
parent
d59ceeb0a5
commit
ddbe77a39a
1 changed files with 2 additions and 2 deletions
|
@ -1291,8 +1291,8 @@ class RunTestGDBPlainAIX (RunTestGDBAIX_Common, RunTestGDBPlain_c64t64):
|
||||||
class RunTestGDBPlainSolaris_c64 (BuildAndTestGDBFactory):
|
class RunTestGDBPlainSolaris_c64 (BuildAndTestGDBFactory):
|
||||||
"""Compiling for Solaris"""
|
"""Compiling for Solaris"""
|
||||||
def __init__ (self, **kwargs):
|
def __init__ (self, **kwargs):
|
||||||
self.extra_CFLAGS += [ '-m64', '-O' ]
|
self.extra_CFLAGS = [ '-m64', '-O' ]
|
||||||
self.extra_CXXFLAGS += [ '-m64', '-O' ]
|
self.extra_CXXFLAGS = [ '-m64', '-O' ]
|
||||||
self.enable_targets_all = False
|
self.enable_targets_all = False
|
||||||
self.make_command = 'gmake'
|
self.make_command = 'gmake'
|
||||||
self.run_testsuite = False
|
self.run_testsuite = False
|
||||||
|
|
Loading…
Reference in a new issue