summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile.arch
AgeCommit message (Expand)Author
2018-08-10Add runtime support needed for C++ exceptionsChristophe Lyon
2016-11-27remove UCLIBC_HAS_LFSWaldemar Brodkorb
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2015-03-22nptl/arm: Move aeabi_read_tp to uclibc_nonshared.aKhem Raj
2013-04-01linux: posix_fadvise: use new SYSCALL_ALIGN_64BITMike Frysinger
2013-02-11libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabledMarkos Chandras
2013-01-10buildsys: use kbuild styleBernhard Reutner-Fischer
2013-01-10libc: add {get,set,swap,make}context user context manipulation functionsFlorian Fainelli
2012-06-15posix_fadvise: make posix_fadvise[64] similar on all archsPeter S. Mazinger
2012-06-15mmap.c: provide a common mmap.c that is good for most of archsPeter S. Mazinger
2012-06-15arm: consistency check OABI v. EABIPeter S. Mazinger
2012-02-13arm: Do not use 'sed -r' to calculate IS_EABIKhem Raj
2012-01-28buildsys: fixup sigaction handlingBernhard Reutner-Fischer
2012-01-27libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso
2011-06-11ARM: remove EABI/OABI selectionYann E. MORIN
2010-07-06nptl: fix buildsysBernhard Reutner-Fischer
2009-10-17arm specific bits needed for nptlAustin Foxley
2009-10-08Fix building arm EABIBernhard Reutner-Fischer
2009-09-06Revert "syscall.c: Use common syscall.c for ARM"Khem Raj
2009-08-30Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.Khem Raj
2009-08-01syscall.c: Use common syscall.c for ARMKhem Raj
2009-07-29build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso
2007-03-06Add posix_fadvise posix_fadvise64 for arm.Khem Raj
2006-10-07Add mmap function needed for ARM EABI and define thumb specific INTERNAL_SYSC...Khem Raj
2006-01-29Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger
2005-11-19rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger
2005-11-04unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger
2005-11-03Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger
2005-10-28Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger