source: rtems/c/src/ChangeLog @ 6fea3824

4.104.114.84.95
Last change on this file since 6fea3824 was 028792e8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/06/02 at 11:22:05

2002-12-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
4
52002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
8        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
9        ac_configure_args.
10
112002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
14        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
15
162002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
19        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
20        Fix braino in comment on "exec".
21        Extend --enable-ada handling.
22
232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * .cvsignore: Reformat.
26        Add autom4te*cache.
27        Remove autom4te.cache.
28        * wrapup/.cvsignore: Remove autom4te.cache.
29
302002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
33
342002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Add ada-tests.
37
382002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Add preinstall-stamp.
41
422002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        Posix-BSP-Hacks:
45        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
46        Pass RTEMS_HOST to make/bsp.mak
47        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
48        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
49
502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
53
542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Add BSP_SUBDIRS.
57        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
58
592002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
62        Cosmetic cleanups.
63
642002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
67        ../libchip/serial/$(ARCH)/libserialio.a.
68
692002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add rtems_makedir.
72
732002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Merge wrapup/configure.ac.
76        Cosmetic cleanups.
77        * Makefile.am: Add wrapup-SUBDIR.
78        * wrapup/ChangeLog: Remove.
79        * wrapup/configure.ac: Remove.
80
812002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
84        creation (Make the bare BSP happy).
85        * configure.ac: Ditto.
86
872002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Create make/@RTEMS_BSP@.cache.
90        Handle make/custom/*.cfgs.
91        Create make/custom/default.cfg.
92        * configure.ac: Add creation of make/custon/*.cfg.
93        Create make/${RTEMS_BSP}.cache.
94        Read make/${RTEMS_BSP}.cache
95
962002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Clean $(PROJECT_RELEASE).
99
1002002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * acinclude.m4: Add test "$multilib" != "yes".
103        * config-ml.in: Remove.
104
1052002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * acinclude.m4: Cleanups.
108        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
109        ${srcdir}/exec/.
110        Further adaptations to autoconf >= 2.50.
111
1122002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * acinclude.m4: New.
115        * Makefile.am: Remove tar-installation.
116        Prepend @exec@ to SUBDIRS.
117        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
118        Add RTEMS_ENABLE_MULTIPROCESSING.
119        Add RTEMS_CONFIG_SUBDIR([exec]...).
120
1212002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Remove librpc.
124
1252002-06-25      Joel Sherrill <joel@OARcorp.com>
126
127        * Per PR233, moved librpc to exec.
128        * configure.ac, wrapup/Makefile.am: Modified.
129        * librpc, librpc/ChangeLog: Removed.
130
1312002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
134
1352002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Remove lib.
138
1392002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * config-ml.in: Take out arm and sh variants RTEMS does not support.
142
1432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac:
146        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
147        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
148        * Makefile.am: Remove AUTOMAKE_OPTIONS.
149
1502002-02-28      Victor V. Vengerov <vvv@oktet.ru>
151
152        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
153        * configure.ac: Modified to reflect addition.
154
1552002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
158        AC_CONFIG_COMMANDS.
159
1602001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
163
1642001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
167        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
168        autoconf-2.52 happy.
169
1702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
173        * configure.in: Remove.
174        * configure.ac: New file, generated from configure.in by autoupdate.
175
1762001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
179
1802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
183
1842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
187
1882000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.in: Switch to GNU-canonicalization.
191        * Makefile.am: Reflect changes to configure.in.
192        * acinclude.m4: Remove.
193
1942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.in: add lib/libbsp to the GNU canonicalized
197        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
198        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
199        * ChangeLog: Fix typos.
200
2012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.in: add tests to the GNU canonicalized subdirectories.
204
2052000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
208
2092000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.in: add lib to the GNU canonicalized subdirectories,
212        make the lib directory before configuring lib/.
213
2142000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.in, Makefile.am: add exec to the GNU canonicalized
217        subdirectories.
218
2192000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
222
2232000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.in: add libnetworking, librpc and librdb to the GNU
226        canonicalized subdirectories.
227 
2282000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.in: add libmisc and libchip to the GNU canonicalized
231        subdirectories.
232
2332000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
236        canonicalization to libfs/.
237        The approach is currently a bit of a hack as GNU canonicalization
238        does not support the per-BSP build some of the other directories
239        require.  As more of the tree is converted, this will become less
240        of an issue.
241
2422000-10-18      Joel Sherrill <joel@OARcorp.com>
243
244        * wrapup/Makefile.am: Added libfs.
245
2462000-10-18       Chris Johns <ccj@acm.org>
247
248        * libfs created.
249        * configure.in: Added libfs subdirectory.
250
2512000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
254        RTEMS_CANONICALIZE_TOOLS.
255
2562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * wrapup/Makefile.am: Include compile.am.
259
2602000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
263
2642000-08-10      Joel Sherrill <joel@OARcorp.com>
265
266        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.