summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/Makefile.arch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-06 01:02:02 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-06 01:02:50 -0700
commit3e151bdde55f608385099d761a22c2e8951448b0 (patch)
treeeb5cd670707f50fe7050793ab977c94d2924d899 /libc/sysdeps/linux/arm/Makefile.arch
parent6943b8336ed253a2ad90816f8d16aa392d0de606 (diff)
Revert "syscall.c: Use common syscall.c for ARM"
This reverts commit b1913a876059949e6c309bafade55e9425ef33fb. OABI is still a requirement. So we override the common syscall implementation specifically for arm port. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile.arch')
-rw-r--r--libc/sysdeps/linux/arm/Makefile.arch3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile.arch b/libc/sysdeps/linux/arm/Makefile.arch
index 76f617997..e7296d3d9 100644
--- a/libc/sysdeps/linux/arm/Makefile.arch
+++ b/libc/sysdeps/linux/arm/Makefile.arch
@@ -19,9 +19,12 @@ ifeq ($(CONFIG_ARM_EABI),y)
CSRC += aeabi_assert.c aeabi_atexit.c aeabi_errno_addr.c \
aeabi_localeconv.c aeabi_memclr.c aeabi_memcpy.c \
aeabi_memmove.c aeabi_memset.c find_exidx.c
+SSRC += syscall-eabi.S
ifeq ($(UCLIBC_HAS_WCHAR),y)
CSRC += aeabi_mb_cur_max.c
endif
+else
+CSRC += syscall.c
endif
ifeq ($(CONFIG_ARM_EABI),y)