# This is needed to find uname on a Pyramid OSx when run in the BSD universe.# (ghazi@noc.rutgers.edu 1994-08-24) if test -f /.attbin/uname ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=$( (uname -m) 2>/dev/null) || UNAME_MACHINE=unknown ...
# If there is a compiler, see if it is configured for 64-bit objects.# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.# This test works for both compilers.if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ...