source: rtems/c/src/lib/libbsp/m68k/efi68k/ChangeLog @ bd5c21c5

4.104.114.84.95
Last change on this file since bd5c21c5 was bd5c21c5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:40:19

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 2.9 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
15
162001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
19        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
20
212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
24
252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
28        * configure.in: Remove.
29        * configure.ac: New file, generated from configure.in by autoupdate.
30
312001-09-27      Joel Sherrill <joel@OARcorp.com>
32
33        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
34
352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * include/Makefile.am: Use 'CLEANFILES ='.
38        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
39
402001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * include/Makefile.am: Fix typo in include_HEADERS.
43
442001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.in: Add bspopts.h.
47        * include/.cvsignore: Add bspopts.h*, stamp-h*.
48        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
49        * include/bsp.h: Include bspopts.h.
50
512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
52
53        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
54
552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
58
592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
62
632000-11-01      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
66        and libcsupport.h moved from libc to lib/include/rtems and
67        now must be referenced as <rtems/XXX.h>.   Header file order
68        was cleaned up while doing this.
69
702000-10-27      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-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
76
77        * startup/linkcmds: Added lines so DWARF debug information
78        would be available.  Otherwise gdb complains that the offsets
79        for the debug info are incorrect and doesn't load the files.
80
812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
84        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
85        wrapup/Makefile.am: Include compile.am
86
872000-08-10      Joel Sherrill <joel@OARcorp.com>
88
89        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.