hpux.py (scons-4.2.0) | : | hpux.py (SCons-4.3.0) | ||
---|---|---|---|---|
skipping to change at line 39 | skipping to change at line 39 | |||
""" | """ | |||
from . import posix | from . import posix | |||
def generate(env): | def generate(env): | |||
posix.generate(env) | posix.generate(env) | |||
#Based on HP-UX11i: ARG_MAX=2048000 - 3000 for environment expansion | #Based on HP-UX11i: ARG_MAX=2048000 - 3000 for environment expansion | |||
env['MAXLINELENGTH'] = 2045000 | env['MAXLINELENGTH'] = 2045000 | |||
env['SHLIBSUFFIX'] = '.sl' | env['SHLIBSUFFIX'] = '.sl' | |||
env['HOST_OS'] = 'hpux' | ||||
# Local Variables: | # Local Variables: | |||
# tab-width:4 | # tab-width:4 | |||
# indent-tabs-mode:nil | # indent-tabs-mode:nil | |||
# End: | # End: | |||
# vim: set expandtab tabstop=4 shiftwidth=4: | # vim: set expandtab tabstop=4 shiftwidth=4: | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |