summaryrefslogtreecommitdiff
path: root/process
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-01-09 13:38:18 +0100
committerThomas Schwinge <thomas@codesourcery.com>2014-01-09 13:38:18 +0100
commit4350ed2b0150d38ca945a99cdc7d82b0c2ae564c (patch)
tree885d3e5b2aa7e721f1140a216b713c6a044c472c /process
parent0dc2a5c6f8175b8a5cd4cf8b31a7d76d05d219ab (diff)
binutils-gdb: 9939e1314f970c6ba568956148a518ac710a280a (2014-01-08)
plus [[!message-id "87vbxxhww4.fsf@kepler.schwinge.homeip.net"]], and [[!message-id "8738kyi30l.fsf@kepler.schwinge.homeip.net"]] Also, GDB upstream by default now doesn't preserve the individual *.sum files, so switch to the concatenated gdb.sum one.
Diffstat (limited to 'process')
-rwxr-xr-xprocess7
1 files changed, 0 insertions, 7 deletions
diff --git a/process b/process
index 6473cebe..baea5960 100755
--- a/process
+++ b/process
@@ -151,13 +151,6 @@ case $project:$action in
find '"$branch$build_suffix"'.sums/ -type f \
-exec sed -e "s%\('"$mount"'\)\?${PWD}%[...]%g" -i \{\} \;'
case $project in
- binutils-gdb)
- # Remove the GDB summary file; we got the individual ones.
- ssh \
- "$host" \
- 'cd '"$project_base"'/'"$branch$build_suffix"'.sums/ && \
- rm -f gdb/testsuite/gdb.sum'
- ;;
gcc)
# Rename host-specific directory to a generic name.
# This is probably not the most beautiful solution.