source: rtems/ChangeLog @ e819fefc

4.104.114.84.95
Last change on this file since e819fefc was c47c12b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/02 at 11:45:50

2002-12-01 Ralf Corsepius <corsepiu@…>

  • aclocal/prog-cc.m4: Remove GCCSED.
  • Property mode set to 100644
File size: 29.1 KB
Line 
12002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/prog-cc.m4: Remove GCCSED.
4
52002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
8        Remove LDFLAGS.
9        Add CCAS, CCASCOMPILE.
10        Remove compilation rules for *.cpp, *.cxx, *.C.
11        Use CCASCOMPILE to compile *.S.
12        Add -pg to RTEMS_CFLAGS_PROFILE_V.
13
142002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove c/make.
17
182002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/prog-ccas.m4: New.
21        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
22        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
23        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
24
252002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * acinclude.m4: Conditionally append --target=.
28
292002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
32
332002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * automake/compile.am: Remove LD_PATHS (Unused).
36        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
37        is announced obsolete).
38
392002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
42
432002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * aclocal/sysv-ipc.m4: Remove (Unused).
46        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
47
482002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * acinclude.m4: Lots of changes addressing PR 312.
51
522002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
55        to PR 312).
56
572002-11-18      Joel Sherrill <joel@OARcorp.com>
58
59        * VERSION: Updated to rtems-ss-20021118.
60
612002-11-18      Joel Sherrill <joel@OARcorp.com>
62
63        * aclocal/version.m4: Updated to rtems-ss-20021118.
64
652002-11-17      Joel Sherrill <joel@OARcorp.com>
66
67        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
68        Motorola MTX603e.
69
702002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
73
742002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
77        * configure.ac: Ditto.
78
792002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
82        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
83        Support @CFLAGS@, @CXXFLAGS@.
84
852002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * bootstrap: Allow autoconf-2.56.
88
892002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
92        Fix stupid typo (continue/configure).
93        * aclocal/prog-cc.m4: Remove obsolete comments.
94        Acknowledge CFLAGS.
95
962002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
99        end of the args passed to sub-configure-scripts. (Reported by
100        Wulf Hofbauer <wh73@cornell.edu>)
101
1022002-11-12      Joel Sherrill <joel@OARcorp.com>
103
104        * configure.ac: Remove make/compilers/Makefile.
105
1062002-11-11      Joel Sherrill <joel@OARcorp.com>
107
108        * VERSION: Updated to rtems-ss-20021111.
109
1102002-11-11      Joel Sherrill <joel@OARcorp.com>
111
112        * aclocal/version.m4: Updated to rtems-ss-20021111.
113
1142002-11-11      Joel Sherrill <joel@OARcorp.com>
115
116        * VERSION: Updated to rtems-ss-20021111.
117
1182002-11-11      Joel Sherrill <joel@OARcorp.com>
119
120        * aclocal/version.m4: Updated to rtems-ss-20021111.
121
1222002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * automake/compile.am: Remove rel rule.
125
1262002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
129
1302002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Remove make/Templates/Makefile.
133        * README.configure: Minor massaging.
134
1352002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        Further preparations for autoconf > 2.52:
138        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
139        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
140        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
141
1422002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * acinclude.m4: Adapations to autoconf > 2.52.
145
1462002-11-01      Joel Sherrill <joel@OARcorp.com>
147
148        * ChangeLog: Corrected.
149
1502002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * bootstrap: Add generate_bspdir_acinclude to automatically update
153        c/src/lib/libbsp/<cpu>/acinclude.m4.
154        Use #! /bin/sh instead of #!/bin/sh.
155        Remove autom4te*.cache during ./bootstrap --clean.
156
1572002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
160        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
161        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
162        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
163        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
164        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
165        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
166        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
167        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
168        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
169        (autoconf > 2.54 seems to have problems with the old form of
170        quoting).
171
1722002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
175        (autoconf > 2.54 complains about).
176
1772002-10-21      Joel Sherrill <joel@OARcorp.com>
178
179        * VERSION: Updated to rtems-20021021-test.
180
1812002-10-21      Joel Sherrill <joel@OARcorp.com>
182
183        * aclocal/version.m4: Updated to rtems-20021021-test.
184
1852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * .cvsignore: Reformat.
188        Add autom4te*cache.
189        Remove autom4te.cache.
190
1912002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
194
1952002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
198        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
199
2002002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * bootstrap: Add autoconf/automake version checks by popular demand.
203        [FWIW: I dislike this.]
204
2052002-10-07      Joel Sherrill <joel@OARcorp.com>
206
207        * VERSION: Updated to rtems-ss-20021007.
208
2092002-10-07      Joel Sherrill <joel@OARcorp.com>
210
211        * aclocal/version.m4: Updated to rtems-ss-20021007.
212
2132002-10-04      Joel Sherrill <joel@OARcorp.com>
214
215        * VERSION: Updated to rtems-JUNK.
216
2172002-10-04      Joel Sherrill <joel@OARcorp.com>
218
219        * aclocal/version.m4: Updated to rtems-JUNK.
220
2212002-10-04      Joel Sherrill <joel@OARcorp.com>
222
223        * VERSION: Updated to rtems-ss-20021004.
224
2252002-10-04      Joel Sherrill <joel@OARcorp.com>
226
227        * aclocal/version.m4: Updated to rtems-ss-20021004.
228
2292002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
232        autoconf-2.53 PACKAGE crap.
233
2342002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * aclocal/prog-gnat.m4: New.
237
2382002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * aclocal/bsp-configure.m4: Fix small typo in comment.
241
2422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
245
2462002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
249        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
250        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
251
2522002-08-07      Joel Sherrill <joel@OARcorp.com>
253
254        * aclocal/version.m4: Updated to rtems-ss-20020807.
255
2562002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
259
2602002-07-31      Joel Sherrill <joel@OARcorp.com>
261
262        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
263        was just a stub and only the OR32 port is getting worked on.
264
2652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * aclocal/subdirs.m4: Remove.
268        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
269
2702002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
273        exec/score/cpu.
274
2752002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
278        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
279        compilation rules (Work-around to an automake bug).
280        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
281        make-library.
282
2832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Activate cpukit. Remove references to c/src/exec.
286
2872002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
290
2912002-07-17      Joel Sherrill <joel@OARcorp.com>
292
293        * aclocal/version.m4: Updated to rtems-ss-20020717.
294
2952002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * config-ml.in: Imported from gcc-3.1.
298        Change to match c/src/config-ml.in.
299
3002002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * aclocal/check-multiprocessing.m4: Reworked.
303        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
304
3052002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * automake/multilib.am: Remove.
308        * Makefile.am: Reflect change above.
309
3102002-06-28      Joel Sherrill <joel@OARcorp.com>
311
312        * aclocal/version.m4: Updated to rtems-ss-20020628.
313
3142002-06-27      Joel Sherrill <joel@OARcorp.com>
315
316        * tools/Makefile.am: Build the cpu dependent tools as well.
317
3182002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * aclocal/env-rtemscpu.m4: Remove.
321        * aclocal/multi.m4: Remove.
322        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
323
3242002-05-28      Joel Sherrill <joel@OARcorp.com>
325
326        * aclocal/version.m4: Updated to rtems-ss-20020528.
327
3282002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * aclocal/prog-cc.m4: Remove GCC272 support.
331        Remove ENABLE_LIBCDIR.
332        * aclocal/prog-cxx.m4: Ditto.
333        * aclocal/enable-gcc28.m4: Remove.
334        * aclocal/enable-libcdir.m4: Ditto.
335
3362002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
339        ENABLE_GCC28.
340
3412002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * automake/compile.am: Remove GCC272 support.
344        Remove *.sh rule (unused).
345        * configure.ac: Remove ENABLE_GCC28.
346        Remove ENABLE_LIBCDIR.
347
3482002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * .cvsignore: Added mdate-sh and texinfo.tex.
351
3522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * aclocal/version.m4: New file.
355        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
356        aclocal/version.m4.
357        * bootstrap: Use aclocal/version.m4 instead of VERSION.
358        * configure.ac: Use aclocal/version.m4 instead of VERSION.
359
3602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac:
363        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
364        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
365        * Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
367
3682002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
371        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
372
3732002-03-08      Joel Sherrill <joel@OARcorp.com>
374
375        * VERSION: Updated to rtems-mg5-20020808.
376
3772002-03-01      Joel Sherrill <joel@OARcorp.com>
378
379        * VERSION: Updated to rtems-ss-20020301.
380
3812002-02-15      Joel Sherrill <joel@OARcorp.com>
382
383        * VERSION: Updated to rtems-ss-20020215.
384
3852002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * aclocal/subdirs.m4: Propagate the current $prefix to the
388        sub-configures.
389
3902002-02-05      Joel Sherrill <joel@OARcorp.com>
391
392        * VERSION: Updated to rtems-ss-20020205.
393
3942002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
397        compatibility.
398        * bootstrap: Let --clean remove texinfo.tex.
399
4002002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
403
4042002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Add --enable-docs support. Add
407        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
408        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
409        hard-coded SUBDIRS.
410        * README.configure: Added a bit of information on this new option.
411
4122002-01-18      Joel Sherrill <joel@OARcorp.com>
413
414        * VERSION: Updated to rtems-ss-20020118.
415
4162002-01-18      Joel Sherrill <joel@OARcorp.com>
417
418        * VERSION: Updated to rtems-20020118.
419
4202002-01-17      Joel Sherrill <joel@OARcorp.com>
421
422        * VERSION: Updated to rtems-ss-20020717.
423
4242002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
427        check upon host_alias != build_alias.
428
4292002-01-07      Joel Sherrill <joel@OARcorp.com>
430
431        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
432        last line to eliminate 100's of warnings.
433
4342002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * aclocal/check-newlib.m4: Apply AS_IF.
437        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
438        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
439        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
440        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
441        changes.
442        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
443        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
444        * automake/compile.am: Remove librtemsall from LINK_FILES.
445
4462001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
449        * aclocal/subdirs.m4: New file.
450        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
451        modifications.
452        * aclocal/check-posix.m4: Apply AS_IF.
453        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
454        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
455        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
456        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
457        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
458        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
459        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
460        OUTPUT_COMMANDS.
461        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
462        * aclocal/rtems-debug.m4: Minor cleanups.
463        * aclocal/rtems-top.m4: Minor cleanups.
464        * automake/compile.am: Further steps towards automake's rules.
465
4662001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
469        * automake/lib.am: Add MULTISUBDIR.
470
4712001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * bootstrap: Run autoheader when configure.ac contains
474        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
475
4762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * aclocal/bsp-configure.m4: New file.
479        * Makefile.am: Add aclocal/bsp-configure.m4.
480
4812001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * Makefile.am: Add automake/force-preinstall.am,
484        aclocal/ppc.am, remove ACLOCAL_M4.
485
4862001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * aclocal/bsp-alias.m4: Remove score603e_g1.
489        * aclocal/check-bsps.m4: Remove score603e_g1.
490        * aclocal/prog-cc.m4: Apply m4_if.
491
492
4932001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * automake/force-preinstall.am: New file.
496        * aclocal/ppc.m4: New file.
497
4982001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * aclocal/check-bsps.m4: Reworked.
501        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
502
5032001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * aclocal/bspopts.m4: New file.
506
5072001-11-13      Joel Sherrill <joel@OARcorp.com>
508
509        * COPYING: Test of $Id$ -> $RTEMS$.
510
5112001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
512
513        This modification is part of the submitted modifications necessary to
514        support the IBM PPC405 family.  This submission was reviewed by
515        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
516        not negatively impact the ppc403 BSPs.  The submission and tracking
517        process was captured as PR50.
518        * README.configure: Added gen405 BSP.
519
5202001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * Adopt more automake rules:
523        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
524        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
525        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
526        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
527        CXXLINK_APP in make-cxx-exe.
528        * automake/lib.am: Add ARFLAGS.
529
5302001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
533        config.cache's which prevented powerpc targets librdbg from building.
534
5352001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
538        add 2nd arg to _RTEMS_CPU_SUBDIR.
539        * aclocal/target.m4: Replace ac_configure_args with
540        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
541        * Makefile.am: Require automake-1.5.
542
5432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
546        * configure.in: Remove.
547        * configure.ac: New file, generated from configure.in by autoupdate.
548
5492001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * aclocal/rtems-cpu-subdirs.m4: New file.
552
5532001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * automake/compile.am: Fundamentally reworked compilation rules for
556        closer adaptation to automake's behavior.
557
5582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * automake/lib.am: Comment out LD.
561        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
562        automake/leaf.am to AUTOMAKE_FILES.
563
5642001-09-27      Joel Sherrill <joel@OARcorp.com>
565
566        * config.guess: No longer in CVS since installed by bootstrap.
567
5682001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * bootstrap: remove/add automake added files.
571        * .cvsignore: reflect changes to bootstrap.
572
5732001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * automake/leaf.am: New file.
576
5772001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
580        of AC_CANONICAL_SYSTEM.
581        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
582        mkinstalldirs and mkdir.
583        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
584        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
585        _RTEMS_OUTPUT_BUILD_SUBDIRS.
586       
5872001-09-13      Joel Sherrill <joel@OARcorp.com>
588
589        * missing: Updated to latest version.
590
5912001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * configure.in: autoupdate to autoconf-2.52.
594        * bootstrap: Add handling for configure.ac, make autoheader verbose,
595        fix auto*tool invocation order.
596        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
597        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
598        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
599        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
600        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
601        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
602        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
603        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
604        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
605        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
606        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
607        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
608        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
609        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
610        RTEMS_CONFIG_PER_BSP conditional.
611        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
612        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
613        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
614
6152001-05-25      Joel Sherrill <joel@OARcorp.com>
616
617        * README.configure: Corrected the name of the MRM332 BSP.
618        Strengthened the distinction between what the target
619        and the BSP each select.  Added more targets to list.
620
6212001-05-25      Joel Sherrill <joel@OARcorp.com>
622
623        * README.configure: Updated the list of BSPs.
624
6252001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
628        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
629        Add support for DOS-drive-letters.
630
6312001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
634        RTEMS_PROG_CC_FOR_TARGET.
635
6362001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * README.cdn-X: Update.
639        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
640        @CPPFLAGS@ to CPPFLAGS.
641
6422001-04-20      Eric Valette <valette@crf.canon.fr>
643
644        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
645        BSPs support the new exception processing model and
646        consequently, librdbg.
647
6482001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * configure.in: Reworked for Canadian Cross support.
651        * Makefile.am: Reflect changes to configure.in.
652        * config.guess, config.sub: Update from subversions.gnu.org.
653        * README.cdn-X: New file.
654        * tools/Makefile.am: Remove build, tools from SUBDIRS.
655
6562001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
659        TARGET_CONFIG_SUBDIRS.
660        * aclocal/enable-bsp.m4: fix quoting.
661        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
662
6632001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * aclocal/config-subdirs.m4: New file.
666        * aclocal/target.m4: Use macros from config-subdirs.m4.
667
6682001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
671        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
672
6732001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * configure.in: Fix AM_INIT_AUTOMAKE.
676        * aclocal/bsp-arg-enable.m4: Extend comments.
677        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
678        the default clause.
679
6802001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
683        RTEMS_ENV_RTEMSCPU.
684        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
685        special treatment for GCC_SPECS.
686        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
687        special treatment for GCC_SPECS.
688        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
689        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
690        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
691        instead of $(shell ..) for LIBC_LIB*.
692
6932001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
696        simsh7045.
697
6982001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
699
700        * automake/compile.am: Add LD.
701
7022000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * config.guess, config.sub: Update from CVS-autoconf to pick
705        up new features (e.g. CC_FOR_BUILD in config.guess) but is
706        necessary anyway to use autoconf-versions > 2.13.
707
7082000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
711        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
712        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
713        help string.
714        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
715
7162000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
717
718        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
719        Modified to reflect addition of LEON BSPs as well as the
720        no-FP ERC32 variant.
721
7222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
725        standard).
726        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
727        standard).
728        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
729        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
730        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
731        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
732
7332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
736        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
737        $host instead of $target (BUG-FIX).
738        * configure.in: Use $target and $host instead of $target_alias and
739        $host_alias (autoconf-2.49b).
740        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
741        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
742
743        NOTES:
744        * autoconf-2.49b depredicates using changequotes.
745        * The changes to configure.in are due to cleanups in
746        autoconf-2.49b's implemention of canonicalization. With
747        autoconf-2.1x it wasn't always clear, when to use $xxx or
748        $xxx_alias. Now this is clear.
749
7502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
753
7542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
757        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
758        with an RTEMS specific but more restrictive autoconf macro.
759
7602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * automake/lib.am: Add LD.
763
7642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
767        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
768
7692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770 
771        * aclocal/*: Replace with contents of macros/*.m4
772        * macros/: Remove.
773        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
774        * Makefile.am: Reflect changes to aclocal/ and macros/.
775
7762000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * configure.in: New, Cygnus/GNU style configuration.
779        * Makefile.am: Add macros/, reflect new configure.in,
780        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
781        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
782        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
783        * macros/tool-prefix.m4: Remove.
784        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
785        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
786        RTEMS_ROOT.
787        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
788        * macros/multilib.m4: Various minor fixes.
789        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
790        PROJECT_ROOT, RTEMS_ROOT.
791        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
792        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
793
7942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * automake/multilib.am: New file.
797        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
798        the automake/ directory.
799
8002000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * macros/enable-hwapi.m4: Removed.
803        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
804        A small cleanup step towards gnu-canonicalization.
805
8062000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * macros: New directory.
809        * macros/bsp-alias.m4: new file.
810        * macros/canonical-host.m4: new file.
811        * macros/canonical-target-name.m4: new file.
812        * macros/canonicalize-tools.m4: new file.
813        * macros/check-bsp-cache.m4: new file.
814        * macros/check-bsps.m4: new file.
815        * macros/check-cpu.m4: new file.
816        * macros/rtems-debug.m4: new file.
817        * macros/check-cxx.m4: new file.
818        * macros/check-itron.m4: new file.
819        * macros/check-multiprocessing.m4: new file.
820        * macros/check-networking.m4: new file.
821        * macros/check-newlib.m4: new file.
822        * macros/check-posix.m4: new file.
823        * macros/check-rdbg.m4: new file.
824        * macros/enable-bare.m4: new file.
825        * macros/enable-cxx.m4: new file.
826        * macros/enable-gcc28.m4: new file.
827        * macros/enable-inlines.m4: new file.
828        * macros/enable-itron.m4: new file.
829        * macros/enable-libcdir.m4: new file.
830        * macros/enable-multiprocessing.m4: new file.
831        * macros/enable-networking.m4: new file.
832        * macros/enable-posix.m4: new file.
833        * macros/enable-rdbg.m4: new file.
834        * macros/enable-rtemsbsp.m4: new file.
835        * macros/enable-tests.m4: new file.
836        * macros/gcc-pipe.m4: new file.
837        * macros/gcc-specs.m4: new file.
838        * macros/i386-gas-code16.m4: new file.
839        * macros/path-ksh.m4: new file.
840        * macros/path-perl.m4: new file.
841        * macros/prog-cc.m4: new file.
842        * macros/prog-cxx.m4: new file.
843        * macros/project-root.m4: new file.
844        * macros/rtems-top.m4: new file.
845        * macros/sysv-ipc.m4: new file.
846        * macros/target.m4: new file.
847        * macros/rtems-test-no-pause.m4: new file.
848        * macros/multilib.m4: new file.
849        * macros/tool-paths.m4: new file.
850        * macros/tool-prefix.m4: new file.
851
8522000-09-14      Joel Sherrill <joel@OARcorp.com>
853
854        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
855
8562000-09-14      Joel Sherrill <joel@OARcorp.com>
857
858        * aclocal/enable-hwapi.m4: Now longer used and removed.
859
8602000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * automake/lib.am: Remove leaf.cfg.
863
8642000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * aclocal/rtems-top.m4: Add ENDIF-hack.
867        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
868
8692000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
872        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
873        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
874        * automake/compile.am: Replaced.
875        * automake/local.am: Remove building variant handling.
876
8772000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
880        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
881        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
882        * aclocal/target.m4: Cleanup comments
883        * Automake/compile.am: Add DEFS support to keep building happy.
884
8852000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
888
8892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * automake/compile.am: New file
892        * ChangeLog: Fix email addresses
893
8942000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
895
896        * LICENSE.NET, README, README.configure: Spelling corrections.
897
8982000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
901
9022000-08-30      Joel Sherrill <joel@OARcorp.com>
903
904        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
905
9062000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
907
908        * ChangeLog: Moved incorrect entries to make/ChangeLog.
909
9102000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
911
912        * aclocal/check-bsps.h:
913          - Add pck6-BSP
914          - Exclude ChangeLog from being picked up as BSP
915        * aclocal/bsp-alias.m4: Add pck6-BSP
916
9172000-08-10      Joel Sherrill <joel@OARcorp.com>
918
919        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.