summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-08 21:29:45 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-08 21:29:45 (GMT)
commitbc7cfc95ad5509e49075b0d37cdcc279e594179b (patch)
tree1209430a64fd6ca13cc8965c8329718747ec3fab
parent2fb4f224f37d686299ad70354c9f227b86a7f391 (diff)
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?!?!
-rw-r--r--samples/avr32-unknown-none/crosstool.config23
1 files changed, 10 insertions, 13 deletions
diff --git a/samples/avr32-unknown-none/crosstool.config b/samples/avr32-unknown-none/crosstool.config
index 18933ef..0c835ee 100644
--- a/samples/avr32-unknown-none/crosstool.config
+++ b/samples/avr32-unknown-none/crosstool.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# crosstool-NG version: hg_default@1562_fdf936326ccd
-# Sun Oct 4 12:47:01 2009
+# crosstool-NG version: hg_default@1563_8d386988dcb1
+# Thu Oct 8 23:23:29 2009
#
#
@@ -13,16 +13,13 @@
#
# CT_OBSOLETE is not set
CT_EXPERIMENTAL=y
-CT_DEBUG_CT=y
-# CT_DEBUG_PAUSE_STEPS is not set
-CT_DEBUG_CT_SAVE_STEPS=y
-# CT_DEBUG_CT_SAVE_STEPS_GZIP is not set
-# CT_NO_OVERIDE_LC_MESSAGES is not set
+# CT_DEBUG_CT is not set
#
# Paths
#
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
+CT_SAVE_TARBALLS=y
CT_WORK_DIR="${CT_TOP_DIR}/targets"
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
@@ -61,22 +58,22 @@ CT_PARALLEL_JOBS=1
CT_LOAD=0
CT_NICE=0
CT_USE_PIPES=y
-# CT_CONFIG_SHELL_SH is not set
+CT_CONFIG_SHELL_SH=y
# CT_CONFIG_SHELL_ASH is not set
-CT_CONFIG_SHELL_BASH=y
+# CT_CONFIG_SHELL_BASH is not set
# CT_CONFIG_SHELL_CUSTOM is not set
-CT_CONFIG_SHELL="bash"
+CT_CONFIG_SHELL="sh"
#
# Logging
#
# CT_LOG_ERROR is not set
# CT_LOG_WARN is not set
-CT_LOG_INFO=y
-# CT_LOG_EXTRA is not set
+# CT_LOG_INFO is not set
+CT_LOG_EXTRA=y
# CT_LOG_DEBUG is not set
# CT_LOG_ALL is not set
-CT_LOG_LEVEL_MAX="INFO"
+CT_LOG_LEVEL_MAX="EXTRA"
# CT_LOG_SEE_TOOLS_WARN is not set
CT_LOG_PROGRESS_BAR=y
CT_LOG_TO_FILE=y