source: rtems/c/src/ChangeLog @ 0e31ed7

4.104.114.84.95
Last change on this file since 0e31ed7 was 0e31ed7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 12:43:55

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

  • aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
  • automake/lib.am: Remove project_libdir.
  • wrapup/Makefile.am: Reworked.
  • Property mode set to 100644
File size: 17.8 KB
Line 
12003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
4        * automake/lib.am: Remove project_libdir.
5        * wrapup/Makefile.am: Reworked.
6
72003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Reflect changes to librdbg.
10
112003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Cosmetics.
14        * automake/lib.am: Add project_libdir.
15        Add preinstallation dirstamp support.
16
172003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * automake/compile.am: Remove $(ARCH):-rule.
20
212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove lib/libbsp/shared/Makefile,
24        lib/libbsp/shmdr/Makefile.
25
262003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
29        libchip/serial/Makefile, libchip/rtc/Makefile.
30
312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * support/Makefile.am: Remove all-local: $(ARCH).
34        * wrapup/Makefile.am: Remove all-local: $(ARCH).
35
362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
39
402003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * aclocal/lead-dot.m4: New (from automake-1.7f).
43        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
44        Add AC_SUBST(dirstamp).
45
462003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
49        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
50        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
51        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
52        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
53        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
54        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
55        aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4,
56        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
57        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
58        aclocal/i386-gas-code16.m4, aclocal/multilib.m4,
59        aclocal/path-ksh.m4, aclocal/prog-cc.m4,
60        aclocal/prog-cxx.m4, aclocal/project-root.m4,
61        aclocal/rtems-top.m4, aclocal/target.m4,
62        aclocal/tool-paths.m4:
63        Fix underquoting to silence automake-1.8.
64
652003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Reflect having moved tests to ../../testsuites.
68
692003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * aclocal/bsp-configure.m4: AC_PREREQ(2.57).
72        Remove RTEMS_CANONICAL_HOST.
73
742003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * aclocal/canonical-host.m4: Remove.
77        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
78
792003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove RTEMS_CANONICAL_HOST.
82
832003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * aclocal/check-cpu.m4: Remove.
86        * configure.ac: Merge-in former aclocal/check-cpu.m4.
87
882003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * aclocal/canonical-target-name.m4: Add m4-quotes.
91        * aclocal/check-cxx.m4: Add m4-quotes.
92        Don't require RTEMS_CHECK_CPU.
93        * aclocal/check-multiprocessing.m4: Add m4-quotes.
94        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
95        * aclocal/check-networking.m4: Add m4-quotes.
96        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
97        * aclocal/check-posix.m4: Add m4-quotes.
98        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
99        * aclocal/check-rdbg.m4: Add m4-quotes.
100        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
101
1022003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
105        * aclocal/bsp-alias.m4: Remove.
106
1072003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Make presence of tests/ optional.
110
1112003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * aclocal/path-perl.m4: Remove (Unused).
114
1152003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * automake/force-preinstall.am: Remove.
118
1192003-09-04      Joel Sherrill <joel@OARcorp.com>
120
121        * lib/libcpu/shared/include/cache.h,
122        lib/libcpu/shared/src/cache_aligned_malloc.c,
123        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
124        license changed.
125
1262003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * aclocal/rtems-top.m4: Add RTEMS_API.
129        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
130
1312003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * aclocal/check-itron.m4: Remove.
134        * aclocal/enable-inlines.m4: Remove.
135
1362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect having moved aclocal/.
139
1402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
143        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
144        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
145        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
146        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
147        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
148        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
149        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
150        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
151        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
152        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
153        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
154        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
155        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
156        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
157        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
158        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
159        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
160        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
161        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
162        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
163        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
164        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
165        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
166        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
167        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
168        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
169        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
170        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
171        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
172        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
173        * aclocal/multilib.m4: New (Copied from ../../aclocal).
174        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
175        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
176        * aclocal/ppc.m4: New (Copied from ../../aclocal).
177        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
178        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
179        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
180        * aclocal/project-root.m4: New (Copied from ../../aclocal).
181        * aclocal/quoting.m4: New (Copied from ../../aclocal).
182        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
183        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
184        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
185        * aclocal/target.m4: New (Copied from ../../aclocal).
186        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
187        * aclocal/version.m4: New (Copied from ../../aclocal).
188
1892003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove stray comments.
192        * automake/local.am, automake/host.am: Remove "debug".
193
1942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Reflect having moved automake/.
197        * lib/Makefile.am: Reflect having moved automake/.
198        * support/Makefile.am: Reflect having moved automake/.
199        * wrapup/Makefile.am: Reflect having moved automake/.
200
2012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * automake/compile.am, automake/force-preinstall.am,
204        automake/host.am, automake/lib.am, automake/local.am,
205        automake/subdirs.am: New (copied from ../../automake).
206
2072003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Add bsp.pc.in
210        * bsp.pc.in: New (pkgconfig support).
211
2122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
215
2162003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * lib/Makefile.am: New (Required by 'make dist').
219        * lib/ChangeLog: Remove.
220        * lib/.cvsignore: Cleanup.
221        * configure.ac: Reflect having added lib/Makefile.am.
222
2232003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Merge-in lib/libcpu/configure.ac.
226        Merge-in lib/libbsp/configure.ac.
227
2282003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
231
2322003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Merge-in librdbg/configure.ac.
235
2362003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Merge-in libnetworking/configure.ac.
239        Merge-in parts of librdbg/configure.ac.
240
2412003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Merge-in libchip/configure.ac.
244        Merge-in optman/configure.ac.
245
2462003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * support/version.c: Reflect having remove "rtems-" from
249        RTEMS_VERSION.
250
2512003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Remove support for profile-variant.
254
2552003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Add libide.a.
258
2592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Remove AC_CONFIG_AUX_DIR.
262
2632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Add support/.
266        * support/.cvsignore: New.
267        * support/Makefile.am: New.
268        * support/version.c: New.
269        * wrapup/Makefile.am: Add support/libsupport.a.
270
2712003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Use SRC += instead of make-vars.
274
2752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
278
2792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: AC_PREREQ(2.57).
282
2832003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286
2872002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
290        Let all-local: depend on $(LIB).
291
2922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Remove libmisc.
295
2962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Remove libmisc.
299
3002002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
303        Resort cache-checking.
304
3052002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
308
3092002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
312        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
313        ac_configure_args.
314
3152002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
318        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
319
3202002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
323        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
324        Fix braino in comment on "exec".
325        Extend --enable-ada handling.
326
3272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * .cvsignore: Reformat.
330        Add autom4te*cache.
331        Remove autom4te.cache.
332        * wrapup/.cvsignore: Remove autom4te.cache.
333
3342002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
337
3382002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Add ada-tests.
341
3422002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Add preinstall-stamp.
345
3462002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        Posix-BSP-Hacks:
349        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
350        Pass RTEMS_HOST to make/bsp.mak
351        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
352        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
353
3542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
357
3582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Add BSP_SUBDIRS.
361        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
362
3632002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
366        Cosmetic cleanups.
367
3682002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
371        ../libchip/serial/$(ARCH)/libserialio.a.
372
3732002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Add rtems_makedir.
376
3772002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Merge wrapup/configure.ac.
380        Cosmetic cleanups.
381        * Makefile.am: Add wrapup-SUBDIR.
382        * wrapup/ChangeLog: Remove.
383        * wrapup/configure.ac: Remove.
384
3852002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
388        creation (Make the bare BSP happy).
389        * configure.ac: Ditto.
390
3912002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Create make/@RTEMS_BSP@.cache.
394        Handle make/custom/*.cfgs.
395        Create make/custom/default.cfg.
396        * configure.ac: Add creation of make/custon/*.cfg.
397        Create make/${RTEMS_BSP}.cache.
398        Read make/${RTEMS_BSP}.cache
399
4002002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Clean $(PROJECT_RELEASE).
403
4042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * acinclude.m4: Add test "$multilib" != "yes".
407        * config-ml.in: Remove.
408
4092002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * acinclude.m4: Cleanups.
412        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
413        ${srcdir}/exec/.
414        Further adaptations to autoconf >= 2.50.
415
4162002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * acinclude.m4: New.
419        * Makefile.am: Remove tar-installation.
420        Prepend @exec@ to SUBDIRS.
421        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
422        Add RTEMS_ENABLE_MULTIPROCESSING.
423        Add RTEMS_CONFIG_SUBDIR([exec]...).
424
4252002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Remove librpc.
428
4292002-06-25      Joel Sherrill <joel@OARcorp.com>
430
431        * Per PR233, moved librpc to exec.
432        * configure.ac, wrapup/Makefile.am: Modified.
433        * librpc, librpc/ChangeLog: Removed.
434
4352002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
438
4392002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Remove lib.
442
4432002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * config-ml.in: Take out arm and sh variants RTEMS does not support.
446
4472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * configure.ac:
450        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
451        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
452        * Makefile.am: Remove AUTOMAKE_OPTIONS.
453
4542002-02-28      Victor V. Vengerov <vvv@oktet.ru>
455
456        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
457        * configure.ac: Modified to reflect addition.
458
4592002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
462        AC_CONFIG_COMMANDS.
463
4642001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
467
4682001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
471        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
472        autoconf-2.52 happy.
473
4742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
477        * configure.in: Remove.
478        * configure.ac: New file, generated from configure.in by autoupdate.
479
4802001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
483
4842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
487
4882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
491
4922000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.in: Switch to GNU-canonicalization.
495        * Makefile.am: Reflect changes to configure.in.
496        * acinclude.m4: Remove.
497
4982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.in: add lib/libbsp to the GNU canonicalized
501        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
502        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
503        * ChangeLog: Fix typos.
504
5052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.in: add tests to the GNU canonicalized subdirectories.
508
5092000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
512
5132000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.in: add lib to the GNU canonicalized subdirectories,
516        make the lib directory before configuring lib/.
517
5182000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.in, Makefile.am: add exec to the GNU canonicalized
521        subdirectories.
522
5232000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
526
5272000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.in: add libnetworking, librpc and librdb to the GNU
530        canonicalized subdirectories.
531 
5322000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.in: add libmisc and libchip to the GNU canonicalized
535        subdirectories.
536
5372000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
540        canonicalization to libfs/.
541        The approach is currently a bit of a hack as GNU canonicalization
542        does not support the per-BSP build some of the other directories
543        require.  As more of the tree is converted, this will become less
544        of an issue.
545
5462000-10-18      Joel Sherrill <joel@OARcorp.com>
547
548        * wrapup/Makefile.am: Added libfs.
549
5502000-10-18       Chris Johns <ccj@acm.org>
551
552        * libfs created.
553        * configure.in: Added libfs subdirectory.
554
5552000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
558        RTEMS_CANONICALIZE_TOOLS.
559
5602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * wrapup/Makefile.am: Include compile.am.
563
5642000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
567
5682000-08-10      Joel Sherrill <joel@OARcorp.com>
569
570        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.