From 698815f954934077da514362189e3a8f3714a2b8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 8 Aug 2002 07:54:16 +0000 Subject: Disable unused unifed stuff -Erik --- libc/sysdeps/linux/i960/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/i960/Makefile b/libc/sysdeps/linux/i960/Makefile index 83ca37213..cf192b242 100644 --- a/libc/sysdeps/linux/i960/Makefile +++ b/libc/sysdeps/linux/i960/Makefile @@ -36,9 +36,6 @@ CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) endif SSRC=clone.S _mmap.S setjmp.S vfork.S -ifeq ($(UNIFIED_SYSCALL),true) - SSRC += __uClibc_syscall.S -endif SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC= -- cgit v1.2.3