summaryrefslogtreecommitdiff
path: root/make/kernel-headers.mk
AgeCommit message (Collapse)Author
2004-09-03For now, mimic arm behavior for armeb since that's what uClibc'sManuel Novoa III
fix-includes script winds up doing. Fix this later...
2004-09-03Update 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-19new 2.6. kernel headers are outEric Andersen
2004-06-24Update for the latest linux-libc-headersEric Andersen
2004-06-24Fixup a stupid bugEric Andersen
2004-05-07Revert to using 2.4.x kernel headers by default, due to public outcry....Eric Andersen
2004-04-21Default to using the 2.6.x based linux-libc-headers -- yet anotherEric Andersen
thing we don't have to maintain. These seem to be working nicely and everything now compiles as expected.
2004-02-18I've put together an updated set of kernel headers, so use that.Eric Andersen
2003-11-24Use ARCH... not TARGET_ARCH in the mipsel test.Manuel Novoa III
2003-11-19Erik moved the kernel headers to a different directory, but didn't createManuel Novoa III
the directory first.
2003-11-19move kernel headers to live with the toolchainEric Andersen
2003-11-17Ouch... Revert this. It was a stray from helping someone look 2.2 issues.Manuel Novoa III
2003-11-17Fix most things when large file support is not configured.Manuel Novoa III
Mostly submitted by Thomas Lundquist <lists@zelow.no>.
2003-11-12Thomas 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-07patch from Peter S. Mazinger to remove a redundant entryEric Andersen
2003-09-14Rework toolchain build to make it much more modular andEric Andersen
remove the redundant redundancy.