summaryrefslogtreecommitdiff
path: root/arch/arm/functions
AgeCommit message (Collapse)AuthorFilesLines
2008-09-01Don't allow to specify an ABI for ARM EABI builds: the ABI is implied by the ↵Yann E. MORIN"1-16/+3
fact we're building for EABI. /trunk/arch/arm/functions | 19 3 16 0 +++---------------- /trunk/arch/arm/config.in | 9 6 3 0 ++++++--- 2 files changed, 9 insertions(+), 19 deletions(-)
2008-08-11Merge the branches/eglibc stuff:Yann E. MORIN"1-2/+2
- Add support for eglibc /trunk/scripts/functions | 6 4 2 0 ++++-- /trunk/docs/CREDITS | 1 1 0 0 + /trunk/config/libc.in | 12 12 0 0 ++++++++++++ /trunk/arch/arm/functions | 4 2 2 0 ++-- 4 files changed, 19 insertions(+), 4 deletions(-)
2008-05-14Fix the EABI case for ARM.Yann E. MORIN"1-0/+17
/trunk/arch/arm/functions | 17 17 0 0 +++++++++++++++++ /trunk/arch/arm/config.in | 3 3 0 0 +++ 2 files changed, 20 insertions(+)
2007-09-14Further expand the architecture-specific function: add CT_KERNEL_ARCH building.Yann E. MORIN"1-2/+0
2007-09-14Initial support for ARM EABI (courtesy Szilveszter Ordog ↵Yann E. MORIN"1-2/+8
<ordog@mail.thot-soft.com>).
2007-09-14Migrate all supported architectures to use the architecture-specific framework.Yann E. MORIN"1-0/+10
2007-09-14Add the framework to have architecture-specific configuration and functions.Yann E. MORIN"1-0/+0
API is not yet defined.