Subversion Repositories DevTools

Rev

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

Rev 5436 Rev 5721
Line 1... Line 1...
1
################################################################################
1
################################################################################
-
 
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
#
3
#
3
#   NOTE:
4
#   NOTE:
4
#   This script will be run under a simple 'sh'
5
#   This script will be run under a simple 'sh'
5
#   Jats will run .sh files under .sh. This is script to JATS and not
6
#   Jats will run .sh files under .sh. This is script to JATS and not
6
#   a stand alone program.
7
#   a stand alone program.
Line 205... Line 206...
205
        ;;
206
        ;;
206
 
207
 
207
    *I386*)
208
    *I386*)
208
        if [ "${PLATFORM}" = "LINUX_I386" ]; then
209
        if [ "${PLATFORM}" = "LINUX_I386" ]; then
209
            COMPILE_HOST="i386-cross-linux-gnu"
210
            COMPILE_HOST="i386-cross-linux-gnu"
-
 
211
 
-
 
212
        elif [ "${PLATFORM}" = "UBUNTU12C11" ] || [ "${PLATFORM}" = "UBUNTU12C11_INSTRUMENT" ] ; then
-
 
213
            COMPILE_HOST="i686-vix_ubuntu12_c11-linux-gnu"
-
 
214
 
210
        elif [ "${PLATFORM}" = "UBUNTU12" ] || [ "${PLATFORM}" = "UBUNTU12_INSTRUMENT" ]; then
215
        elif [ "${PLATFORM}" = "UBUNTU12" ] || [ "${PLATFORM}" = "UBUNTU12_INSTRUMENT" ] ; then
211
            COMPILE_HOST="i686-linux-gnu"
216
            COMPILE_HOST="i686-linux-gnu"
212
            
217
            
213
            # Hack to create missing tools expected by the build process.
218
            # Hack to create missing tools expected by the build process.
214
            SHELLBUILD_PATH="$(pwd)/${BUILD_ROOT}/_shellbuild"
219
            SHELLBUILD_PATH="$(pwd)/${BUILD_ROOT}/_shellbuild"
215
            rm -fr "${SHELLBUILD_PATH}"
220
            rm -fr "${SHELLBUILD_PATH}"