From b1913a876059949e6c309bafade55e9425ef33fb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 1 Aug 2009 00:58:01 -0700 Subject: syscall.c: Use common syscall.c for ARM Signed-off-by: Khem Raj --- libc/sysdeps/linux/arm/Makefile.arch | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/sysdeps/linux/arm/Makefile.arch') diff --git a/libc/sysdeps/linux/arm/Makefile.arch b/libc/sysdeps/linux/arm/Makefile.arch index 8f1c3b83f..815ba2e0d 100644 --- a/libc/sysdeps/linux/arm/Makefile.arch +++ b/libc/sysdeps/linux/arm/Makefile.arch @@ -16,12 +16,9 @@ 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) -- cgit v1.2.3