diff options
author | Steven Knight <knight@baldmt.com> | 2003-04-26 13:02:02 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-04-26 13:02:02 (GMT) |
commit | a925fbfbbecd978b6275ba0592e3bd21b0bd7781 (patch) | |
tree | 292853eb221ebe82c9e9b47c03c74b78a155add0 /test/BuildDir.py | |
parent | dbb26a739bda888c1b7e206dbf6753ebadc68ebc (diff) | |
download | SCons-a925fbfbbecd978b6275ba0592e3bd21b0bd7781.zip SCons-a925fbfbbecd978b6275ba0592e3bd21b0bd7781.tar.gz SCons-a925fbfbbecd978b6275ba0592e3bd21b0bd7781.tar.bz2 |
Portability fixes for test. (Chad Austin)
Diffstat (limited to 'test/BuildDir.py')
-rw-r--r-- | test/BuildDir.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/BuildDir.py b/test/BuildDir.py index f0e889a..1f04c92 100644 --- a/test/BuildDir.py +++ b/test/BuildDir.py @@ -102,6 +102,9 @@ SConscript('../build/var6/SConscript', "env") if string.find(sys.platform, 'irix') != -1: fortran_runtime = 'ftn' + + # f77 does NOT work on cruncher + test.no_result() else: fortran_runtime = 'g2c' |