diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-08 07:54:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-08 07:54:16 +0000 |
commit | 698815f954934077da514362189e3a8f3714a2b8 (patch) | |
tree | 89cd504389b7714bfd9550aafe646a012dbbb38c | |
parent | 242e9fa2e72650a617721457e203ef43d97a53da (diff) |
Disable unused unifed stuff
-Erik
-rw-r--r-- | libc/sysdeps/linux/i960/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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= |