crosstool-ng/scripts/build
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
..
debug Remove garbage files left behind by downloads from sourceforge.net. 2008-07-22 14:17:10 +00:00
tools Don't check fo lynx, it's no longer used. 2008-07-24 06:47:08 +00:00
binutils.sh Fix CT_DoExecLog usage when building binutils' libraries for target. 2008-07-14 15:42:27 +00:00
cc_gcc.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
debug.sh Fix tools.sh and debug.sh now the tools/ and debug/ sub-dirs are numerically sorted. 2008-05-03 09:53:49 +00:00
gmp.sh Fix CT_DoExecLog usage when building GMP for target. 2008-07-14 21:21:35 +00:00
kernel_linux-libc-headers.sh Add the full crosstool-NG sources to the new repository of its own. 2007-02-24 11:00:05 +00:00
kernel_linux.sh Use CT_DoExecLog for Linux headers install. 2008-07-14 13:51:45 +00:00
libc_glibc.sh Have the glibc build use the cross-objdump, rather than the host one. 2008-07-31 09:08:33 +00:00
libc_uClibc.sh Use CT_DoExecLog when building uClibc. 2008-07-14 15:48:51 +00:00
mpfr.sh Use CT_DoExecLog for MPFR build. 2008-07-14 15:15:40 +00:00
tools.sh Fix tools.sh and debug.sh now the tools/ and debug/ sub-dirs are numerically sorted. 2008-05-03 09:53:49 +00:00