RISCOS: Check for GCCSDK_INSTALL_ENV

This commit is contained in:
Cameron Cawley 2017-06-29 22:18:28 +01:00 committed by Eugene Sandulenko
parent 0e7d9414a6
commit f55fa848b6

6
configure vendored
View file

@ -1759,6 +1759,12 @@ psp)
exit 1 exit 1
fi fi
;; ;;
riscos)
if test -z "$GCCSDK_INSTALL_ENV"; then
echo "Please set GCCSDK_INSTALL_ENV in your environment. export GCCSDK_INSTALL_ENV=<path to GCCSDK_INSTALL_ENV>"
exit 1
fi
;;
tizen) tizen)
if test -z "$TIZEN_ROOTSTRAP"; then if test -z "$TIZEN_ROOTSTRAP"; then
echo "Please set TIZEN_ROOTSTRAP in your environment. export TIZEN_ROOTSTRAP=<path to Tizen SDK device profile>" echo "Please set TIZEN_ROOTSTRAP in your environment. export TIZEN_ROOTSTRAP=<path to Tizen SDK device profile>"