patches/gcc/4.4.4/160-netbsd-symbolic.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Aug 11 20:07:18 2010 +0200 (2010-08-11)
branch1.8
changeset 2092 18da1aa1beab
child 2148 ada9128c98b8
permissions -rw-r--r--
scripts: in case of failed download, remove partial files

It happens from time to time that the server mis-behaves, and breaks the
connection right in the middle of nowhere, for no good reason, leaving us
with a partial file, on which the extract pass would choke.

Remove partial downloads, to fail early.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from eefacabd9e72f3d578e5dc5908026ed780f9a240)
     1 diff -durN gcc-4.4.0.orig/gcc/config/netbsd-elf.h gcc-4.4.0/gcc/config/netbsd-elf.h
     2 
     3 diff -durN gcc-4.4.4.orig/gcc/config/netbsd-elf.h gcc-4.4.4/gcc/config/netbsd-elf.h
     4 --- gcc-4.4.4.orig/gcc/config/netbsd-elf.h	2007-09-03 18:14:04.000000000 +0200
     5 +++ gcc-4.4.4/gcc/config/netbsd-elf.h	2010-05-16 19:11:50.000000000 +0200
     6 @@ -82,6 +82,7 @@
     7  #define NETBSD_LINK_SPEC_ELF \
     8    "%{assert*} %{R*} %{rpath*} \
     9     %{shared:-shared} \
    10 +   %{symbolic:-Bsymbolic} \
    11     %{!shared: \
    12       -dc -dp \
    13       %{!nostdlib: \