Explorar el Código

Disable unused unifed stuff
-Erik

Eric Andersen hace 23 años
padre
commit
698815f954
Se han modificado 1 ficheros con 0 adiciones y 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=