Moved memcpy to newlib/libc/machine/m68k

This commit is contained in:
Joel Sherrill
1998-03-25 19:02:37 +00:00
parent c80add4623
commit 5e0fbcc15f

View File

@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
PGM=${ARCH}/startup.rel
# C source names, if any, go here -- minus the .c
C_PIECES=alloc360 bspclean bspstart init68360 main memcpy sbrk setvec
C_PIECES=alloc360 bspclean bspstart init68360 main sbrk setvec
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)