scripts/build/debug/300-gdb.sh
2010-10-22 scripts: add "FILE" and "CFG" debug levels.
2010-08-23 debug/gdb: use libexpat
2010-08-23 debug/gdb: install dependable libs in a generic target static libs dir
2010-08-23 debug/gdb: companion libs are not used
2010-07-11 debug/gdb: properly remove build tic
2010-07-11 debug/gdb: Fix compilation for Mingw hosts
2010-07-01 debug/gdb: fix incorrect path
2010-04-29 debug/gdb: install tic in the buildtools directory
2010-04-29 debug/gdb: be less verbose during the ncurses build
2010-04-15 debug/gdb: remove insight
2010-04-11 scripts/functions: make CT_Patch dumber
2010-04-11 debug/gdb: remove snapshot version
2010-03-15 debug/gdb: gdb>=7.0 can use MPC, enable for cross-gdb
2010-03-15 debug/gdb: add option to use GMP and MPFR
2010-03-16 debug/gdb: fix building the native tic
2010-03-16 debug/gdb: fix building the native tic
2010-02-17 complibs: hide companion libraries for target entry
2010-02-17 complibs: split-up selection for individual libs
2010-01-21 debug/gdb: fix the space-damage
2010-01-21 debug/gdb: do not expose the ncurses version in the menuconfig
2010-01-13 debug/gdb: install ncurses in a temporary place
2010-01-13 debug/gdb: staticaly link to ncurses for the native gdb
2009-12-30 debug/tools: set the ncurses extension to .tar.gz
2009-10-03 debug/gdb: cleanup (remove) the static ncurses build
2009-08-19 Make gdb's extra_config an array containing ./configure options
2009-04-19 Update the newlib devel branch with stuf from /trunk.
2009-03-30 Cleanup the tic build used for native ncurses build, itself needed for native gdb build.
2009-03-24 Finally make ncurses-5.7 corctly build:
2009-03-23 Final touch to the ncurses build step:
2009-03-23 xlcwu <xlcwu.taiwan@gmail.com> wrote:
2009-03-03 Allow user to add a directory component in the sys-root path.
2009-01-05 Split CT_ExtractAndPatch in two: CT_Extract and CT_Patch:
2009-01-03 Get rid of all stuff related to building a /delivery' traball:
2008-10-10 Simplify the Tools and Debug facilities menu entries:
2008-09-02 Add support for building Insight instead of gdb (only for the cross-gdb).
2008-09-01 Be gentle to older findutils that don't have the "{} +" construct, and simply use "{} \;" instead.
2008-08-20 Fix building older gdb's with newer gcc's.
2008-07-14 Use CT_DoExecLog when building tools and debug utilities.
2008-07-13 Ioannis E. VENETIS <venetis@mail.capsl.udel.edu> pointed out that GMP and MPFR were not used by gcc.
2008-06-27 Native gcc is picky about the CC and LD variables. Set them unconditionally, whether building static or not.
2008-06-25 Don't force building target GMP and MPFR when a native gdb is built. Rather,
2008-06-24 Don't build ncurses ADA bindings if an ADA x-compiler was not built.
2008-06-20 GMP and MPFR are no longer a sub-component of gcc (config-wise).
2008-06-20 Really don't re-build MPFR autotools files at each run.
2008-06-20 Don't force building a gdbserver when only native gdb is selected.
2008-06-19 A bunch of fixes/improvements to the gdb build:
2008-06-18 Help ncurses to install properly.
2008-06-18 Fix building native gdb: download, extract, patch, build and install the ncurses library (that is needed by gdb)
2008-05-20 Get rid of all `command` (which is a bashism), and replace them with $(command), which is POSIX.
2008-05-03 Some people are reposrting that ftp does not work on their network, probably due to proxies, while http does work.
2008-05-02 For tools/ and debug/ build scripts, annd a numeric prefix, so that they always get built in the same order, in case of library dependencies.