summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/m68k/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
|
* Add support for mmu-full m68k systems, such as oldworld macs.Eric Andersen2001-11-301-0/+10
| | | | -Erik
* Add include/sys/reg.h to make gdbserver happyEric Andersen2001-11-291-0/+1
|
* Changes for new auto-generated syscall.hDavid McCullough2001-06-281-4/+3
|
* Fixed vfork so the child doesn't trash the parents return address.David McCullough2001-06-251-2/+2
|
* This commit finishes adding support for the old m68k-coff toolchains byEric Andersen2001-06-181-1/+10
| | | | | | | working around a missing header file in the compiler shipped with the uCsimm and uCdimm. This should make the folk in Toronto happy, since now they can use the latest CVS version of uClibc. -Erik
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-1/+1
| | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-0/+3
| | | | used on mipsel.)
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-3/+2
| | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik
* uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PICDavid McCullough2001-01-291-1/+1
| | | | stuff in crt0.S may not be quite right yet.
* Remove an extra "/" from the crt0 pathEric Andersen2001-01-161-1/+1
|
* Makefile fixesEric Andersen2001-01-161-4/+5
|
* Added common handling of errno.Eric Andersen2001-01-161-1/+1
|
* Remove generated files. Bring Makefile behavior into sync with other arches.Eric Andersen2001-01-151-8/+15
|
* Thanks to James Graves <jgraves@deltamobile.com>, we now haveEric Andersen2001-01-121-0/+57
a first pass at getting m68k working. It may have some problems, but should now be fairly close.