mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-05-02 09:02:58 +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:
parent
dbb47694a4
commit
535c532baf
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user