Merge branch 'abrodkin-gdb-10-fix' of git://github.com/foss-for-synopsys-dwc-arc-processors/crosstool-ng

This commit is contained in:
Chris Packham 2021-04-19 20:22:39 +12:00
commit a87b62ee11

View File

@ -8,11 +8,6 @@ do_debug_gdb_get()
do_debug_gdb_extract() do_debug_gdb_extract()
{ {
CT_ExtractPatch GDB CT_ExtractPatch GDB
# Workaround for bad versions, where the configure
# script for gdbserver is not executable...
# Bah, GNU folks strike again... :-(
chmod a+x "${CT_SRC_DIR}/gdb/gdb/gdbserver/configure"
} }
do_debug_gdb_build() do_debug_gdb_build()