source: rtems/c/src/ChangeLog @ bac8dd48

4.104.114.84.95
Last change on this file since bac8dd48 was f21ccd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/09/02 at 07:50:05

2002-08-09 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache creation (Make the bare BSP happy).
  • configure.ac: Ditto.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache
4        creation (Make the bare BSP happy).
5        * configure.ac: Ditto.
6
72002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Create make/@RTEMS_BSP@.cache.
10        Handle make/custom/*.cfgs.
11        Create make/custom/default.cfg.
12        * configure.ac: Add creation of make/custon/*.cfg.
13        Create make/${RTEMS_BSP}.cache.
14        Read make/${RTEMS_BSP}.cache
15
162002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Clean $(PROJECT_RELEASE).
19
202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * acinclude.m4: Add test "$multilib" != "yes".
23        * config-ml.in: Remove.
24
252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * acinclude.m4: Cleanups.
28        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
29        ${srcdir}/exec/.
30        Further adaptations to autoconf >= 2.50.
31
322002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * acinclude.m4: New.
35        * Makefile.am: Remove tar-installation.
36        Prepend @exec@ to SUBDIRS.
37        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
38        Add RTEMS_ENABLE_MULTIPROCESSING.
39        Add RTEMS_CONFIG_SUBDIR([exec]...).
40
412002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove librpc.
44
452002-06-25      Joel Sherrill <joel@OARcorp.com>
46
47        * Per PR233, moved librpc to exec.
48        * configure.ac, wrapup/Makefile.am: Modified.
49        * librpc, librpc/ChangeLog: Removed.
50
512002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
54
552002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove lib.
58
592002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * config-ml.in: Take out arm and sh variants RTEMS does not support.
62
632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac:
66        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
67        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
68        * Makefile.am: Remove AUTOMAKE_OPTIONS.
69
702002-02-28      Victor V. Vengerov <vvv@oktet.ru>
71
72        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
73        * configure.ac: Modified to reflect addition.
74
752002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
78        AC_CONFIG_COMMANDS.
79
802001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
83
842001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
87        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
88        autoconf-2.52 happy.
89
902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
93        * configure.in: Remove.
94        * configure.ac: New file, generated from configure.in by autoupdate.
95
962001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
99
1002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
103
1042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
107
1082000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.in: Switch to GNU-canonicalization.
111        * Makefile.am: Reflect changes to configure.in.
112        * acinclude.m4: Remove.
113
1142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.in: add lib/libbsp to the GNU canonicalized
117        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
118        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
119        * ChangeLog: Fix typos.
120
1212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.in: add tests to the GNU canonicalized subdirectories.
124
1252000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
128
1292000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.in: add lib to the GNU canonicalized subdirectories,
132        make the lib directory before configuring lib/.
133
1342000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.in, Makefile.am: add exec to the GNU canonicalized
137        subdirectories.
138
1392000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
142
1432000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.in: add libnetworking, librpc and librdb to the GNU
146        canonicalized subdirectories.
147 
1482000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.in: add libmisc and libchip to the GNU canonicalized
151        subdirectories.
152
1532000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
156        canonicalization to libfs/.
157        The approach is currently a bit of a hack as GNU canonicalization
158        does not support the per-BSP build some of the other directories
159        require.  As more of the tree is converted, this will become less
160        of an issue.
161
1622000-10-18      Joel Sherrill <joel@OARcorp.com>
163
164        * wrapup/Makefile.am: Added libfs.
165
1662000-10-18       Chris Johns <ccj@acm.org>
167
168        * libfs created.
169        * configure.in: Added libfs subdirectory.
170
1712000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
174        RTEMS_CANONICALIZE_TOOLS.
175
1762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * wrapup/Makefile.am: Include compile.am.
179
1802000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
183
1842000-08-10      Joel Sherrill <joel@OARcorp.com>
185
186        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.