mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
A versatile (cross-)toolchain generator.
f53dd7e985
PowerPC unveiled that you can't reliably build a target libgcc until you have C library headers. In fact you can't build it at all. The fact that it did build for some architectures was purely coincidental, and a mistake. This fix should still allow to build uClibc-based toolchains (some ARM uClibc toolchains were build-tested). /trunk/scripts/build/cc_gcc.sh | 100 47 53 0 +++++++++++++++++++++++------------------------- 1 file changed, 47 insertions(+), 53 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!