Subversion Repositories DevTools

Rev

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

Rev 4816 Rev 4817
Line 211... Line 211...
211
        exit 1
211
        exit 1
212
        ;;
212
        ;;
213
esac
213
esac
214
 
214
 
215
# Setup the location of the cross compiler
215
# Setup the location of the cross compiler
216
if [ "${COMPILE_HOST}" = "i386-redhat-linux" ] || [ "${COMPILER_DIR}" = "gcc" ] || [ "${COMPILE_HOST}" == "i686-linux-gnu" ]; then
216
if [ "${COMPILE_HOST}" = "i386-redhat-linux" ] || [ "${COMPILER_DIR}" = "gcc" ] || [ "${COMPILE_HOST}" = "i686-linux-gnu" ]; then
217
    XGCC_BASE_DIR=
217
    XGCC_BASE_DIR=
218
    STRIP=strip
218
    STRIP=strip
219
else
219
else
220
    XGCC_BASE_DIR=`echo ${COMPILER_DIR} | sed 's|/[^/]*/[^/]*$||'`
220
    XGCC_BASE_DIR=`echo ${COMPILER_DIR} | sed 's|/[^/]*/[^/]*$||'`
221
    XGCC_BASE_DIR=`cleanup_dir ${XGCC_BASE_DIR}`
221
    XGCC_BASE_DIR=`cleanup_dir ${XGCC_BASE_DIR}`