Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-08 | make sure sh4 headers get setup properly | Mike Frysinger | |
2004-10-05 | Avoid naming conflicts with 'linux' target | Eric Andersen | |
2004-10-05 | Always use kernel-headers. | Eric Andersen | |
2004-09-22 | Default to 2.4.27 kernel headers | Eric Andersen | |
2004-09-09 | Patch by michael tesch <tesch1@gmail.com> ... | Manuel Novoa III | |
The real problem, only caused when you have a *.patch file in the main build directory, is that the Makefiles don't escape the globbing operator they're passing to patch-kernel.sh. Attached is a patch to fix that. | |||
2004-09-03 | For now, mimic arm behavior for armeb since that's what uClibc's | Manuel Novoa III | |
fix-includes script winds up doing. Fix this later... | |||
2004-09-03 | Update to what I'm currently using. Lots of changes... | Manuel Novoa III | |
1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates. | |||
2004-08-19 | new 2.6. kernel headers are out | Eric Andersen | |
2004-06-24 | Update for the latest linux-libc-headers | Eric Andersen | |
2004-06-24 | Fixup a stupid bug | Eric Andersen | |
2004-05-07 | Revert to using 2.4.x kernel headers by default, due to public outcry.... | Eric Andersen | |
2004-04-21 | Default to using the 2.6.x based linux-libc-headers -- yet another | Eric Andersen | |
thing we don't have to maintain. These seem to be working nicely and everything now compiles as expected. | |||
2004-02-18 | I've put together an updated set of kernel headers, so use that. | Eric Andersen | |
2003-11-24 | Use ARCH... not TARGET_ARCH in the mipsel test. | Manuel Novoa III | |
2003-11-19 | Erik moved the kernel headers to a different directory, but didn't create | Manuel Novoa III | |
the directory first. | |||
2003-11-19 | move kernel headers to live with the toolchain | Eric Andersen | |
2003-11-17 | Ouch... Revert this. It was a stray from helping someone look 2.2 issues. | Manuel Novoa III | |
2003-11-17 | Fix most things when large file support is not configured. | Manuel Novoa III | |
Mostly submitted by Thomas Lundquist <lists@zelow.no>. | |||
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-07 | patch from Peter S. Mazinger to remove a redundant entry | Eric Andersen | |
2003-09-14 | Rework toolchain build to make it much more modular and | Eric Andersen | |
remove the redundant redundancy. |