summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/m68k/README.m68k
Commit message (Collapse)AuthorAgeFilesLines
* buildsys: s/CROSS/CROSS_COMPILE/gCarmelo Amoroso2011-11-251-3/+3
| | | | | | | | Use CROSS_COMPILE instead of CROSS as other projects are doing (i.e. kernel, busybox, buildroot). CROSS is still supported for backward compatibility only Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-2/+2
| | | | I had clearly run search/replace on that were cluttering things up.
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-10/+0
| | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik
* Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen2001-01-121-0/+64
Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik