summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/Makefile.arch
AgeCommit message (Collapse)Author
2017-12-31m68k: add NPTL/TLS supportWaldemar Brodkorb
Port over NPTL/TLS support from GNU C Library. In the first step only the slower syscall is used for TLS access. The uClibc-ng testsuite shows 79 errors, so their is room for bugfixes and improvements.
2013-01-10buildsys: use kbuild styleBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-08-13m68k syscall: switch to common codeMaxim Kuvyrkov
Signed-off-by: Maxim Kuvyrkov <maxim@codesourcery.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-07-29build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso
Avoid including akefile.commonarch in each Makefile.arch. Include it instead from Makefile.in just after the arch specific Makefile.arch Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
2006-01-29just use the common ptrace versionMike Frysinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger
2006-01-15add syscall() by d1mag in Bug 164Mike Frysinger
2006-01-14use __syscall_error trickMike Frysinger
2006-01-02Remove fpu_control.h handling as wellPeter S. Mazinger
2005-11-19rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger
2005-11-05makefiles for new build systemMike Frysinger