diff options
Diffstat (limited to 'meta/files/toolchain-shar-extract.sh')
-rw-r--r-- | meta/files/toolchain-shar-extract.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index 66c017f50d..9295ddc869 100644 --- a/meta/files/toolchain-shar-extract.sh +++ b/meta/files/toolchain-shar-extract.sh | |||
@@ -28,7 +28,7 @@ fi | |||
28 | if [ "$INST_ARCH" != "$SDK_ARCH" ]; then | 28 | if [ "$INST_ARCH" != "$SDK_ARCH" ]; then |
29 | # Allow for installation of ix86 SDK on x86_64 host | 29 | # Allow for installation of ix86 SDK on x86_64 host |
30 | if [ "$INST_ARCH" != x86_64 -o "$SDK_ARCH" != ix86 ]; then | 30 | if [ "$INST_ARCH" != x86_64 -o "$SDK_ARCH" != ix86 ]; then |
31 | echo "Error: Installation machine not supported!" | 31 | echo "Error: Incompatible SDK installer! Your host is $INST_ARCH and this SDK was built for $SDK_ARCH hosts." |
32 | exit 1 | 32 | exit 1 |
33 | fi | 33 | fi |
34 | fi | 34 | fi |