summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-04-19 08:22:39 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-04-19 08:22:39 (GMT)
commita87b62ee115a10a6982d97f3c5a92dda2d6454e1 (patch)
treef686060ca4e9fa0dfb242bba45b07b60a658692a
parentf582f1c22d4e79edb15f14c1cc282cc7cc77f241 (diff)
parent2baacbfe36d3bd794b9cb841be13fb1c22c56703 (diff)
Merge branch 'abrodkin-gdb-10-fix' of git://github.com/foss-for-synopsys-dwc-arc-processors/crosstool-ng
-rw-r--r--scripts/build/debug/300-gdb.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index b0ea29b..e6eec2a 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -8,11 +8,6 @@ do_debug_gdb_get()
do_debug_gdb_extract()
{
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()