Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)
[scons.git] / test / import.py
index 1390289600354ef5d139904611a737fe531f7be9..d66658bd9951717ed9ba4ec36bc2ad42d35b00a3 100644 (file)
@@ -46,6 +46,8 @@ x = SCons.Platform.%s.generate
 tools = [
     # Can't import '386asm' directly due to initial '3' syntax error...
     'ar',
+    'as',
+    'cc',
     'default',
     'dvipdf',
     'dvips',
@@ -59,6 +61,7 @@ tools = [
     'ilink',
     'latex',
     'lex',
+    'link',
     # Can't import 'linkloc' everywhere due to Windows registry dependency...
     'masm',
     'mingw',
@@ -69,9 +72,7 @@ tools = [
     'pdflatex',
     'pdftex',
     'sgiar',
-    'sgias',
     'sgicc',
-    'sgif77',
     'sgilink',
     'tar',
     'tex',