diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-04-19 20:22:39 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-04-19 20:22:39 +1200 |
commit | a87b62ee115a10a6982d97f3c5a92dda2d6454e1 (patch) | |
tree | f686060ca4e9fa0dfb242bba45b07b60a658692a /scripts/build/debug | |
parent | f582f1c22d4e79edb15f14c1cc282cc7cc77f241 (diff) | |
parent | 2baacbfe36d3bd794b9cb841be13fb1c22c56703 (diff) | |
download | crosstool-ng-a87b62ee115a10a6982d97f3c5a92dda2d6454e1.tar.gz crosstool-ng-a87b62ee115a10a6982d97f3c5a92dda2d6454e1.tar.bz2 crosstool-ng-a87b62ee115a10a6982d97f3c5a92dda2d6454e1.zip |
Merge branch 'abrodkin-gdb-10-fix' of git://github.com/foss-for-synopsys-dwc-arc-processors/crosstool-ng
Diffstat (limited to 'scripts/build/debug')
-rw-r--r-- | scripts/build/debug/300-gdb.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index b0ea29b2..e6eec2a3 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() |