OSDN Git Service

Fix building arm EABI
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 8 Oct 2009 14:48:16 +0000 (16:48 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 8 Oct 2009 14:48:16 +0000 (16:48 +0200)
commit374e9300e8ba8e9b1a01bd35de981b32e95db3c8
treeb55b6b2f567e16b276f7dcb5eabdf1932d4328f0
parent272c8e6264e0bd7a945a493e313ce909e20e814a
Fix building arm EABI

  The syscall() impl on aeabi comes from syscall-eabi.S thus we do not
  need the generic syscall() impl.

  Fixes:
    AS libc/sysdeps/linux/arm/syscall-eabi.os
    CC libc/sysdeps/linux/common/syscall.os
libc/libc_so.a(syscall.os): In function `syscall':
syscall.c:(.text+0x0): multiple definition of `syscall'
libc/libc_so.a(syscall-eabi.os):(.text+0x0): first defined here

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/arm/Makefile.arch
libc/sysdeps/linux/common/Makefile.in