diff options
author | Steven Knight <knight@baldmt.com> | 2003-04-24 03:45:32 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-04-24 03:45:32 (GMT) |
commit | db7e2b9bef087394fd3ce603e75231dec7f2eca4 (patch) | |
tree | 59fe8e23d14566ca5776d7ad108e95208ed17344 /doc | |
parent | 9587e1d2dad1c532d86f664f5cbd6266ebd77808 (diff) | |
download | SCons-db7e2b9bef087394fd3ce603e75231dec7f2eca4.zip SCons-db7e2b9bef087394fd3ce603e75231dec7f2eca4.tar.gz SCons-db7e2b9bef087394fd3ce603e75231dec7f2eca4.tar.bz2 |
Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index ffed57a..5c9db8c 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -311,11 +311,12 @@ searches in order for the OS/2 compiler, the GCC tool chain, and the Microsoft Visual C++ tools, -On SGI IRIX systems, +On SGI IRIX, IBM AIX, Hewlett Packard HP-UX, and Sun Solaris systems, .B scons -searches for the MIPSPro compiler tools +searches for the native compiler tools +(MIPSpro, Visual Age, aCC, and Forte tools respectively) and the GCC tool chain. -And on all other platforms, +On all other platforms, including POSIX (Linux and UNIX) platforms, .B scons searches in order |