# This is a hints file for Stratus OpenVOS, using the POSIX environment # found in VOS 17.1.0 and higher. # # OpenVOS POSIX is based on POSIX.1-1996 and contains elements of # POSIX.1-2001. It ships with gcc as the standard compiler. # # Paul Green (Paul.Green@stratus.com) # C compiler and default options. cc=${CC-gcc} ccflags=${CFLAGS-"-D_XOPEN_SOURCE=700 -D_SYSV -D_VOS_EXTENDED_NAMES -D_FILE_OFFSET_BITS=64"} # Make command. make=${MAKE-"/system/gnu_library/bin/gmake"} # indented to not put it into config.sh _make=${MAKE-"/system/gnu_library/bin/gmake"} # Check for the minimum acceptable release of OpenVOS (17.1.0). if test `uname -r | sed -e 's/OpenVOS Release //' -e 's/VOS Release //'` \< "17.1.0"; then cat >&4 <