crosstool-ng/scripts
Yann E. MORIN" 893f21944c xlcwu <xlcwu.taiwan@gmail.com> wrote:
Seems ncurses 5.7 need build host stage for tic step; if use host tic
  (ubuntu) the build process hang in the below step.
  So I guess need to build ncurses host stage to build new tic

and provided a patch to that efect.

And in fact, we do need "tic" to run on the _build_ system to properly
generate the terminfo database.

Note: this is fully functional, but still requires a litle bit of
tweaking so that ${CT_BUILD}-gcc gets used instead of plain gcc.
But that's a minor problem for now...

 /trunk/scripts/build/debug/300-gdb.sh |   35    33     2     0 +++++++++++++++++++++++++++++++++--
 /trunk/scripts/build/internals.sh     |    1     1     0     0 +
 2 files changed, 34 insertions(+), 2 deletions(-)
2009-03-23 23:05:08 +00:00
..
build xlcwu <xlcwu.taiwan@gmail.com> wrote: 2009-03-23 23:05:08 +00:00
addToolVersion.sh Move do_finish from scripts/functions to its own file in scipts/build/internals.sh. 2009-03-04 17:59:35 +00:00
config.guess Update the config.{guess,sub} files. 2009-03-15 20:52:50 +00:00
config.sub Update the config.{guess,sub} files. 2009-03-15 20:52:50 +00:00
crosstool-NG.sh.in Use "grep -E" instead of the deprecated "egrep". 2009-03-08 17:09:39 +00:00
functions When patching, always assume the package has been previously extraacted (don't check). 2009-03-15 20:06:40 +00:00
patch-renumber.sh Fix patch-renumber: 2009-02-01 23:15:59 +00:00
populate.in Fix populate to correctly use tools discovered via ./configure. 2009-02-01 22:41:16 +00:00
saveSample.sh.in Warn the user when he/she tries to save a sample that uses local patches 2009-03-03 21:53:50 +00:00
scripts.mk Get rid of the tols/ directory: 2008-12-16 18:12:34 +00:00
showSamples.sh Use tools discovered via ./configure in scripts/showSample.sh; make it a POSIX shell script. 2009-02-01 18:43:45 +00:00
toolchain-config.in Use tools discovered by ./configure in scripts/toolchain-config.in. 2009-02-01 18:51:19 +00:00