source: rtems/c/src/exec/score/cpu/no_cpu/ChangeLog @ 7273b6e

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

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 2.1 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        * Makefile.am: Remove AUTOMAKE_OPTIONS.
7
82002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * rtems/Makefile.am: Removed.
11        * rtems/score/Makefile.am: Removed.
12        * configure.ac: Reflect changes above.
13        * Makefile.am: Reflect changes above.
14
152001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Add multilib support.
18
192001-11-28      Joel Sherrill <joel@OARcorp.com>,
20
21        This was tracked as PR91.
22        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
23        is used to specify if the port uses the standard macro for this (FALSE).
24        A TRUE setting indicates the port provides its own implementation.
25
262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
29        * configure.in: Remove.
30        * configure.ac: New file, generated from configure.in by autoupdate.
31
322001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
35        * Makefile.am: Use 'PREINSTALL_FILES ='.
36
372001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am, rtems/score/Makefile.am:
40        Apply include_*HEADERS instead of H_FILES.
41
422001-01-03      Joel Sherrill <joel@OARcorp.com>
43
44        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
45
462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
49
502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
53
542000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
57        Switch to GNU canonicalization.
58
592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Include compile.am.
62
632000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * rtems/score/no_cpu.h: Modified so there are fewer and
66        more consistent variations on "no cpu" so it is easier
67        to sed the source as the starting point for a new port.
68
692000-08-10      Joel Sherrill <joel@OARcorp.com>
70
71        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.