Explorar o código

Disable unused unifed stuff
-Erik

Eric Andersen %!s(int64=23) %!d(string=hai) anos
pai
achega
698815f954
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      libc/sysdeps/linux/i960/Makefile

+ 0 - 3
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=