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

4.104.114.84.95
Last change on this file since 2567546 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * bsp_specs: Added support for -nostdlibs.
10
112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
19
202002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
23
242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
27        Remove $(OBJS) from all-local.
28
292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
32
332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac:
36        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
37        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
38        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
46
472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
50
512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
54        * configure.in: Remove.
55        * configure.ac: New file, generated from configure.in by autoupdate.
56
572001-09-27      Joel Sherrill <joel@OARcorp.com>
58
59        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
60        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
61
622001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * include/Makefile.am: Use 'CLEANFILES ='.
65        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
66
672001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.in: Add bspopts.h.
70        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
71        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
72        * include/bsp.h: Include bspopts.h.
73
742001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
75
76        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
77
782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
81
822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
85
862000-11-01      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
89        and libcsupport.h moved from libc to lib/include/rtems and
90        now must be referenced as <rtems/XXX.h>.   Header file order
91        was cleaned up while doing this.
92
932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
96        Switch to GNU canonicalization.
97
982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
101        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
102        compile.am
103
1042000-08-10      Joel Sherrill <joel@OARcorp.com>
105
106        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.