RISCOS: Check for GCCSDK_INSTALL_ENV
This commit is contained in:
parent
0e7d9414a6
commit
f55fa848b6
1 changed files with 6 additions and 0 deletions
6
configure
vendored
6
configure
vendored
|
@ -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>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue