Changeset 4deeca3 in rtems
- Timestamp:
- 08/05/02 19:05:47 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bf1f6531
- Parents:
- 3f5480c
- Location:
- cpukit/score/cpu/m68k
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/m68k/ChangeLog
r3f5480c r4deeca3 1 2002-08-05 Joel Sherrill <joel@OARcorp.com> 2 3 * Per PR260 eliminate use of make-target-options. This impacted 4 RTEMS allowing a distinction between the CPU32 and CPU32+ in the 5 SuperCore and required that the m68k optimized memcpy be moved 6 to libcpu. 7 * memcpy.c: Moved to libcpu. 8 * Makefile.am: Modified to reflect above. 9 1 10 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11 -
cpukit/score/cpu/m68k/Makefile.am
r3f5480c r4deeca3 32 32 $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) 33 33 34 C_FILES = cpu.c memcpy.c34 C_FILES = cpu.c 35 35 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 36 36 … … 48 48 $(TMPINSTALL_FILES) 49 49 50 EXTRA_DIST = cpu.c cpu_asm.S memcpy.c50 EXTRA_DIST = cpu.c cpu_asm.S 51 51 52 52 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.