source: rtems/ChangeLog @ 8da1074

4.104.114.84.95
Last change on this file since 8da1074 was ff65620, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/29/02 at 08:27:53

2002-11-29 Ralf Corsepius <corsepiu@…>

  • aclocal/prog-ccas.m4: New.
  • aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
  • aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
  • aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
  • Property mode set to 100644
File size: 28.7 KB
Line 
12002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/prog-ccas.m4: New.
4        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
5        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
6        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
7
82002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * acinclude.m4: Conditionally append --target=.
11
122002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
15
162002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * automake/compile.am: Remove LD_PATHS (Unused).
19        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
20        is announced obsolete).
21
222002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
25
262002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * aclocal/sysv-ipc.m4: Remove (Unused).
29        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
30
312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * acinclude.m4: Lots of changes addressing PR 312.
34
352002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
38        to PR 312).
39
402002-11-18      Joel Sherrill <joel@OARcorp.com>
41
42        * VERSION: Updated to rtems-ss-20021118.
43
442002-11-18      Joel Sherrill <joel@OARcorp.com>
45
46        * aclocal/version.m4: Updated to rtems-ss-20021118.
47
482002-11-17      Joel Sherrill <joel@OARcorp.com>
49
50        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
51        Motorola MTX603e.
52
532002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
56
572002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
60        * configure.ac: Ditto.
61
622002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
65        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
66        Support @CFLAGS@, @CXXFLAGS@.
67
682002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * bootstrap: Allow autoconf-2.56.
71
722002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
75        Fix stupid typo (continue/configure).
76        * aclocal/prog-cc.m4: Remove obsolete comments.
77        Acknowledge CFLAGS.
78
792002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
82        end of the args passed to sub-configure-scripts. (Reported by
83        Wulf Hofbauer <wh73@cornell.edu>)
84
852002-11-12      Joel Sherrill <joel@OARcorp.com>
86
87        * configure.ac: Remove make/compilers/Makefile.
88
892002-11-11      Joel Sherrill <joel@OARcorp.com>
90
91        * VERSION: Updated to rtems-ss-20021111.
92
932002-11-11      Joel Sherrill <joel@OARcorp.com>
94
95        * aclocal/version.m4: Updated to rtems-ss-20021111.
96
972002-11-11      Joel Sherrill <joel@OARcorp.com>
98
99        * VERSION: Updated to rtems-ss-20021111.
100
1012002-11-11      Joel Sherrill <joel@OARcorp.com>
102
103        * aclocal/version.m4: Updated to rtems-ss-20021111.
104
1052002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * automake/compile.am: Remove rel rule.
108
1092002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
112
1132002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove make/Templates/Makefile.
116        * README.configure: Minor massaging.
117
1182002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        Further preparations for autoconf > 2.52:
121        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
122        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
123        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
124
1252002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * acinclude.m4: Adapations to autoconf > 2.52.
128
1292002-11-01      Joel Sherrill <joel@OARcorp.com>
130
131        * ChangeLog: Corrected.
132
1332002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * bootstrap: Add generate_bspdir_acinclude to automatically update
136        c/src/lib/libbsp/<cpu>/acinclude.m4.
137        Use #! /bin/sh instead of #!/bin/sh.
138        Remove autom4te*.cache during ./bootstrap --clean.
139
1402002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
143        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
144        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
145        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
146        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
147        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
148        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
149        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
150        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
151        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
152        (autoconf > 2.54 seems to have problems with the old form of
153        quoting).
154
1552002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
158        (autoconf > 2.54 complains about).
159
1602002-10-21      Joel Sherrill <joel@OARcorp.com>
161
162        * VERSION: Updated to rtems-20021021-test.
163
1642002-10-21      Joel Sherrill <joel@OARcorp.com>
165
166        * aclocal/version.m4: Updated to rtems-20021021-test.
167
1682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * .cvsignore: Reformat.
171        Add autom4te*cache.
172        Remove autom4te.cache.
173
1742002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
177
1782002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
181        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
182
1832002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * bootstrap: Add autoconf/automake version checks by popular demand.
186        [FWIW: I dislike this.]
187
1882002-10-07      Joel Sherrill <joel@OARcorp.com>
189
190        * VERSION: Updated to rtems-ss-20021007.
191
1922002-10-07      Joel Sherrill <joel@OARcorp.com>
193
194        * aclocal/version.m4: Updated to rtems-ss-20021007.
195
1962002-10-04      Joel Sherrill <joel@OARcorp.com>
197
198        * VERSION: Updated to rtems-JUNK.
199
2002002-10-04      Joel Sherrill <joel@OARcorp.com>
201
202        * aclocal/version.m4: Updated to rtems-JUNK.
203
2042002-10-04      Joel Sherrill <joel@OARcorp.com>
205
206        * VERSION: Updated to rtems-ss-20021004.
207
2082002-10-04      Joel Sherrill <joel@OARcorp.com>
209
210        * aclocal/version.m4: Updated to rtems-ss-20021004.
211
2122002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
215        autoconf-2.53 PACKAGE crap.
216
2172002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/prog-gnat.m4: New.
220
2212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * aclocal/bsp-configure.m4: Fix small typo in comment.
224
2252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
228
2292002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
232        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
233        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
234
2352002-08-07      Joel Sherrill <joel@OARcorp.com>
236
237        * aclocal/version.m4: Updated to rtems-ss-20020807.
238
2392002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
242
2432002-07-31      Joel Sherrill <joel@OARcorp.com>
244
245        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
246        was just a stub and only the OR32 port is getting worked on.
247
2482002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * aclocal/subdirs.m4: Remove.
251        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
252
2532002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
256        exec/score/cpu.
257
2582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
261        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
262        compilation rules (Work-around to an automake bug).
263        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
264        make-library.
265
2662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Activate cpukit. Remove references to c/src/exec.
269
2702002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
273
2742002-07-17      Joel Sherrill <joel@OARcorp.com>
275
276        * aclocal/version.m4: Updated to rtems-ss-20020717.
277
2782002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * config-ml.in: Imported from gcc-3.1.
281        Change to match c/src/config-ml.in.
282
2832002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * aclocal/check-multiprocessing.m4: Reworked.
286        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
287
2882002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * automake/multilib.am: Remove.
291        * Makefile.am: Reflect change above.
292
2932002-06-28      Joel Sherrill <joel@OARcorp.com>
294
295        * aclocal/version.m4: Updated to rtems-ss-20020628.
296
2972002-06-27      Joel Sherrill <joel@OARcorp.com>
298
299        * tools/Makefile.am: Build the cpu dependent tools as well.
300
3012002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * aclocal/env-rtemscpu.m4: Remove.
304        * aclocal/multi.m4: Remove.
305        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
306
3072002-05-28      Joel Sherrill <joel@OARcorp.com>
308
309        * aclocal/version.m4: Updated to rtems-ss-20020528.
310
3112002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * aclocal/prog-cc.m4: Remove GCC272 support.
314        Remove ENABLE_LIBCDIR.
315        * aclocal/prog-cxx.m4: Ditto.
316        * aclocal/enable-gcc28.m4: Remove.
317        * aclocal/enable-libcdir.m4: Ditto.
318
3192002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
322        ENABLE_GCC28.
323
3242002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * automake/compile.am: Remove GCC272 support.
327        Remove *.sh rule (unused).
328        * configure.ac: Remove ENABLE_GCC28.
329        Remove ENABLE_LIBCDIR.
330
3312002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * .cvsignore: Added mdate-sh and texinfo.tex.
334
3352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * aclocal/version.m4: New file.
338        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
339        aclocal/version.m4.
340        * bootstrap: Use aclocal/version.m4 instead of VERSION.
341        * configure.ac: Use aclocal/version.m4 instead of VERSION.
342
3432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac:
346        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
347        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
348        * Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
350
3512002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
354        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
355
3562002-03-08      Joel Sherrill <joel@OARcorp.com>
357
358        * VERSION: Updated to rtems-mg5-20020808.
359
3602002-03-01      Joel Sherrill <joel@OARcorp.com>
361
362        * VERSION: Updated to rtems-ss-20020301.
363
3642002-02-15      Joel Sherrill <joel@OARcorp.com>
365
366        * VERSION: Updated to rtems-ss-20020215.
367
3682002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * aclocal/subdirs.m4: Propagate the current $prefix to the
371        sub-configures.
372
3732002-02-05      Joel Sherrill <joel@OARcorp.com>
374
375        * VERSION: Updated to rtems-ss-20020205.
376
3772002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
380        compatibility.
381        * bootstrap: Let --clean remove texinfo.tex.
382
3832002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
386
3872002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Add --enable-docs support. Add
390        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
391        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
392        hard-coded SUBDIRS.
393        * README.configure: Added a bit of information on this new option.
394
3952002-01-18      Joel Sherrill <joel@OARcorp.com>
396
397        * VERSION: Updated to rtems-ss-20020118.
398
3992002-01-18      Joel Sherrill <joel@OARcorp.com>
400
401        * VERSION: Updated to rtems-20020118.
402
4032002-01-17      Joel Sherrill <joel@OARcorp.com>
404
405        * VERSION: Updated to rtems-ss-20020717.
406
4072002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
410        check upon host_alias != build_alias.
411
4122002-01-07      Joel Sherrill <joel@OARcorp.com>
413
414        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
415        last line to eliminate 100's of warnings.
416
4172002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * aclocal/check-newlib.m4: Apply AS_IF.
420        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
421        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
422        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
423        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
424        changes.
425        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
426        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
427        * automake/compile.am: Remove librtemsall from LINK_FILES.
428
4292001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
432        * aclocal/subdirs.m4: New file.
433        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
434        modifications.
435        * aclocal/check-posix.m4: Apply AS_IF.
436        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
437        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
438        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
439        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
440        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
441        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
442        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
443        OUTPUT_COMMANDS.
444        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
445        * aclocal/rtems-debug.m4: Minor cleanups.
446        * aclocal/rtems-top.m4: Minor cleanups.
447        * automake/compile.am: Further steps towards automake's rules.
448
4492001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
452        * automake/lib.am: Add MULTISUBDIR.
453
4542001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * bootstrap: Run autoheader when configure.ac contains
457        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
458
4592001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * aclocal/bsp-configure.m4: New file.
462        * Makefile.am: Add aclocal/bsp-configure.m4.
463
4642001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * Makefile.am: Add automake/force-preinstall.am,
467        aclocal/ppc.am, remove ACLOCAL_M4.
468
4692001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * aclocal/bsp-alias.m4: Remove score603e_g1.
472        * aclocal/check-bsps.m4: Remove score603e_g1.
473        * aclocal/prog-cc.m4: Apply m4_if.
474
475
4762001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * automake/force-preinstall.am: New file.
479        * aclocal/ppc.m4: New file.
480
4812001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * aclocal/check-bsps.m4: Reworked.
484        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
485
4862001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * aclocal/bspopts.m4: New file.
489
4902001-11-13      Joel Sherrill <joel@OARcorp.com>
491
492        * COPYING: Test of $Id$ -> $RTEMS$.
493
4942001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
495
496        This modification is part of the submitted modifications necessary to
497        support the IBM PPC405 family.  This submission was reviewed by
498        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
499        not negatively impact the ppc403 BSPs.  The submission and tracking
500        process was captured as PR50.
501        * README.configure: Added gen405 BSP.
502
5032001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * Adopt more automake rules:
506        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
507        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
508        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
509        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
510        CXXLINK_APP in make-cxx-exe.
511        * automake/lib.am: Add ARFLAGS.
512
5132001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
516        config.cache's which prevented powerpc targets librdbg from building.
517
5182001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
521        add 2nd arg to _RTEMS_CPU_SUBDIR.
522        * aclocal/target.m4: Replace ac_configure_args with
523        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
524        * Makefile.am: Require automake-1.5.
525
5262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
529        * configure.in: Remove.
530        * configure.ac: New file, generated from configure.in by autoupdate.
531
5322001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * aclocal/rtems-cpu-subdirs.m4: New file.
535
5362001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * automake/compile.am: Fundamentally reworked compilation rules for
539        closer adaptation to automake's behavior.
540
5412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * automake/lib.am: Comment out LD.
544        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
545        automake/leaf.am to AUTOMAKE_FILES.
546
5472001-09-27      Joel Sherrill <joel@OARcorp.com>
548
549        * config.guess: No longer in CVS since installed by bootstrap.
550
5512001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * bootstrap: remove/add automake added files.
554        * .cvsignore: reflect changes to bootstrap.
555
5562001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * automake/leaf.am: New file.
559
5602001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
563        of AC_CANONICAL_SYSTEM.
564        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
565        mkinstalldirs and mkdir.
566        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
567        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
568        _RTEMS_OUTPUT_BUILD_SUBDIRS.
569       
5702001-09-13      Joel Sherrill <joel@OARcorp.com>
571
572        * missing: Updated to latest version.
573
5742001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * configure.in: autoupdate to autoconf-2.52.
577        * bootstrap: Add handling for configure.ac, make autoheader verbose,
578        fix auto*tool invocation order.
579        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
580        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
581        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
582        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
583        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
584        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
585        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
586        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
587        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
588        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
589        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
590        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
591        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
592        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
593        RTEMS_CONFIG_PER_BSP conditional.
594        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
595        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
596        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
597
5982001-05-25      Joel Sherrill <joel@OARcorp.com>
599
600        * README.configure: Corrected the name of the MRM332 BSP.
601        Strengthened the distinction between what the target
602        and the BSP each select.  Added more targets to list.
603
6042001-05-25      Joel Sherrill <joel@OARcorp.com>
605
606        * README.configure: Updated the list of BSPs.
607
6082001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
611        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
612        Add support for DOS-drive-letters.
613
6142001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
617        RTEMS_PROG_CC_FOR_TARGET.
618
6192001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * README.cdn-X: Update.
622        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
623        @CPPFLAGS@ to CPPFLAGS.
624
6252001-04-20      Eric Valette <valette@crf.canon.fr>
626
627        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
628        BSPs support the new exception processing model and
629        consequently, librdbg.
630
6312001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * configure.in: Reworked for Canadian Cross support.
634        * Makefile.am: Reflect changes to configure.in.
635        * config.guess, config.sub: Update from subversions.gnu.org.
636        * README.cdn-X: New file.
637        * tools/Makefile.am: Remove build, tools from SUBDIRS.
638
6392001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
642        TARGET_CONFIG_SUBDIRS.
643        * aclocal/enable-bsp.m4: fix quoting.
644        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
645
6462001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * aclocal/config-subdirs.m4: New file.
649        * aclocal/target.m4: Use macros from config-subdirs.m4.
650
6512001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
654        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
655
6562001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * configure.in: Fix AM_INIT_AUTOMAKE.
659        * aclocal/bsp-arg-enable.m4: Extend comments.
660        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
661        the default clause.
662
6632001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
666        RTEMS_ENV_RTEMSCPU.
667        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
668        special treatment for GCC_SPECS.
669        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
670        special treatment for GCC_SPECS.
671        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
672        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
673        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
674        instead of $(shell ..) for LIBC_LIB*.
675
6762001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
679        simsh7045.
680
6812001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
682
683        * automake/compile.am: Add LD.
684
6852000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * config.guess, config.sub: Update from CVS-autoconf to pick
688        up new features (e.g. CC_FOR_BUILD in config.guess) but is
689        necessary anyway to use autoconf-versions > 2.13.
690
6912000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
694        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
695        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
696        help string.
697        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
698
6992000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
700
701        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
702        Modified to reflect addition of LEON BSPs as well as the
703        no-FP ERC32 variant.
704
7052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
708        standard).
709        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
710        standard).
711        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
712        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
713        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
714        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
715
7162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
719        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
720        $host instead of $target (BUG-FIX).
721        * configure.in: Use $target and $host instead of $target_alias and
722        $host_alias (autoconf-2.49b).
723        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
724        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
725
726        NOTES:
727        * autoconf-2.49b depredicates using changequotes.
728        * The changes to configure.in are due to cleanups in
729        autoconf-2.49b's implemention of canonicalization. With
730        autoconf-2.1x it wasn't always clear, when to use $xxx or
731        $xxx_alias. Now this is clear.
732
7332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
736
7372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
740        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
741        with an RTEMS specific but more restrictive autoconf macro.
742
7432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * automake/lib.am: Add LD.
746
7472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
750        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
751
7522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753 
754        * aclocal/*: Replace with contents of macros/*.m4
755        * macros/: Remove.
756        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
757        * Makefile.am: Reflect changes to aclocal/ and macros/.
758
7592000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * configure.in: New, Cygnus/GNU style configuration.
762        * Makefile.am: Add macros/, reflect new configure.in,
763        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
764        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
765        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
766        * macros/tool-prefix.m4: Remove.
767        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
768        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
769        RTEMS_ROOT.
770        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
771        * macros/multilib.m4: Various minor fixes.
772        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
773        PROJECT_ROOT, RTEMS_ROOT.
774        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
775        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
776
7772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * automake/multilib.am: New file.
780        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
781        the automake/ directory.
782
7832000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * macros/enable-hwapi.m4: Removed.
786        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
787        A small cleanup step towards gnu-canonicalization.
788
7892000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * macros: New directory.
792        * macros/bsp-alias.m4: new file.
793        * macros/canonical-host.m4: new file.
794        * macros/canonical-target-name.m4: new file.
795        * macros/canonicalize-tools.m4: new file.
796        * macros/check-bsp-cache.m4: new file.
797        * macros/check-bsps.m4: new file.
798        * macros/check-cpu.m4: new file.
799        * macros/rtems-debug.m4: new file.
800        * macros/check-cxx.m4: new file.
801        * macros/check-itron.m4: new file.
802        * macros/check-multiprocessing.m4: new file.
803        * macros/check-networking.m4: new file.
804        * macros/check-newlib.m4: new file.
805        * macros/check-posix.m4: new file.
806        * macros/check-rdbg.m4: new file.
807        * macros/enable-bare.m4: new file.
808        * macros/enable-cxx.m4: new file.
809        * macros/enable-gcc28.m4: new file.
810        * macros/enable-inlines.m4: new file.
811        * macros/enable-itron.m4: new file.
812        * macros/enable-libcdir.m4: new file.
813        * macros/enable-multiprocessing.m4: new file.
814        * macros/enable-networking.m4: new file.
815        * macros/enable-posix.m4: new file.
816        * macros/enable-rdbg.m4: new file.
817        * macros/enable-rtemsbsp.m4: new file.
818        * macros/enable-tests.m4: new file.
819        * macros/gcc-pipe.m4: new file.
820        * macros/gcc-specs.m4: new file.
821        * macros/i386-gas-code16.m4: new file.
822        * macros/path-ksh.m4: new file.
823        * macros/path-perl.m4: new file.
824        * macros/prog-cc.m4: new file.
825        * macros/prog-cxx.m4: new file.
826        * macros/project-root.m4: new file.
827        * macros/rtems-top.m4: new file.
828        * macros/sysv-ipc.m4: new file.
829        * macros/target.m4: new file.
830        * macros/rtems-test-no-pause.m4: new file.
831        * macros/multilib.m4: new file.
832        * macros/tool-paths.m4: new file.
833        * macros/tool-prefix.m4: new file.
834
8352000-09-14      Joel Sherrill <joel@OARcorp.com>
836
837        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
838
8392000-09-14      Joel Sherrill <joel@OARcorp.com>
840
841        * aclocal/enable-hwapi.m4: Now longer used and removed.
842
8432000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * automake/lib.am: Remove leaf.cfg.
846
8472000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * aclocal/rtems-top.m4: Add ENDIF-hack.
850        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
851
8522000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
855        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
856        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
857        * automake/compile.am: Replaced.
858        * automake/local.am: Remove building variant handling.
859
8602000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
863        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
864        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
865        * aclocal/target.m4: Cleanup comments
866        * Automake/compile.am: Add DEFS support to keep building happy.
867
8682000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
871
8722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * automake/compile.am: New file
875        * ChangeLog: Fix email addresses
876
8772000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * LICENSE.NET, README, README.configure: Spelling corrections.
880
8812000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
884
8852000-08-30      Joel Sherrill <joel@OARcorp.com>
886
887        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
888
8892000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
890
891        * ChangeLog: Moved incorrect entries to make/ChangeLog.
892
8932000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * aclocal/check-bsps.h:
896          - Add pck6-BSP
897          - Exclude ChangeLog from being picked up as BSP
898        * aclocal/bsp-alias.m4: Add pck6-BSP
899
9002000-08-10      Joel Sherrill <joel@OARcorp.com>
901
902        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.