mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-17 14:58:12 +00:00
Fix building older gdb's with newer gcc's.
/trunk/scripts/build/debug/300-gdb.sh | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user