Subversion Repositories DevTools

Rev

Rev 6601 | Rev 7478 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6601 Rev 6796
Line 230... Line 230...
230
            exit 1
230
            exit 1
231
        fi
231
        fi
232
        ;;
232
        ;;
233
 
233
 
234
    armunknown*)
234
    armunknown*)
-
 
235
        if [ "${PLATFORM}" = "STIBAXIO" ]; then
-
 
236
            COMPILE_HOST="arm-linux-gnueabi"
-
 
237
        else
235
        COMPILE_HOST="arm-unknown-linux-gnueabi"
238
            COMPILE_HOST="arm-unknown-linux-gnueabi"
-
 
239
        fi
-
 
240
 
236
        LINUX_HOST_ARCH=arm
241
        LINUX_HOST_ARCH=arm
237
        if [ "${XGCC_IN_PATH}" != "" ]; then
242
        if [ "${XGCC_IN_PATH}" != "" ]; then
238
            echo "-XGccInPath is *NOT* supported by this platform by this version of ShellBuild"
243
            echo "-XGccInPath is *NOT* supported by this platform by this version of ShellBuild"
239
            echo "Correct your shellbuild script so that it is not required."
244
            echo "Correct your shellbuild script so that it is not required."
240
            exit 1
245
            exit 1