Changeset 4deeca3 in rtems


Ignore:
Timestamp:
08/05/02 19:05:47 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bf1f6531
Parents:
3f5480c
Message:

2002-08-05 Joel Sherrill <joel@…>

  • Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu.
  • memcpy.c: Moved to libcpu.
  • Makefile.am: Modified to reflect above.
Location:
cpukit/score/cpu/m68k
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/m68k/ChangeLog

    r3f5480c r4deeca3  
     12002-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
    1102002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    211
  • cpukit/score/cpu/m68k/Makefile.am

    r3f5480c r4deeca3  
    3232    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3333
    34 C_FILES = cpu.c memcpy.c
     34C_FILES = cpu.c
    3535C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    3636
     
    4848    $(TMPINSTALL_FILES)
    4949
    50 EXTRA_DIST = cpu.c cpu_asm.S memcpy.c
     50EXTRA_DIST = cpu.c cpu_asm.S
    5151
    5252include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.