samples: fix the avr32-unknown-none sample 1.5
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Oct 08 23:29:45 2009 +0200 (2009-10-08)
branch1.5
changeset 15680d1e38ea15cf
parent 1566 7d22e633ed2c
child 1572 cb9d5bf0cdc4
samples: fix the avr32-unknown-none sample

Bizarely enough, binutils-2.18 fails to build when CONFIG_SHELL is set
to /bin/bash (although it has code to recognise bash and act accordingly).

Waht is really strange is that it does build when CONFIG_SHELL is set
to /bin/sh, *although* /bin/sh is a symlink to /bin/bash. WTF?!?!
(transplanted from 56bba7d4fc8924d276b71134b7f1ef57bed57f52)
samples/avr32-unknown-none/crosstool.config
     1.1 --- a/samples/avr32-unknown-none/crosstool.config	Sun Oct 04 13:08:43 2009 +0200
     1.2 +++ b/samples/avr32-unknown-none/crosstool.config	Thu Oct 08 23:29:45 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #
     1.5  # Automatically generated make config: don't edit
     1.6 -# crosstool-NG version: hg_default@1562_fdf936326ccd
     1.7 -# Sun Oct  4 12:47:01 2009
     1.8 +# crosstool-NG version: hg_default@1563_8d386988dcb1
     1.9 +# Thu Oct  8 23:23:29 2009
    1.10  #
    1.11  
    1.12  #
    1.13 @@ -13,16 +13,13 @@
    1.14  #
    1.15  # CT_OBSOLETE is not set
    1.16  CT_EXPERIMENTAL=y
    1.17 -CT_DEBUG_CT=y
    1.18 -# CT_DEBUG_PAUSE_STEPS is not set
    1.19 -CT_DEBUG_CT_SAVE_STEPS=y
    1.20 -# CT_DEBUG_CT_SAVE_STEPS_GZIP is not set
    1.21 -# CT_NO_OVERIDE_LC_MESSAGES is not set
    1.22 +# CT_DEBUG_CT is not set
    1.23  
    1.24  #
    1.25  # Paths
    1.26  #
    1.27  CT_LOCAL_TARBALLS_DIR="${HOME}/src"
    1.28 +CT_SAVE_TARBALLS=y
    1.29  CT_WORK_DIR="${CT_TOP_DIR}/targets"
    1.30  CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
    1.31  CT_INSTALL_DIR="${CT_PREFIX_DIR}"
    1.32 @@ -61,22 +58,22 @@
    1.33  CT_LOAD=0
    1.34  CT_NICE=0
    1.35  CT_USE_PIPES=y
    1.36 -# CT_CONFIG_SHELL_SH is not set
    1.37 +CT_CONFIG_SHELL_SH=y
    1.38  # CT_CONFIG_SHELL_ASH is not set
    1.39 -CT_CONFIG_SHELL_BASH=y
    1.40 +# CT_CONFIG_SHELL_BASH is not set
    1.41  # CT_CONFIG_SHELL_CUSTOM is not set
    1.42 -CT_CONFIG_SHELL="bash"
    1.43 +CT_CONFIG_SHELL="sh"
    1.44  
    1.45  #
    1.46  # Logging
    1.47  #
    1.48  # CT_LOG_ERROR is not set
    1.49  # CT_LOG_WARN is not set
    1.50 -CT_LOG_INFO=y
    1.51 -# CT_LOG_EXTRA is not set
    1.52 +# CT_LOG_INFO is not set
    1.53 +CT_LOG_EXTRA=y
    1.54  # CT_LOG_DEBUG is not set
    1.55  # CT_LOG_ALL is not set
    1.56 -CT_LOG_LEVEL_MAX="INFO"
    1.57 +CT_LOG_LEVEL_MAX="EXTRA"
    1.58  # CT_LOG_SEE_TOOLS_WARN is not set
    1.59  CT_LOG_PROGRESS_BAR=y
    1.60  CT_LOG_TO_FILE=y