summaryrefslogtreecommitdiff
path: root/test/Fortran
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-22 08:19:45 +0000
committerSteven Knight <knight@baldmt.com>2009-02-22 08:19:45 +0000
commit5e7be967a84a9bf3915dad6b60861d533c9923b7 (patch)
treeafd92117f3c89f63e07ae1fb9f186862870a8546 /test/Fortran
parent3839ec78c4ccdfb9603958894f157bb751ae56fd (diff)
downloadscons-5e7be967a84a9bf3915dad6b60861d533c9923b7.tar.gz
Undo changes to unrelated files accidentally included in r4036.
Diffstat (limited to 'test/Fortran')
-rw-r--r--test/Fortran/link-with-cxx.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Fortran/link-with-cxx.py b/test/Fortran/link-with-cxx.py
index 8d05c5ca..a29558e5 100644
--- a/test/Fortran/link-with-cxx.py
+++ b/test/Fortran/link-with-cxx.py
@@ -70,8 +70,7 @@ def copier(target, source, env):
s = str(source[0])
t = str(target[0])
open(t, 'wb').write(open(s, 'rb').read())
-env = Environment(tools = ['gcc', 'gnulink', 'fortran'],
- CXX = r'%(_python_)s test_linker.py',
+env = Environment(CXX = r'%(_python_)s test_linker.py',
CXXCOM = Action(copier),
SMARTLINK = SCons.Tool.link.smart_link,
LINK = r'$SMARTLINK',