source: rtems/c/src/lib/libbsp/unix/posix/ChangeLog @ 2595580

4.104.114.84.95
Last change on this file since 2595580 was 2595580, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/05/02 at 07:27:51

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

  • configure.ac: Unconditionally check for CXX (Hack to bug in autoconf > 2.54).
  • Property mode set to 100644
File size: 3.5 KB
Line 
12002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Unconditionally check for CXX (Hack to bug in
4        autoconf > 2.54).
5
62002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * .cvsignore: Reformat.
9        Add autom4te*cache.
10        Remove autom4te.cache.
11
122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
20
212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
24        Remove $(OBJS) from all-local.
25
262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
29
302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac:
33        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
34        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
35        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
43
442001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
47
482001-11-07      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/Makefile.am: Do NOT use the standard bootcard.c.
51        NOTE: With this fix all test including the mptest ran as expected.
52
532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
56        * configure.in: Remove.
57        * configure.ac: New file, generated from configure.in by autoupdate.
58
592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * include/Makefile.am: Use 'CLEANFILES ='.
62        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
63
642001-08-17      Joel Sherrill <joel@OARcorp.com>
65
66        * include/Makefile.am: Include coverhd.h so tmtests will compile.
67
682001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.in: Add bspopts.h.
71        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
72        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
73        * include/bsp.h: Include bspopts.h.
74
752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
76
77        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
78
792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
82
832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
86
872000-11-01      Joel Sherrill <joel@OARcorp.com>
88
89        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
90        and libcsupport.h moved from libc to lib/include/rtems and
91        now must be referenced as <rtems/XXX.h>.   Header file order
92        was cleaned up while doing this.
93
942000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * bsp_specs: Add qnolinkcmds.
97
982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
101        Switch to GNU canonicalization.
102
1032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
106        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
107        compile.am
108
1092000-08-10      Joel Sherrill <joel@OARcorp.com>
110
111        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.