source: rtems/c/src/ChangeLog @ 109d660

4.104.114.84.95
Last change on this file since 109d660 was 109d660, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/03 at 12:14:18

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

  • configure.ac: Reflect changes to librdbg.
  • Property mode set to 100644
File size: 17.7 KB
Line 
12003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Reflect changes to librdbg.
4
52003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Cosmetics.
8        * automake/lib.am: Add project_libdir.
9        Add preinstallation dirstamp support.
10
112003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * automake/compile.am: Remove $(ARCH):-rule.
14
152003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove lib/libbsp/shared/Makefile,
18        lib/libbsp/shmdr/Makefile.
19
202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
23        libchip/serial/Makefile, libchip/rtc/Makefile.
24
252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * support/Makefile.am: Remove all-local: $(ARCH).
28        * wrapup/Makefile.am: Remove all-local: $(ARCH).
29
302003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
33
342003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * aclocal/lead-dot.m4: New (from automake-1.7f).
37        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
38        Add AC_SUBST(dirstamp).
39
402003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
43        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
44        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
45        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
46        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
47        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
48        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
49        aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4,
50        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
51        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
52        aclocal/i386-gas-code16.m4, aclocal/multilib.m4,
53        aclocal/path-ksh.m4, aclocal/prog-cc.m4,
54        aclocal/prog-cxx.m4, aclocal/project-root.m4,
55        aclocal/rtems-top.m4, aclocal/target.m4,
56        aclocal/tool-paths.m4:
57        Fix underquoting to silence automake-1.8.
58
592003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Reflect having moved tests to ../../testsuites.
62
632003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * aclocal/bsp-configure.m4: AC_PREREQ(2.57).
66        Remove RTEMS_CANONICAL_HOST.
67
682003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * aclocal/canonical-host.m4: Remove.
71        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
72
732003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Remove RTEMS_CANONICAL_HOST.
76
772003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * aclocal/check-cpu.m4: Remove.
80        * configure.ac: Merge-in former aclocal/check-cpu.m4.
81
822003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * aclocal/canonical-target-name.m4: Add m4-quotes.
85        * aclocal/check-cxx.m4: Add m4-quotes.
86        Don't require RTEMS_CHECK_CPU.
87        * aclocal/check-multiprocessing.m4: Add m4-quotes.
88        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
89        * aclocal/check-networking.m4: Add m4-quotes.
90        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
91        * aclocal/check-posix.m4: Add m4-quotes.
92        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
93        * aclocal/check-rdbg.m4: Add m4-quotes.
94        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
95
962003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
99        * aclocal/bsp-alias.m4: Remove.
100
1012003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Make presence of tests/ optional.
104
1052003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/path-perl.m4: Remove (Unused).
108
1092003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * automake/force-preinstall.am: Remove.
112
1132003-09-04      Joel Sherrill <joel@OARcorp.com>
114
115        * lib/libcpu/shared/include/cache.h,
116        lib/libcpu/shared/src/cache_aligned_malloc.c,
117        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
118        license changed.
119
1202003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * aclocal/rtems-top.m4: Add RTEMS_API.
123        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
124
1252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * aclocal/check-itron.m4: Remove.
128        * aclocal/enable-inlines.m4: Remove.
129
1302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Reflect having moved aclocal/.
133
1342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
137        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
138        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
139        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
140        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
141        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
142        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
143        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
144        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
145        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
146        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
147        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
148        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
149        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
150        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
151        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
152        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
153        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
154        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
155        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
156        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
157        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
158        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
159        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
160        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
161        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
162        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
163        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
164        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
165        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
166        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
167        * aclocal/multilib.m4: New (Copied from ../../aclocal).
168        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
169        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
170        * aclocal/ppc.m4: New (Copied from ../../aclocal).
171        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
172        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
173        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
174        * aclocal/project-root.m4: New (Copied from ../../aclocal).
175        * aclocal/quoting.m4: New (Copied from ../../aclocal).
176        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
177        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
178        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
179        * aclocal/target.m4: New (Copied from ../../aclocal).
180        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
181        * aclocal/version.m4: New (Copied from ../../aclocal).
182
1832003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Remove stray comments.
186        * automake/local.am, automake/host.am: Remove "debug".
187
1882003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved automake/.
191        * lib/Makefile.am: Reflect having moved automake/.
192        * support/Makefile.am: Reflect having moved automake/.
193        * wrapup/Makefile.am: Reflect having moved automake/.
194
1952003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * automake/compile.am, automake/force-preinstall.am,
198        automake/host.am, automake/lib.am, automake/local.am,
199        automake/subdirs.am: New (copied from ../../automake).
200
2012003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Add bsp.pc.in
204        * bsp.pc.in: New (pkgconfig support).
205
2062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
209
2102003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * lib/Makefile.am: New (Required by 'make dist').
213        * lib/ChangeLog: Remove.
214        * lib/.cvsignore: Cleanup.
215        * configure.ac: Reflect having added lib/Makefile.am.
216
2172003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Merge-in lib/libcpu/configure.ac.
220        Merge-in lib/libbsp/configure.ac.
221
2222003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
225
2262003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Merge-in librdbg/configure.ac.
229
2302003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Merge-in libnetworking/configure.ac.
233        Merge-in parts of librdbg/configure.ac.
234
2352003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Merge-in libchip/configure.ac.
238        Merge-in optman/configure.ac.
239
2402003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * support/version.c: Reflect having remove "rtems-" from
243        RTEMS_VERSION.
244
2452003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Remove support for profile-variant.
248
2492003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Add libide.a.
252
2532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Remove AC_CONFIG_AUX_DIR.
256
2572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Add support/.
260        * support/.cvsignore: New.
261        * support/Makefile.am: New.
262        * support/version.c: New.
263        * wrapup/Makefile.am: Add support/libsupport.a.
264
2652003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Use SRC += instead of make-vars.
268
2692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
272
2732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: AC_PREREQ(2.57).
276
2772003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280
2812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
284        Let all-local: depend on $(LIB).
285
2862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Remove libmisc.
289
2902002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Remove libmisc.
293
2942002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
297        Resort cache-checking.
298
2992002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
302
3032002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
306        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
307        ac_configure_args.
308
3092002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
312        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
313
3142002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
317        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
318        Fix braino in comment on "exec".
319        Extend --enable-ada handling.
320
3212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * .cvsignore: Reformat.
324        Add autom4te*cache.
325        Remove autom4te.cache.
326        * wrapup/.cvsignore: Remove autom4te.cache.
327
3282002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
331
3322002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Add ada-tests.
335
3362002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Add preinstall-stamp.
339
3402002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        Posix-BSP-Hacks:
343        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
344        Pass RTEMS_HOST to make/bsp.mak
345        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
346        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
347
3482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
351
3522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Add BSP_SUBDIRS.
355        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
356
3572002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
360        Cosmetic cleanups.
361
3622002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
365        ../libchip/serial/$(ARCH)/libserialio.a.
366
3672002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Add rtems_makedir.
370
3712002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Merge wrapup/configure.ac.
374        Cosmetic cleanups.
375        * Makefile.am: Add wrapup-SUBDIR.
376        * wrapup/ChangeLog: Remove.
377        * wrapup/configure.ac: Remove.
378
3792002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
382        creation (Make the bare BSP happy).
383        * configure.ac: Ditto.
384
3852002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Create make/@RTEMS_BSP@.cache.
388        Handle make/custom/*.cfgs.
389        Create make/custom/default.cfg.
390        * configure.ac: Add creation of make/custon/*.cfg.
391        Create make/${RTEMS_BSP}.cache.
392        Read make/${RTEMS_BSP}.cache
393
3942002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Clean $(PROJECT_RELEASE).
397
3982002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * acinclude.m4: Add test "$multilib" != "yes".
401        * config-ml.in: Remove.
402
4032002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * acinclude.m4: Cleanups.
406        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
407        ${srcdir}/exec/.
408        Further adaptations to autoconf >= 2.50.
409
4102002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * acinclude.m4: New.
413        * Makefile.am: Remove tar-installation.
414        Prepend @exec@ to SUBDIRS.
415        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
416        Add RTEMS_ENABLE_MULTIPROCESSING.
417        Add RTEMS_CONFIG_SUBDIR([exec]...).
418
4192002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac: Remove librpc.
422
4232002-06-25      Joel Sherrill <joel@OARcorp.com>
424
425        * Per PR233, moved librpc to exec.
426        * configure.ac, wrapup/Makefile.am: Modified.
427        * librpc, librpc/ChangeLog: Removed.
428
4292002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
432
4332002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: Remove lib.
436
4372002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * config-ml.in: Take out arm and sh variants RTEMS does not support.
440
4412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac:
444        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
445        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
446        * Makefile.am: Remove AUTOMAKE_OPTIONS.
447
4482002-02-28      Victor V. Vengerov <vvv@oktet.ru>
449
450        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
451        * configure.ac: Modified to reflect addition.
452
4532002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
456        AC_CONFIG_COMMANDS.
457
4582001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
461
4622001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
465        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
466        autoconf-2.52 happy.
467
4682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
471        * configure.in: Remove.
472        * configure.ac: New file, generated from configure.in by autoupdate.
473
4742001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
477
4782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
481
4822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
485
4862000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.in: Switch to GNU-canonicalization.
489        * Makefile.am: Reflect changes to configure.in.
490        * acinclude.m4: Remove.
491
4922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.in: add lib/libbsp to the GNU canonicalized
495        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
496        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
497        * ChangeLog: Fix typos.
498
4992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * configure.in: add tests to the GNU canonicalized subdirectories.
502
5032000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
506
5072000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.in: add lib to the GNU canonicalized subdirectories,
510        make the lib directory before configuring lib/.
511
5122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.in, Makefile.am: add exec to the GNU canonicalized
515        subdirectories.
516
5172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
520
5212000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.in: add libnetworking, librpc and librdb to the GNU
524        canonicalized subdirectories.
525 
5262000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.in: add libmisc and libchip to the GNU canonicalized
529        subdirectories.
530
5312000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
534        canonicalization to libfs/.
535        The approach is currently a bit of a hack as GNU canonicalization
536        does not support the per-BSP build some of the other directories
537        require.  As more of the tree is converted, this will become less
538        of an issue.
539
5402000-10-18      Joel Sherrill <joel@OARcorp.com>
541
542        * wrapup/Makefile.am: Added libfs.
543
5442000-10-18       Chris Johns <ccj@acm.org>
545
546        * libfs created.
547        * configure.in: Added libfs subdirectory.
548
5492000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
552        RTEMS_CANONICALIZE_TOOLS.
553
5542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * wrapup/Makefile.am: Include compile.am.
557
5582000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
561
5622000-08-10      Joel Sherrill <joel@OARcorp.com>
563
564        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.