summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/Makefile
AgeCommit message (Collapse)Author
2001-06-28Changes for new auto-generated syscall.hDavid McCullough
2001-06-25Fixed vfork so the child doesn't trash the parents return address.David McCullough
2001-06-18This commit finishes adding support for the old m68k-coff toolchains byEric Andersen
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
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik
2001-05-26Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef
used on mipsel.)
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
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
2001-01-29uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PICDavid McCullough
stuff in crt0.S may not be quite right yet.
2001-01-16Remove an extra "/" from the crt0 pathEric Andersen
2001-01-16Makefile fixesEric Andersen
2001-01-16Added common handling of errno.Eric Andersen
2001-01-15Remove generated files. Bring Makefile behavior into sync with other arches.Eric Andersen
2001-01-12Thanks to James Graves <jgraves@deltamobile.com>, we now haveEric Andersen
a first pass at getting m68k working. It may have some problems, but should now be fairly close.