source: rtems/c/src/ChangeLog @ 539e266e

4.104.114.84.95
Last change on this file since 539e266e was 539e266e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/08/03 at 05:34:35

2003-08-08 Ralf Corsepius <corsepiu@…>

  • lib/Makefile.am: New (Required by 'make dist').
  • lib/ChangeLog: Remove.
  • lib/.cvsignore: Cleanup.
  • configure.ac: Reflect having added lib/Makefile.am.
  • Property mode set to 100644
File size: 9.9 KB
Line 
12003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * lib/Makefile.am: New (Required by 'make dist').
4        * lib/ChangeLog: Remove.
5        * lib/.cvsignore: Cleanup.
6        * configure.ac: Reflect having added lib/Makefile.am.
7
82003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Merge-in lib/libcpu/configure.ac.
11        Merge-in lib/libbsp/configure.ac.
12
132003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
16
172003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Merge-in librdbg/configure.ac.
20
212003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Merge-in libnetworking/configure.ac.
24        Merge-in parts of librdbg/configure.ac.
25
262003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Merge-in libchip/configure.ac.
29        Merge-in optman/configure.ac.
30
312003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * support/version.c: Reflect having remove "rtems-" from
34        RTEMS_VERSION.
35
362003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove support for profile-variant.
39
402003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Add libide.a.
43
442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove AC_CONFIG_AUX_DIR.
47
482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Add support/.
51        * support/.cvsignore: New.
52        * support/Makefile.am: New.
53        * support/version.c: New.
54        * wrapup/Makefile.am: Add support/libsupport.a.
55
562003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Use SRC += instead of make-vars.
59
602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
63
642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AC_PREREQ(2.57).
67
682003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71
722002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
75        Let all-local: depend on $(LIB).
76
772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Remove libmisc.
80
812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove libmisc.
84
852002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
88        Resort cache-checking.
89
902002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
93
942002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
97        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
98        ac_configure_args.
99
1002002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
103        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
104
1052002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
108        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
109        Fix braino in comment on "exec".
110        Extend --enable-ada handling.
111
1122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * .cvsignore: Reformat.
115        Add autom4te*cache.
116        Remove autom4te.cache.
117        * wrapup/.cvsignore: Remove autom4te.cache.
118
1192002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
122
1232002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Add ada-tests.
126
1272002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Add preinstall-stamp.
130
1312002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        Posix-BSP-Hacks:
134        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
135        Pass RTEMS_HOST to make/bsp.mak
136        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
137        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
138
1392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
142
1432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Add BSP_SUBDIRS.
146        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
147
1482002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
151        Cosmetic cleanups.
152
1532002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
156        ../libchip/serial/$(ARCH)/libserialio.a.
157
1582002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Add rtems_makedir.
161
1622002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Merge wrapup/configure.ac.
165        Cosmetic cleanups.
166        * Makefile.am: Add wrapup-SUBDIR.
167        * wrapup/ChangeLog: Remove.
168        * wrapup/configure.ac: Remove.
169
1702002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
173        creation (Make the bare BSP happy).
174        * configure.ac: Ditto.
175
1762002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Create make/@RTEMS_BSP@.cache.
179        Handle make/custom/*.cfgs.
180        Create make/custom/default.cfg.
181        * configure.ac: Add creation of make/custon/*.cfg.
182        Create make/${RTEMS_BSP}.cache.
183        Read make/${RTEMS_BSP}.cache
184
1852002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Clean $(PROJECT_RELEASE).
188
1892002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * acinclude.m4: Add test "$multilib" != "yes".
192        * config-ml.in: Remove.
193
1942002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * acinclude.m4: Cleanups.
197        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
198        ${srcdir}/exec/.
199        Further adaptations to autoconf >= 2.50.
200
2012002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * acinclude.m4: New.
204        * Makefile.am: Remove tar-installation.
205        Prepend @exec@ to SUBDIRS.
206        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
207        Add RTEMS_ENABLE_MULTIPROCESSING.
208        Add RTEMS_CONFIG_SUBDIR([exec]...).
209
2102002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Remove librpc.
213
2142002-06-25      Joel Sherrill <joel@OARcorp.com>
215
216        * Per PR233, moved librpc to exec.
217        * configure.ac, wrapup/Makefile.am: Modified.
218        * librpc, librpc/ChangeLog: Removed.
219
2202002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
223
2242002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Remove lib.
227
2282002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * config-ml.in: Take out arm and sh variants RTEMS does not support.
231
2322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac:
235        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
236        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
237        * Makefile.am: Remove AUTOMAKE_OPTIONS.
238
2392002-02-28      Victor V. Vengerov <vvv@oktet.ru>
240
241        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
242        * configure.ac: Modified to reflect addition.
243
2442002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
247        AC_CONFIG_COMMANDS.
248
2492001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
252
2532001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
256        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
257        autoconf-2.52 happy.
258
2592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
262        * configure.in: Remove.
263        * configure.ac: New file, generated from configure.in by autoupdate.
264
2652001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
268
2692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
272
2732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
276
2772000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.in: Switch to GNU-canonicalization.
280        * Makefile.am: Reflect changes to configure.in.
281        * acinclude.m4: Remove.
282
2832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.in: add lib/libbsp to the GNU canonicalized
286        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
287        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
288        * ChangeLog: Fix typos.
289
2902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.in: add tests to the GNU canonicalized subdirectories.
293
2942000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
297
2982000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.in: add lib to the GNU canonicalized subdirectories,
301        make the lib directory before configuring lib/.
302
3032000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.in, Makefile.am: add exec to the GNU canonicalized
306        subdirectories.
307
3082000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
311
3122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.in: add libnetworking, librpc and librdb to the GNU
315        canonicalized subdirectories.
316 
3172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.in: add libmisc and libchip to the GNU canonicalized
320        subdirectories.
321
3222000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
325        canonicalization to libfs/.
326        The approach is currently a bit of a hack as GNU canonicalization
327        does not support the per-BSP build some of the other directories
328        require.  As more of the tree is converted, this will become less
329        of an issue.
330
3312000-10-18      Joel Sherrill <joel@OARcorp.com>
332
333        * wrapup/Makefile.am: Added libfs.
334
3352000-10-18       Chris Johns <ccj@acm.org>
336
337        * libfs created.
338        * configure.in: Added libfs subdirectory.
339
3402000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
343        RTEMS_CANONICALIZE_TOOLS.
344
3452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * wrapup/Makefile.am: Include compile.am.
348
3492000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
352
3532000-08-10      Joel Sherrill <joel@OARcorp.com>
354
355        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.