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