crosstool-ng/scripts/build
Yann E. MORIN" e4855367b4 [libc-eglibc] Rewrite part of the code
Rewrite part of the code to better match the rest.
Most notably, rewrite handling of:
  if [ ... ] && [ ... ]
to:
  if [ ... -a ... ]

This has the positive side effect of calling "[" only once, although
"[" is probably a shell built-in.
2009-07-27 22:16:07 +02:00
..
arch Add support for powerpc64, along with an EXPERIMENTAL sample. 2009-01-31 17:39:35 +00:00
binutils Merge the uClinux/noMMU stuff back to /trunk: 2009-05-20 20:13:13 +00:00
cc Add support code for the canadian-cross case. 2009-06-26 19:09:22 +02:00
companion_libs Fix MPFR build to recognise the Mingw32 case. 2009-06-23 22:57:12 +02:00
debug Cleanup the tic build used for native ncurses build, itself needed for native gdb build. 2009-03-30 21:17:21 +00:00
kernel Merge the uClinux/noMMU stuff back to /trunk: 2009-05-20 20:13:13 +00:00
libc [libc-eglibc] Rewrite part of the code 2009-07-27 22:16:07 +02:00
tools sstrip: 2009-05-11 20:45:42 +00:00
debug.sh Simplify the Tools and Debug facilities menu entries: 2008-10-10 14:30:44 +00:00
internals.sh Don't use prefix/bin to install the buildtools. 2009-06-26 19:09:22 +02:00
tools.sh Simplify the Tools and Debug facilities menu entries: 2008-10-10 14:30:44 +00:00