Fix last commit, 2
This commit is contained in:
parent
3537b75300
commit
882cb0ae2a
1 changed files with 2 additions and 2 deletions
|
@ -1291,8 +1291,8 @@ class RunTestGDBSolaris_Common (BuildAndTestGDBFactory):
|
|||
class RunTestGDBPlainSolaris_c64 (RunTestGDBSolaris_Common):
|
||||
"""Compiling for Solaris"""
|
||||
def __init__ (self, **kwargs):
|
||||
self.extra_CFLAGS.append ('-m64')
|
||||
self.extra_CXXFLAGS.append ('-m64')
|
||||
self.extra_CFLAGS += [ '-m64' ]
|
||||
self.extra_CXXFLAGS += [ '-m64' ]
|
||||
BuildAndTestGDBFactory.__init__ (self, **kwargs)
|
||||
|
||||
# All branches that are going to be watched.
|
||||
|
|
Loading…
Reference in a new issue