diff options
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 |