scripts/toolchain-config.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Thu Aug 02 21:38:41 2012 +0200 (2012-08-02)
changeset 3025 d25fb5bf6615
parent 1189 5c20d52c8270
permissions -rw-r--r--
scripts/xldd: fix pattern matching with new binutils

New binutils (circa 2.2x?) append 'program interpreter' to the
(NEEDED) line for the dynamic linker, which breaks our current
pattern.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 #!/bin/sh
     2 
     3 tail -n+5 "${0}" |bzcat
     4 exit 0