source: rtems/c/src/ChangeLog @ 57d673c

4.104.114.84.95
Last change on this file since 57d673c was 1ca7bc9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 07:50:43

2003-12-02 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile, libchip/serial/Makefile, libchip/rtc/Makefile.
  • Property mode set to 100644
File size: 17.2 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
4        libchip/serial/Makefile, libchip/rtc/Makefile.
5
62003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * support/Makefile.am: Remove all-local: $(ARCH).
9        * wrapup/Makefile.am: Remove all-local: $(ARCH).
10
112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
14
152003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * aclocal/lead-dot.m4: New (from automake-1.7f).
18        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
19        Add AC_SUBST(dirstamp).
20
212003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
24        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
25        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
26        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
27        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
28        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
29        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
30        aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4,
31        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
32        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
33        aclocal/i386-gas-code16.m4, aclocal/multilib.m4,
34        aclocal/path-ksh.m4, aclocal/prog-cc.m4,
35        aclocal/prog-cxx.m4, aclocal/project-root.m4,
36        aclocal/rtems-top.m4, aclocal/target.m4,
37        aclocal/tool-paths.m4:
38        Fix underquoting to silence automake-1.8.
39
402003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Reflect having moved tests to ../../testsuites.
43
442003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * aclocal/bsp-configure.m4: AC_PREREQ(2.57).
47        Remove RTEMS_CANONICAL_HOST.
48
492003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * aclocal/canonical-host.m4: Remove.
52        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
53
542003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_CANONICAL_HOST.
57
582003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/check-cpu.m4: Remove.
61        * configure.ac: Merge-in former aclocal/check-cpu.m4.
62
632003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * aclocal/canonical-target-name.m4: Add m4-quotes.
66        * aclocal/check-cxx.m4: Add m4-quotes.
67        Don't require RTEMS_CHECK_CPU.
68        * aclocal/check-multiprocessing.m4: Add m4-quotes.
69        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
70        * aclocal/check-networking.m4: Add m4-quotes.
71        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
72        * aclocal/check-posix.m4: Add m4-quotes.
73        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
74        * aclocal/check-rdbg.m4: Add m4-quotes.
75        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
76
772003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
80        * aclocal/bsp-alias.m4: Remove.
81
822003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Make presence of tests/ optional.
85
862003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * aclocal/path-perl.m4: Remove (Unused).
89
902003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * automake/force-preinstall.am: Remove.
93
942003-09-04      Joel Sherrill <joel@OARcorp.com>
95
96        * lib/libcpu/shared/include/cache.h,
97        lib/libcpu/shared/src/cache_aligned_malloc.c,
98        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
99        license changed.
100
1012003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * aclocal/rtems-top.m4: Add RTEMS_API.
104        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
105
1062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * aclocal/check-itron.m4: Remove.
109        * aclocal/enable-inlines.m4: Remove.
110
1112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Reflect having moved aclocal/.
114
1152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
118        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
119        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
120        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
121        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
122        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
123        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
124        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
125        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
126        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
127        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
128        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
129        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
130        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
131        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
132        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
133        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
134        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
135        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
136        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
137        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
138        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
139        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
140        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
141        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
142        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
143        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
144        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
145        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
146        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
147        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
148        * aclocal/multilib.m4: New (Copied from ../../aclocal).
149        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
150        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
151        * aclocal/ppc.m4: New (Copied from ../../aclocal).
152        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
153        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
154        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
155        * aclocal/project-root.m4: New (Copied from ../../aclocal).
156        * aclocal/quoting.m4: New (Copied from ../../aclocal).
157        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
158        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
159        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
160        * aclocal/target.m4: New (Copied from ../../aclocal).
161        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
162        * aclocal/version.m4: New (Copied from ../../aclocal).
163
1642003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove stray comments.
167        * automake/local.am, automake/host.am: Remove "debug".
168
1692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Reflect having moved automake/.
172        * lib/Makefile.am: Reflect having moved automake/.
173        * support/Makefile.am: Reflect having moved automake/.
174        * wrapup/Makefile.am: Reflect having moved automake/.
175
1762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * automake/compile.am, automake/force-preinstall.am,
179        automake/host.am, automake/lib.am, automake/local.am,
180        automake/subdirs.am: New (copied from ../../automake).
181
1822003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Add bsp.pc.in
185        * bsp.pc.in: New (pkgconfig support).
186
1872003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
190
1912003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * lib/Makefile.am: New (Required by 'make dist').
194        * lib/ChangeLog: Remove.
195        * lib/.cvsignore: Cleanup.
196        * configure.ac: Reflect having added lib/Makefile.am.
197
1982003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Merge-in lib/libcpu/configure.ac.
201        Merge-in lib/libbsp/configure.ac.
202
2032003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
206
2072003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Merge-in librdbg/configure.ac.
210
2112003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Merge-in libnetworking/configure.ac.
214        Merge-in parts of librdbg/configure.ac.
215
2162003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Merge-in libchip/configure.ac.
219        Merge-in optman/configure.ac.
220
2212003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * support/version.c: Reflect having remove "rtems-" from
224        RTEMS_VERSION.
225
2262003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Remove support for profile-variant.
229
2302003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * wrapup/Makefile.am: Add libide.a.
233
2342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Remove AC_CONFIG_AUX_DIR.
237
2382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Add support/.
241        * support/.cvsignore: New.
242        * support/Makefile.am: New.
243        * support/version.c: New.
244        * wrapup/Makefile.am: Add support/libsupport.a.
245
2462003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Use SRC += instead of make-vars.
249
2502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
253
2542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: AC_PREREQ(2.57).
257
2582003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261
2622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
265        Let all-local: depend on $(LIB).
266
2672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Remove libmisc.
270
2712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Remove libmisc.
274
2752002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
278        Resort cache-checking.
279
2802002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
283
2842002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
287        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
288        ac_configure_args.
289
2902002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
293        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
294
2952002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
298        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
299        Fix braino in comment on "exec".
300        Extend --enable-ada handling.
301
3022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * .cvsignore: Reformat.
305        Add autom4te*cache.
306        Remove autom4te.cache.
307        * wrapup/.cvsignore: Remove autom4te.cache.
308
3092002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
312
3132002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Add ada-tests.
316
3172002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Add preinstall-stamp.
320
3212002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        Posix-BSP-Hacks:
324        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
325        Pass RTEMS_HOST to make/bsp.mak
326        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
327        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
328
3292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
332
3332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Add BSP_SUBDIRS.
336        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
337
3382002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
341        Cosmetic cleanups.
342
3432002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
346        ../libchip/serial/$(ARCH)/libserialio.a.
347
3482002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Add rtems_makedir.
351
3522002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Merge wrapup/configure.ac.
355        Cosmetic cleanups.
356        * Makefile.am: Add wrapup-SUBDIR.
357        * wrapup/ChangeLog: Remove.
358        * wrapup/configure.ac: Remove.
359
3602002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
363        creation (Make the bare BSP happy).
364        * configure.ac: Ditto.
365
3662002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Create make/@RTEMS_BSP@.cache.
369        Handle make/custom/*.cfgs.
370        Create make/custom/default.cfg.
371        * configure.ac: Add creation of make/custon/*.cfg.
372        Create make/${RTEMS_BSP}.cache.
373        Read make/${RTEMS_BSP}.cache
374
3752002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Clean $(PROJECT_RELEASE).
378
3792002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * acinclude.m4: Add test "$multilib" != "yes".
382        * config-ml.in: Remove.
383
3842002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * acinclude.m4: Cleanups.
387        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
388        ${srcdir}/exec/.
389        Further adaptations to autoconf >= 2.50.
390
3912002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * acinclude.m4: New.
394        * Makefile.am: Remove tar-installation.
395        Prepend @exec@ to SUBDIRS.
396        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
397        Add RTEMS_ENABLE_MULTIPROCESSING.
398        Add RTEMS_CONFIG_SUBDIR([exec]...).
399
4002002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Remove librpc.
403
4042002-06-25      Joel Sherrill <joel@OARcorp.com>
405
406        * Per PR233, moved librpc to exec.
407        * configure.ac, wrapup/Makefile.am: Modified.
408        * librpc, librpc/ChangeLog: Removed.
409
4102002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
413
4142002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Remove lib.
417
4182002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * config-ml.in: Take out arm and sh variants RTEMS does not support.
421
4222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac:
425        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
426        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
427        * Makefile.am: Remove AUTOMAKE_OPTIONS.
428
4292002-02-28      Victor V. Vengerov <vvv@oktet.ru>
430
431        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
432        * configure.ac: Modified to reflect addition.
433
4342002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
437        AC_CONFIG_COMMANDS.
438
4392001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
442
4432001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
446        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
447        autoconf-2.52 happy.
448
4492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
452        * configure.in: Remove.
453        * configure.ac: New file, generated from configure.in by autoupdate.
454
4552001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
458
4592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
462
4632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
466
4672000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.in: Switch to GNU-canonicalization.
470        * Makefile.am: Reflect changes to configure.in.
471        * acinclude.m4: Remove.
472
4732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.in: add lib/libbsp to the GNU canonicalized
476        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
477        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
478        * ChangeLog: Fix typos.
479
4802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.in: add tests to the GNU canonicalized subdirectories.
483
4842000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
487
4882000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.in: add lib to the GNU canonicalized subdirectories,
491        make the lib directory before configuring lib/.
492
4932000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.in, Makefile.am: add exec to the GNU canonicalized
496        subdirectories.
497
4982000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
501
5022000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.in: add libnetworking, librpc and librdb to the GNU
505        canonicalized subdirectories.
506 
5072000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.in: add libmisc and libchip to the GNU canonicalized
510        subdirectories.
511
5122000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
515        canonicalization to libfs/.
516        The approach is currently a bit of a hack as GNU canonicalization
517        does not support the per-BSP build some of the other directories
518        require.  As more of the tree is converted, this will become less
519        of an issue.
520
5212000-10-18      Joel Sherrill <joel@OARcorp.com>
522
523        * wrapup/Makefile.am: Added libfs.
524
5252000-10-18       Chris Johns <ccj@acm.org>
526
527        * libfs created.
528        * configure.in: Added libfs subdirectory.
529
5302000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
533        RTEMS_CANONICALIZE_TOOLS.
534
5352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * wrapup/Makefile.am: Include compile.am.
538
5392000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
542
5432000-08-10      Joel Sherrill <joel@OARcorp.com>
544
545        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.