source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog @ a342f8f

4.104.114.84.95
Last change on this file since a342f8f was a342f8f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 05:45:35

2003-01-15 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12
132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Reformat.
16        Add autom4te*cache.
17        Remove autom4te.cache.
18
192002-08-21      Joel Sherrill <joel@OARcorp.com>
20
21        * bsp_specs: Added support for -nostdlibs.
22
232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
31
322002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
35
362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
39        Remove $(OBJS) from all-local.
40
412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
44
452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
58
592001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
62
632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
66        * configure.in: Remove.
67        * configure.ac: New file, generated from configure.in by autoupdate.
68
692001-09-27      Joel Sherrill <joel@OARcorp.com>
70
71        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
72        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
73
742001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * include/Makefile.am: Use 'CLEANFILES ='.
77        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
78
792001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.in: Add bspopts.h.
82        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
83        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
84        * include/bsp.h: Include bspopts.h.
85
862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
87
88        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
89
902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
93
942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
97
982000-11-01      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
101        and libcsupport.h moved from libc to lib/include/rtems and
102        now must be referenced as <rtems/XXX.h>.   Header file order
103        was cleaned up while doing this.
104
1052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
108        Switch to GNU canonicalization.
109
1102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
113        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
114        compile.am
115
1162000-08-10      Joel Sherrill <joel@OARcorp.com>
117
118        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.