From 773890639c8987212f7a3722fca23303b933bad7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 12 Jun 1998 21:12:12 +0000 Subject: Added optimized version of memcpy.c to this directory since RTEMS makes important distinctions between CPU models which are not made by gcc. These distinctions help give us a more optimized memcpy(). This is important for message queues and KA9Q. --- c/src/exec/score/cpu/m68k/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu/m68k/Makefile.in') diff --git a/c/src/exec/score/cpu/m68k/Makefile.in b/c/src/exec/score/cpu/m68k/Makefile.in index e95602eb98..d4ceea302e 100644 --- a/c/src/exec/score/cpu/m68k/Makefile.in +++ b/c/src/exec/score/cpu/m68k/Makefile.in @@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@ RELS=$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c -C_PIECES=cpu +C_PIECES=cpu memcpy C_FILES=$(C_PIECES:%=%.c) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) -- cgit v1.2.3