Update of /cvsroot/opal/opal
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1968
Modified Files:
SConstruct
Log Message:
added a Simulator option to set the max physical contacts generated
Index: SConstruct
===================================================================
RCS file: /cvsroot/opal/opal/SConstruct,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SConstruct 13 Apr 2005 17:31:39 -0000 1.8
--- SConstruct 14 Apr 2005 09:15:06 -0000 1.9
***************
*** 34,43 ****
env = Environment(
ENV = os.environ,
! options = opts,
! tools = ['gcc', 'gnulink', 'g++'])
env.Append(
! #CXXFLAGS = ['-ansi', '-LANG:std', '-n32'])
! CXXFLAGS = ['-ansi', '-LANG:std', '-mabi=n32'])
#CPPPATH = string.split(os.environ['CPLUS_INCLUDE_PATH'], ':'),
#LIBPATH = string.split(os.environ['LIBRARY_PATH'], ':'))
--- 34,43 ----
env = Environment(
ENV = os.environ,
! options = opts)
! #tools = ['gcc', 'gnulink', 'g++'])
env.Append(
! CXXFLAGS = ['-ansi', '-LANG:std', '-n32'])
! #CXXFLAGS = ['-ansi', '-LANG:std', '-mabi=n32'])
#CPPPATH = string.split(os.environ['CPLUS_INCLUDE_PATH'], ':'),
#LIBPATH = string.split(os.environ['LIBRARY_PATH'], ':'))
|