aboutsummaryrefslogtreecommitdiff
path: root/scripts/build
Commit message (Expand)AuthorAgeFilesLines
* Add a new config knob for gcc: usage of SJLJ to handle exceptions.Yann E. MORIN"2008-08-071-3/+5
* Fix building core C compiler.Yann E. MORIN"2008-08-071-53/+47
* Make gcc-4.3.x able to compile uClibc (snapshot only).Yann E. MORIN"2008-08-041-2/+53
* Have the glibc build use the cross-objdump, rather than the host one.Yann E. MORIN"2008-07-311-16/+21
* Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same ...Yann E. MORIN"2008-07-271-26/+0
* Do log the glibc build commands.Yann E. MORIN"2008-07-261-36/+44
* Build a little bit more of gcc in //.Yann E. MORIN"2008-07-261-1/+1
* Make gcc-4.3.x build.Yann E. MORIN"2008-07-241-4/+22
* Don't check fo lynx, it's no longer used.Yann E. MORIN"2008-07-241-1/+0
* Simplify downloading sstrip, using the common retrieval framework.Yann E. MORIN"2008-07-241-28/+3
* Remove garbage files left behind by downloads from sourceforge.net.Yann E. MORIN"2008-07-222-1/+8
* Allow selecting 'latest' snapshot, as well as 'specific' date snapshot for gl...Yann E. MORIN"2008-07-221-2/+20
* Use POSIX constructs in the DUMA wrapper installed on the target.Yann E. MORIN"2008-07-191-1/+12
* Remove the check for absolutely needed tools now ./configure checks for them.Yann E. MORIN"2008-07-171-0/+1
* Use CT_DoExecLog when building tools and debug utilities.Yann E. MORIN"2008-07-146-31/+38
* Fix CT_DoExecLog usage when building GMP for target.Yann E. MORIN"2008-07-141-4/+4
* Advertise using CT_DoExecLog in the tools and debug templates.Yann E. MORIN"2008-07-142-4/+6
* Use CT_DoExecLog when building libelf.Yann E. MORIN"2008-07-141-3/+4
* Use CT_DoExecLog when building gcc.Yann E. MORIN"2008-07-141-28/+27
* Use CT_DoExecLog when building uClibc.Yann E. MORIN"2008-07-141-8/+11
* Fix CT_DoExecLog usage when building binutils' libraries for target.Yann E. MORIN"2008-07-141-2/+2
* Use CT_DoExecLog in binutils build.Yann E. MORIN"2008-07-141-7/+9
* Use CT_DoExecLog for MPFR build.Yann E. MORIN"2008-07-141-23/+25
* Use CT_DoExecLog for GMP build.Yann E. MORIN"2008-07-141-5/+7
* Use CT_DoExecLog for Linux headers install.Yann E. MORIN"2008-07-141-2/+4
* Ioannis E. VENETIS <venetis@mail.capsl.udel.edu> pointed out that GMP and MPF...Yann E. MORIN"2008-07-133-5/+5
* Although working with bash, 'echo -n' is really non-portable.Yann E. MORIN"2008-07-071-1/+3
* Newer, better, tsocks(1)-like wrapper script for D.U.M.A.Yann E. MORIN"2008-06-302-9/+47
* Native gcc is picky about the CC and LD variables. Set them unconditionally, ...Yann E. MORIN"2008-06-271-2/+3
* Do al ittle bit more jobs in parallel while building gcc.Yann E. MORIN"2008-06-271-5/+5
* Don't force building target GMP and MPFR when a native gdb is built. Rather,Yann E. MORIN"2008-06-251-1/+1
* Don't build ncurses ADA bindings if an ADA x-compiler was not built.Yann E. MORIN"2008-06-241-0/+1
* GMP and MPFR are no longer a sub-component of gcc (config-wise).Yann E. MORIN"2008-06-203-25/+98
* Really don't re-build MPFR autotools files at each run.Yann E. MORIN"2008-06-202-5/+13
* Don't force building a gdbserver when only native gdb is selected.Yann E. MORIN"2008-06-201-1/+0
* Only rebuild MPFR config files at extract time, not for every builds.Yann E. MORIN"2008-06-201-8/+7
* Realy fix building MPFR.Yann E. MORIN"2008-06-201-0/+2
* Fix building MPFR on distro that have strict sanity checks on libtool.m4 and ...Yann E. MORIN"2008-06-191-0/+11
* A bunch of fixes/improvements to the gdb build:Yann E. MORIN"2008-06-191-47/+79
* Fix building D.U.M.A. when C++ is not configured.Yann E. MORIN"2008-06-191-1/+1
* Build a C++ friendly uClibc.Yann E. MORIN"2008-06-191-2/+2
* When building uClibc, always build the libpthread_db.Yann E. MORIN"2008-06-191-3/+5
* Help ncurses to install properly.Yann E. MORIN"2008-06-181-0/+1
* Fix building native gdb: download, extract, patch, build and install the ncur...Yann E. MORIN"2008-06-181-4/+42
* Fix building D.U.M.A:Yann E. MORIN"2008-06-171-21/+33
* Change the log level of a core gcc build message (headers copy), from EXTRA t...Yann E. MORIN"2008-06-171-2/+2
* Better install the libraries improperly installed by gcc in prefix/target/lib...Yann E. MORIN"2008-06-151-1/+2
* Add support for the up-coming gcc-4.3.Yann E. MORIN"2008-06-091-1/+3
* Fix building big-endian ARM EABI toolchains (build-tested only).Yann E. MORIN"2008-05-251-2/+4
* Multilib is gone, so don't use it when building gcc.Yann E. MORIN"2008-05-241-5/+1