Subversion Repositories DevTools

Rev

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

Rev 5400 Rev 5436
Line 181... Line 181...
181
            echo "-XGccInPath is *NOT* supported by this platform by this version of ShellBuild"
181
            echo "-XGccInPath is *NOT* supported by this platform by this version of ShellBuild"
182
            echo "Correct your shellbuild script so that it is not required."
182
            echo "Correct your shellbuild script so that it is not required."
183
            exit 1
183
            exit 1
184
        fi
184
        fi
185
        ;;
185
        ;;
-
 
186
 
186
    armiwmmxt*)
187
    armiwmmxt*)
187
        COMPILE_HOST="arm-iwmmxt-linux-gnueabi"
188
        COMPILE_HOST="arm-iwmmxt-linux-gnueabi"
188
        LINUX_HOST_ARCH=arm
189
        LINUX_HOST_ARCH=arm
189
        if [ "${XGCC_IN_PATH}" != "" ]; then
190
        if [ "${XGCC_IN_PATH}" != "" ]; then
190
            echo "-XGccInPath is *NOT* supported by this platform by this version of ShellBuild"
191
            echo "-XGccInPath is *NOT* supported by this platform by this version of ShellBuild"
191
            echo "Correct your shellbuild script so that it is not required."
192
            echo "Correct your shellbuild script so that it is not required."
192
            exit 1
193
            exit 1
193
        fi
194
        fi
194
        ;;
195
        ;;
-
 
196
 
-
 
197
    armunknown*)
-
 
198
        COMPILE_HOST="arm-unknown-linux-gnueabi"
-
 
199
        LINUX_HOST_ARCH=arm
-
 
200
        if [ "${XGCC_IN_PATH}" != "" ]; then
-
 
201
            echo "-XGccInPath is *NOT* supported by this platform by this version of ShellBuild"
-
 
202
            echo "Correct your shellbuild script so that it is not required."
-
 
203
            exit 1
-
 
204
        fi
-
 
205
        ;;
-
 
206
 
195
    *I386*)
207
    *I386*)
196
        if [ "${PLATFORM}" = "LINUX_I386" ]; then
208
        if [ "${PLATFORM}" = "LINUX_I386" ]; then
197
            COMPILE_HOST="i386-cross-linux-gnu"
209
            COMPILE_HOST="i386-cross-linux-gnu"
198
        elif [ "${PLATFORM}" = "UBUNTU12" ] || [ "${PLATFORM}" = "UBUNTU12_INSTRUMENT" ]; then
210
        elif [ "${PLATFORM}" = "UBUNTU12" ] || [ "${PLATFORM}" = "UBUNTU12_INSTRUMENT" ]; then
199
            COMPILE_HOST="i686-linux-gnu"
211
            COMPILE_HOST="i686-linux-gnu"