# 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=gcc ccflags="-D_XOPEN_SOURCE=700 -D_VOS_EXTENDED_NAMES" ccdlflags="-Wl,-rpath,$shrpdir" cccdlflags="-fPIC" # Make command. make="/system/gnu_library/bin/gmake" # indented to not put it into config.sh _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 <