samples/i586-geode-linux-uclibc/reported.by
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Nov 23 21:35:28 2010 +0100 (2010-11-23)
changeset 2188 aa2305c5b2a5
parent 935 e175e3538310
permissions -rw-r--r--
scripts/xldd: better find sysroot with old gcc

Only starting with 4.4 does gcc have a -print-sysroot option.
For 4.3 or before, we have to play some tricks:
- ask gcc where libc.so is,
(we expect it in ${sysroot}/usr/lib/libc.so)
- trim /usr/lib/libc.so from the result

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@993
     1
reporter_name="YEM"
yann@993
     2
reporter_url="http://ymorin.is-a-geek.org/"
yann@993
     3
reporter_comment="Sample i586 configuration tweaked to generate code for the geode."