Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Dec 24, 2009
2 parents f37baa4 + 2d594d6 commit a3b450c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/c_lib/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,7 @@ import os
# autotools. However, for this build we know that we are in a
# SAGE local filesystem. Once we have SAGE_LOCAL imported, we
# know where everything is.

if os.environ['CC'].endswith('gcc'):
# This tools= is critically necessary on Solaris.
# See this email: http://markmail.org/message/4atmrof2gc2dgavj?q=scons+cxx
env = Environment(tools=['gcc','g++','gnulink'], ENV = os.environ)
else:
# untested -- this will likely require special new code on Solaris.
env = Environment(ENV = os.environ)
env = Environment(ENV = os.environ)

# By default, SCons hashes the source file contents to determine
# if rebuilds are necessary. If you like the old way better,
Expand Down

0 comments on commit a3b450c

Please sign in to comment.