scripts/build/binutils/binutils-ld.in
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Mar 15 13:13:31 2012 +0100 (2012-03-15)
changeset 2918 887e3fb340a6
permissions -rw-r--r--
cc/gcc: update Linaro GCC revisions to 2012.03

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
     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 $?