Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |