#
# Personal bmk descriptor - use local compiler build instead of tar file
# Note that for shared libs (ml= 32 64 nof) you must manually copy the
# libs from your host distribution to the Tlibs parameter directory
# on the target machine. If you use the -tar parameter this is done
# automatically.
#
BMKDESC=(
	# other flags
	["extopts"]="-keep"

	# install boot source host, leave null if this is not a boot install
	["boot_src"]="perf3farm5"

        # tar
        #["tar"]="/home/b30502/patched_461/gcc-4.6.1-XMe5500-linux.tar.bz2"
        #["tar"]="/home/b30502/462-extelim-v2/gcc-4.6.2-XMe5500-linux.tar.bz2"
        #["tar"]="/home/b30502/vanilla-462/gcc-4.6.2-XMe5500-linux.tar.bz2"
       # ["tar"]="/home/b30502/462-wo-gcc_load_on_store/gcc-4.6.2-XMe5500-linux.tar.bz2"
       # ["tar"]="/home/b30502/462-wo-exteleimv3-wo-gcc_load_on_store/gcc-4.6.2-XMe5500-linux.tar.bz2"
        #["tar"]="/home/b30502/462-wo-mfocr/gcc-4.6.2-XMe5500-linux.tar.bz2"
        #["tar"]="/home/b30502/TESTING/original/work_e5500/gcc-4.6.2-XMe5500-linux.tar.bz2"
       ["tar"]="/home/b30502/51605_TEST/original/e5500/gcc-4.6.3-XMe5500-linux.tar.bz2"
#        ["tar"]="/home/b30502/51605_TEST/modified/e5500/gcc-4.6.2-XMe5500-linux.tar.bz2"
        
# label
#        ["label"]="e5500-modified"
        ["label"]="e5500-original"

        # build directory, default to /local/user/descriptor_name if null 
        ["bd"]=""

        # hn
        ["hn"]="perf3farm18"

        # hu 
        ["hu"]=$USER

        # tn
        ["tn"]="perf3board9"

        # tu
        ["tu"]=$USER

        # host tools, default to /local/user/descriptor_name if null
      #  ["Htools"]="/home/b30502/patched_461"
      #  ["Htools"]="/home/b30502/462-extelim-v2"
      #  ["Htools"]="/home/b30502/vanilla-462"
       # ["Htools"]="/home/b30502/462-wo-gcc_load_on_store"
       # ["Htools"]="/home/b30502/462-wo-exteleimv3-wo-gcc_load_on_store"
 #       ["Htools"]="/home/b30502/462-wo-mfocr"
     #   ["Htools"]="/home/b30502/TESTING/original/work_e5500"
        ["Htools"]="/home/b30502/51605_TEST/original/e5500"
 #       ["Htools"]="/home/b30502/51605_TEST/modified/e5500"
	
	# Tlibs, default to /opt/freescale/user/descriptor_name if null
        ["Tlibs"]=""

        # tools
       # ["tools"]="gcc-4.6.1-XMe5500-linux/x86_64-linux"
        ["tools"]="gcc-4.6.3-XMe5500-linux/x86_64-linux"
        #["tools"]="gcc-4.6.1-XMe5500-linux/x86_64-linux"

        # prefix
        ["prefix"]="powerpc-unknown-linux-gnu-"

        # core
        ["core"]="e5500"
        
        # ml
        ["ml"]="64"

        # pt 
        #["pt"]="dhrystone net-1"
	["pt"]="coremark dhrystone auto-1 consumer-1 net-1 telecom-1 office-1 spec2k"

        # bt
        ["bt"]=""

        # ct
        ["ct"]=""

        # flgs
        ["flgs"]="-O3 -save-temps -static"
#        ["flgs"]="-O3 -fwiden-types -fopt-array-offset -save-temps"

)
