scripts/build/binutils/binutils-ld.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun May 11 15:43:28 2014 +0200 (2014-05-11)
changeset 3315 464128a8fc3f
permissions -rw-r--r--
binutils/elf2flt: use alternate mirror

The official elf2flt upstream has disapeared.

Switch to a mirror.

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 $?