index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
arm
/
Makefile.arch
Age
Commit message (
Expand
)
Author
2018-08-10
Add runtime support needed for C++ exceptions
Christophe Lyon
2016-11-27
remove UCLIBC_HAS_LFS
Waldemar Brodkorb
2016-09-26
use a single libc and deduplicate threading code
Waldemar Brodkorb
2015-03-22
nptl/arm: Move aeabi_read_tp to uclibc_nonshared.a
Khem Raj
2013-04-01
linux: posix_fadvise: use new SYSCALL_ALIGN_64BIT
Mike Frysinger
2013-02-11
libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabled
Markos Chandras
2013-01-10
buildsys: use kbuild style
Bernhard Reutner-Fischer
2013-01-10
libc: add {get,set,swap,make}context user context manipulation functions
Florian Fainelli
2012-06-15
posix_fadvise: make posix_fadvise[64] similar on all archs
Peter S. Mazinger
2012-06-15
mmap.c: provide a common mmap.c that is good for most of archs
Peter S. Mazinger
2012-06-15
arm: consistency check OABI v. EABI
Peter S. Mazinger
2012-02-13
arm: Do not use 'sed -r' to calculate IS_EABI
Khem Raj
2012-01-28
buildsys: fixup sigaction handling
Bernhard Reutner-Fischer
2012-01-27
libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code
Carmelo Amoroso
2011-06-11
ARM: remove EABI/OABI selection
Yann E. MORIN
2010-07-06
nptl: fix buildsys
Bernhard Reutner-Fischer
2009-10-17
arm specific bits needed for nptl
Austin Foxley
2009-10-08
Fix building arm EABI
Bernhard Reutner-Fischer
2009-09-06
Revert "syscall.c: Use common syscall.c for ARM"
Khem Raj
2009-08-30
Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.
Khem Raj
2009-08-01
syscall.c: Use common syscall.c for ARM
Khem Raj
2009-07-29
build: Include Makefile.commonarch from common Makefile.in
Carmelo Amoroso
2007-03-06
Add posix_fadvise posix_fadvise64 for arm.
Khem Raj
2006-10-07
Add mmap function needed for ARM EABI and define thumb specific INTERNAL_SYSC...
Khem Raj
2006-01-29
Patch by Joseph S. Myers to add support for ARM EABI
Mike Frysinger
2005-11-19
rename common Makefile.arch to prevent include funkiness from occuring
Mike Frysinger
2005-11-04
unify common code thus making arch-specific Makefiles very simple :)
Mike Frysinger
2005-11-03
Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...
Peter S. Mazinger
2005-10-28
Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...
Peter S. Mazinger