scripts/build/binutils/binutils-ld.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Fri Apr 18 22:46:06 2014 +0200 (2014-04-18)
changeset 3295 db3f7ffabdc8
permissions -rw-r--r--
cc/gcc: fix the PR58595 patch

It applies manually with fuzz 2, but ct-ng does not accept any fuxx at all.

So, re-diff the patch so it applies cleanly.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 #!/bin/sh
     2 
     3 call_to=@@DEFAULT_LD@@
     4 
     5 case "${CTNG_LD_IS}" in
     6     bfd)    call_to=bfd;;
     7     gold)   call_to=gold;;
     8 esac
     9 
    10 exec "${0}.${call_to}" "$@"
    11 exit $?