aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 4ec221e5e2..b113737c2f 100755
--- a/configure
+++ b/configure
@@ -1759,6 +1759,12 @@ psp)
exit 1
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)
if test -z "$TIZEN_ROOTSTRAP"; then
echo "Please set TIZEN_ROOTSTRAP in your environment. export TIZEN_ROOTSTRAP=<path to Tizen SDK device profile>"