source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ ee64711

4.104.114.84.95
Last change on this file since ee64711 was ee64711, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:39:18

2002-08-11 Ralf Corsepius <corsepiu@…>

  • m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
    • mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
    • mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
    • shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
10
112002-08-06      Joel Sherrill <joel@OARcorp.com>
12
13        * configure.ac: Be more specific about looking at CPU32 and CPU32+
14        CPU model names so we can turn on the best compile of memcpy.c.
15
162002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Replace mcpu32 by mcpu32p conditional.
19        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
20
212002-08-05      Joel Sherrill <joel@OARcorp.com>
22
23        * Per PR260 eliminate use of make-target-options.  This impacted
24        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
25        SuperCore and required that the m68k optimized memcpy be moved
26        to libcpu.
27        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
28        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
29        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
30
312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac:
34        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
35        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
36        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
41
422001-10-26      Joel Sherrill <joel@OARcorp.com>
43
44        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
45
462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
49        * configure.in: Remove.
50        * configure.ac: New file, generated from configure.in by autoupdate.
51
522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
55        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
56
572001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
60        Apply include_*HEADERS instead of H_FILES.
61
622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
65
662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
69
702000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
73        Switch to GNU canonicalization.
74
752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
78        compile.am
79
802000-08-10      Joel Sherrill <joel@OARcorp.com>
81
82        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.