cat >&4 <<EOM
I do not see the 64-bit libc, $libc.
-(You are either in an old sparc or in an x86.)
+(You are either in an old Sparc or in an x86.)
Cannot continue, aborting.
EOM
exit 1
fi
- . ./UU/workshoplibpth.cbu
+
+ if test -f UU/workshoplibpth.cbu; then
+ . ./UU/workshoplibpth.cbu
+ else
+ if test -f workshoplibpth.cbu; then
+ . ./workshoplibpth.cbu
+ fi
+ fi
+
case "$cc -v 2>/dev/null" in
*gcc*)
echo 'main() { return 0; }' > try.c
*"m64 is not supported"*)
cat >&4 <<EOM
-Full 64-bit build not supported by this gcc configuration.
+Full 64-bit build is not supported by this gcc configuration.
+Check http://gcc.gnu.org/ for the latest news of availability
+of gcc for 64-bit Sparc.
+
Cannot continue, aborting.
EOM
fi
fi
;;
- ;;
esac
cat > UU/uselongdouble.cbu <<'EOCBU'