mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
A versatile (cross-)toolchain generator.
fe5feb1154
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(-) |
||
---|---|---|
arch | ||
config | ||
contrib | ||
docs | ||
kconfig | ||
licenses.d | ||
patches | ||
samples | ||
scripts | ||
tools | ||
.version | ||
configure | ||
COPYING | ||
ct-ng.in | ||
LICENSES | ||
Makefile.in | ||
README | ||
steps.mk |
This is the README for crosstool-NG To get you started, just enter: ./configure --help You can find a (terse and WIP) documentation in docs/overview.txt. You can also point your browser to http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool If you need to send a bug report or a patch, please send a mail with subject prefixed with "[CT_NG]" with the following destinations: TO: crossgcc (at) sourceware.org CC: yann.morin.1998 (at) anciens.enib.fr The people that helped are listed in docs/CREDITS. Many thanks to them! :-) Aloha!