source: rtems/cpukit/ChangeLog @ b3afc0f

4.104.114.84.95
Last change on this file since b3afc0f was cb9b2bfc, checked in by Joel Sherrill <joel.sherrill@…>, on 04/16/02 at 13:53:23

2002-04-14 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove ENABLE_GCC28.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove ENABLE_GCC28.
4
52002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
8
92002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:
12        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
13        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
14        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
17
182001-01-17      Joel Sherrill <joel@OARcorp.com>
19
20        * ChangeLog: Deleted duplicate blank line.
21
222002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
25        ITRON_SUBDIRS.
26        * configure.ac: Rework enable_unixlib handling.
27        Add RTEMS_MULTILIBS to cpuopts.h.
28        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
29        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
30
312002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * wrapup/Makefile.am: Add install-hook.
34        Remove SIZE_RTEMS.
35        * include/rtems/fs.h: New, extracted from libio_.h.
36        * include/rtems/userenv.h: New. extracted from libio_.h.
37
382002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Readded reference to wrapup.
41
422002-01-06      Joel Sherrill <joel@OARcorp.com>
43
44        * wrapup/.cvsignore: Readded.
45        * include/.cvsignore: New file.
46
472002-01-04      Joel Sherrill <joel@OARcorp.com>
48
49        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
50
512001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Use AS_IF instead of if/then/else.
54        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
55        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
56        Add include/Makefile to CONFIG_FILES.
57        Add AC_ENABLE_MULITLIB.
58        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
59        Remove */optman/Makefile from CONFIG_FILES.
60        * Makefile.am: Add include to SUBDIRS.
61        * rtems/Makefile.am: Remove optman from SUBDIRS.
62        * sapi/Makefile.am: Remove optman from SUBDIRS.
63        * include/Makefile.am: New file.
64        * include/rtems/bspIo.h: Relocated from lib/include.
65        * include/rtems/libio_.h: Relocated from lib/include.
66
672001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/posix/Makefile.am: Add multilib support.
70        * wrapup/itron/Makefile.am: Add multilib support.
71        * wrapup/rtems/Makefile.am: Add multilib support.
72        * Makefile.am: Add multilib support.
73
742001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
77
782001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
81        Reflect changes to configuration of rtems, score and sapi subdirs.
82        * Makefile.am: require automake-1.5.
83
842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
87        * configure.in: Remove.
88        * configure.ac: New file, generated from configure.in by autoupdate.
89
902001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
93
942001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
97
982001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
101
1022000-12-01      Joel Sherrill <joel@OARcorp.com>
103
104        * configure.in: Removed error check for enabling macros with
105        either POSIX or ITRON API.
106
1072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
110
1112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
114
1152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
118        Switch to GNU canonicalization.
119
1202000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
123
1242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
127        wrapup/rtems/Makefile.am: Include compile.am
128
1292000-08-10      Joel Sherrill <joel@OARcorp.com>
130
131        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.