crosstool-ng/scripts
Yann E. MORIN" fe5feb1154 Have the glibc build use the cross-objdump, rather than the host one.
On some distros (eg. Fedora), the native objdump can not interpret objects not for the native system, and thus fail.
This commit adds a new patch against glibc-2.7 that introduces OBJDUMP_FOR_HOST, wich, if set, overides the detected objdump.

Note: bizarely enough, glibc already has code to detect the cross-objdump, but that does not work for an unknown reason... :-(

 /trunk/patches/glibc/2.7/220-objdump_for_host.patch |   13    13     0     0 +++++++++
 /trunk/scripts/build/libc_glibc.sh                  |   37    21    16     0 +++++++++++++++------------
 2 files changed, 34 insertions(+), 16 deletions(-)
2008-07-31 09:08:33 +00:00
..
build Have the glibc build use the cross-objdump, rather than the host one. 2008-07-31 09:08:33 +00:00
crosstool.sh Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same *64): 2008-07-27 16:35:37 +00:00
functions Re-enable the restart functionality by removing some variables from the saved environment. 2008-07-27 14:25:19 +00:00
saveSample.sh When saving a sample, overide log file config: 2008-07-27 10:54:14 +00:00
showSamples.sh Pretyy-up the WiKi table with the date of last update for each sample. 2008-07-29 16:48:20 +00:00
tarball.sh.broken Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00