summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-26 21:51:45 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-26 21:51:45 (GMT)
commitfbd4ddda0562c55b2929e038b459695789b04af7 (patch)
treeeb176fed68708a227d2120c05a10db13d3dae922
parente146d33934ef7cc0c1f3536b0f95efccfc95288e (diff)
Backport #953 from trunk:
Fix building older gdb's with newer gcc's. /branches/1.2/scripts/build/debug/300-gdb.sh | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
-rw-r--r--scripts/build/debug/300-gdb.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 7115c2d..1ec6e83 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -78,6 +78,7 @@ do_debug_gdb_build() {
--target=${CT_TARGET} \
--prefix="${CT_PREFIX_DIR}" \
--with-build-sysroot="${CT_SYSROOT_DIR}" \
+ --disable-werror \
${cross_extra_config}
CT_DoLog EXTRA "Building cross-gdb"
@@ -220,6 +221,7 @@ do_debug_gdb_build() {
--without-x \
--without-included-gettext \
--without-develop \
+ --disable-werror \
${gdbserver_extra_config}
CT_DoLog EXTRA "Building gdbserver"