Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing line continuation. | Manuel Novoa III | 2003-11-20 | 1 | -1/+1 |
| | |||||
* | Add some quoting to handle unusual host compiler naming | Eric Andersen | 2003-11-20 | 1 | -10/+25 |
| | |||||
* | automatically detect if we have a usable version of sed | Eric Andersen | 2003-11-19 | 1 | -18/+18 |
| | | | | installed. If not, we will now build our own version. | ||||
* | Change 'sed -ie' to 'sed -i -e' to avoid littering the build | Eric Andersen | 2003-11-18 | 1 | -18/+18 |
| | | | | | with lots of unwanted backup files with the letter "e" appended. -Erik | ||||
* | By popular demand, use 'sed' rather than 'perl' for doing | Eric Andersen | 2003-11-13 | 1 | -18/+18 |
| | | | | | | 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, | ||||
* | Thomas Cameron writes: | Eric Andersen | 2003-11-12 | 1 | -0/+3 |
| | | | | | | 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. | ||||
* | Slight cleanup, now that the locale option is handled in the main Makefile. | Manuel Novoa III | 2003-11-11 | 1 | -4/+0 |
| | |||||
* | make sure we have a directory before trying to install symlinks | Eric Andersen | 2003-11-07 | 1 | -1/+2 |
| | |||||
* | Enable building soft float buildroot for gcc 3.3. Currently works for | Manuel Novoa III | 2003-11-01 | 1 | -56/+91 |
| | | | | | | | | | 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. | ||||
* | Add support for 'make -j3' so make to run stuff in parallel | Eric Andersen | 2003-10-18 | 1 | -6/+6 |
| | |||||
* | Update to gcc 3.3.2 | Eric Andersen | 2003-10-18 | 1 | -8/+14 |
| | |||||
* | simplify things a little bit | Eric Andersen | 2003-10-15 | 1 | -58/+41 |
| | |||||
* | Use a local copy of the source when building gcc-target (since | Eric Andersen | 2003-10-08 | 1 | -41/+42 |
| | | | | | | | | | | | 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++. | ||||
* | Fix the build when host arch == target arch | Eric Andersen | 2003-09-30 | 1 | -6/+11 |
| | |||||
* | With this, buildroot builds w/o needing the magic symlink, | Eric Andersen | 2003-09-30 | 1 | -4/+25 |
| | | | | | and properly cross compiles. Wohoo, time to ship... -Erik | ||||
* | Fixup gcc_target build. | Eric Andersen | 2003-09-27 | 1 | -1/+6 |
| | |||||
* | This should at least build. I think. | Eric Andersen | 2003-09-26 | 1 | -2/+3 |
| | |||||
* | Rework toolchain build to make it much more modular and | Eric Andersen | 2003-09-14 | 1 | -0/+405 |
remove the redundant redundancy. |