Fix last commit, 2

This commit is contained in:
Sergio Durigan Junior 2018-09-24 11:06:58 -04:00
parent 3537b75300
commit 882cb0ae2a

View file

@ -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.