Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-02 | Remove the broken handling of libgcc_s. | Manuel Novoa III | |
2003-11-25 | Remove libgcc_eh hack. Things now build as they are supposed to. | Manuel Novoa III | |
2003-11-24 | Fix the condition for applying the i386 soft float patch. | Manuel Novoa III | |
2003-11-22 | Handle the case of no shared libgcc -- sh4 for instance. | Manuel Novoa III | |
2003-11-20 | Ouch! Cut-n-paste strikes again! | Manuel Novoa III | |
2003-11-20 | Fix missing line continuation. | Manuel Novoa III | |
2003-11-20 | Add some quoting to handle unusual host compiler naming | Eric Andersen | |
2003-11-19 | automatically detect if we have a usable version of sed | Eric Andersen | |
installed. If not, we will now build our own version. | |||
2003-11-18 | Change 'sed -ie' to 'sed -i -e' to avoid littering the build | Eric Andersen | |
with lots of unwanted backup files with the letter "e" appended. -Erik | |||
2003-11-13 | By popular demand, use 'sed' rather than 'perl' for doing | Eric Andersen | |
search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways, | |||
2003-11-12 | Thomas Cameron writes: | Eric Andersen | |
this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch. | |||
2003-11-11 | Slight cleanup, now that the locale option is handled in the main Makefile. | Manuel Novoa III | |
2003-11-07 | make sure we have a directory before trying to install symlinks | Eric Andersen | |
2003-11-01 | Enable building soft float buildroot for gcc 3.3. Currently works for | Manuel Novoa III | |
i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips. | |||
2003-10-18 | Add support for 'make -j3' so make to run stuff in parallel | Eric Andersen | |
2003-10-18 | Update to gcc 3.3.2 | Eric Andersen | |
2003-10-15 | simplify things a little bit | Eric Andersen | |
2003-10-08 | Use a local copy of the source when building gcc-target (since | Eric Andersen | |
we hacked up the source used to build the cross compiler). Fix the crt1.o not found problems. It turns out gcc was thinking it was acting as a cross compiler, which is clearly not what we want here. With this, everything seems to be working nicely for both C and C++. | |||
2003-09-30 | Fix the build when host arch == target arch | Eric Andersen | |
2003-09-30 | With this, buildroot builds w/o needing the magic symlink, | Eric Andersen | |
and properly cross compiles. Wohoo, time to ship... -Erik | |||
2003-09-27 | Fixup gcc_target build. | Eric Andersen | |
2003-09-26 | This should at least build. I think. | Eric Andersen | |
2003-09-14 | Rework toolchain build to make it much more modular and | Eric Andersen | |
remove the redundant redundancy. |