summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-17 22:10:48 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-17 22:10:48 (GMT)
commit340c3e20301f33871c530b6095c77fe178f05e98 (patch)
treecbe5702adb3bc0e3ae80359e673144c55a98c9d9 /scripts/build
parent8d3f0a8781cc25e75db3db4a9195816e7d3da902 (diff)
Make the debug config menu a generated file.
Add a uClibc-0.9.29 patch directory with one patch (from me!). Update the armeb-unknown-linux-uclibc sample to uClibc-0.9.29. Some eyecandy in the gdb build process.
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/debug/gdb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/debug/gdb.sh b/scripts/build/debug/gdb.sh
index 457e899..0b64f51 100644
--- a/scripts/build/debug/gdb.sh
+++ b/scripts/build/debug/gdb.sh
@@ -31,7 +31,7 @@ do_debug_gdb_build() {
esac
if [ "${CT_GDB_CROSS}" = "y" ]; then
- CT_DoStep EXTRA "Installing cross-gdb"
+ CT_DoStep INFO "Installing cross-gdb"
CT_DoLog EXTRA "Configuring cross-gdb"
mkdir -p "${CT_BUILD_DIR}/build-gdb-cross"
@@ -54,7 +54,7 @@ do_debug_gdb_build() {
CT_EndStep
- CT_DoStep EXTRA "Installing gdbserver"
+ CT_DoStep INFO "Installing gdbserver"
CT_DoLog EXTRA "Configuring gdbserver"
mkdir -p "${CT_BUILD_DIR}/build-gdb-gdbserver"