source: rtems/ChangeLog @ d3eed3f

4.104.114.84.95
Last change on this file since d3eed3f was 6223498d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/09/04 at 13:38:16

2004-01-09 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Remove mkinstalldirs.
  • bootstrap: Remove compile during "clean".
  • Property mode set to 100644
File size: 40.7 KB
Line 
12004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Remove mkinstalldirs.
4        * bootstrap: Remove compile during "clean".
5
62004-01-08      Joel Sherrill <joel@OARcorp.com>
7
8        * .cvsignore: Add compile.
9
102004-01-07      Joel Sherrill <joel@OARcorp.com>
11
12        * README.configure: Remove efi68k and efi332 references as they are no
13        longer in the tree.
14
152004-01-07      Joel Sherrill <joel@OARcorp.com>
16
17        * aclocal/bsp-alias.m4, aclocal/rtems-cpu-subdirs.m4: mips64orion port
18        removed as mips port more completely covers the MIPS family.
19
202003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * README.configure: Reflect requireing autoconf-2.59 and
23        automake-1.8.
24
252003-12-17      Joel Sherrill <joel@OARcorp.com>
26
27        * VERSION: Updated to rtems-20031217-test.
28
292003-12-17  Joel Sherrill <joel@OARcorp.com>
30
31    * aclocal/version.m4: Updated to rtems-20031217-test.
32
332003-12-17      Joel Sherrill <joel@OARcorp.com>
34
35        * release_support: Correct method used to find ChangeLog associated
36        with the version.m4 files.  Keep going until I can get a tarball cut.
37
382003-12-17      Joel Sherrill <joel@OARcorp.com>
39
40        * release_support: Use dirname not basedir.  Keep going until I
41        can get a tarball cut.
42
432003-12-17      Joel Sherrill <joel@OARcorp.com>
44
45        * release_support: New file -- assistant to new cut_release script.
46
472003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Remove automake/compile.am
50
512003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * automake/compile.am: Remove (Unused).
54
552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * automake/lib.am: Remove (Unused).
58
592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
62
632003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove make/custom/Makefile.
66        * Makefile.am: Cosmetics.
67        * automake/compile.am: Remove compilation rules.
68        Remove $(ARCH) directory generation.
69
702003-11-26      Joel Sherrill <joel@OARcorp.com>
71
72        * MAINTAINERS: New file.
73
742003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4,
77        aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4,
78        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
79        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
80        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
81        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
82        aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4,
83        aclocal/enable-tests.m4, aclocal/multilib.m4,
84        aclocal/path-ksh.m4, aclocal/project-root.m4,
85        aclocal/rtems-top.m4, aclocal/tool-paths.m4,
86        acinclude.m4:
87        Fix underquoting to silence automake-1.8.
88
892003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * config-ml.in: Don't built multilib variant normal (-mn) for
92        h8300-*-rtems*.
93
942003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * aclocal/config-subdirs.m4: Remove.
97        * Makefile.am: Reflect changes above.
98
992003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * aclocal/canonical-host.m4: Remove.
102        * Makefile.am: Reflect changes above.
103
1042003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in
107        c/src/lib/libbsp/*/acinclude.m4.
108
1092003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * aclocal/check-cpu.m4: Remove.
112        * Makefile.am: Remove reference to aclocal/check-cpu.m4.
113        * acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of
114        $1 in $srcdir before adding dir to SUBDIRS.
115
1162003-09-26  Joel Sherrill <joel@OARcorp.com>
117
118        * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
119
1202003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
123        patches).
124        * aclocal/enable-tests.m4: Change to support
125        --enable-tests=no|yes|samples, default is samples.
126
1272003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Correct bogus ACLOCAL_FILES.
130
1312003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4,
134        aclocal/bspopts.m4, aclocal/canonicalize-tools.m4,
135        aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4,
136        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
137        aclocal/check-networking.m4, aclocal/check-newlib.m4,
138        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
139        aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4,
140        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
141        aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4,
142        aclocal/path-perl.m4, aclocal/ppc.m4,
143        aclocal/prog-cc.m4, aclocal/prog-ccas.m4,
144        aclocal/prog-cxx.m4, aclocal/prog-gnat.m4,
145        aclocal/rtems-debug.m4, aclocal/rtems-flags.m4,
146        aclocal/rtems-test-no-pause.m4, aclocal/target.m4:
147        Remove (Unused).
148        * automake/leaf.am, automake/force-preinstall.am:
149        Remove (Unused).
150        * Makefile.am: Reflect changes above.
151
1522003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * automake/local.am, automake/host.am: Remove "debug".
155
1562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
159
1602003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
163        Add "autoconf-2.5x unquoting" hack.
164
1652003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * config.sub: Remove (Automatically added by automake, again).
168        * bootstrap: Reflect change above.
169        * configure.ac: Require automake >= 1.7.6.
170
1712003-07-03      Joel Sherrill <joel@OARcorp.com>
172
173        * SUPPORT: Fix Mark Johannes' email address.
174
1752003-07-03      Joel Sherrill <joel@OARcorp.com>
176
177        * VERSION: Updated to rtems-ss-20030703.
178
1792003-07-03      Joel Sherrill <joel@OARcorp.com>
180
181        * aclocal/version.m4: Updated to rtems-ss-20030703.
182
1832003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * bootstrap: Reflect having added config.sub.
186        * config.sub: New from subversions to accomodate c4x/tic4x.
187
1882003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        PR 412/make_build
191        * configure.ac: Remove "BLEEDING EDGE" warning.
192        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
193        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
194        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
195        * aclocal/gcc-isystem.m4: New.
196        * Makefile.am: Add aclocal/gcc-isystem.m4.
197
1982003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * automake/local.am: Remove $(ARCH), clean-local.
201
2022003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        PR 321:
205        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
206        * aclocal/env-rtemsbsp.m4
207        * automake/compile.am
208        * automake/host.am
209        * automake/local.am
210
2112003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
214        * automake/compile.am: Remove LIBSUFFIX_VA.
215        Merger from rtems-4-6-branch.
216
2172003-04-17      Joel Sherrill <joel@OARcorp.com>
218
219        * VERSION: Updated to rtems-ss-20030417.
220
2212003-04-17      Joel Sherrill <joel@OARcorp.com>
222
223        * aclocal/version.m4: Updated to rtems-ss-20030417.
224
2252003-04-11      Joel Sherrill <joel@OARcorp.com>
226
227        * VERSION: Updated to rtems-ss-20030411.
228
2292003-04-11      Joel Sherrill <joel@OARcorp.com>
230
231        * aclocal/version.m4: Updated to rtems-ss-20030411.
232
2332003-04-11      Joel Sherrill <joel@OARcorp.com>
234
235        * VERSION: Updated to rtems-ss-20020411.
236
2372003-04-11      Joel Sherrill <joel@OARcorp.com>
238
239        * aclocal/version.m4: Updated to rtems-ss-20020411.
240
2412003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * acinclude.m4: Reformat build_* handling.
244        Preset *_alias if empty.
245        * configure.ac: Change tools/build to build-config dirs.
246        Conditionally build tools/build as host-config dirs.
247
2482003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * acinclude.m4: Fix broken comments.
251        Add hidden option --enable-experimental.
252        * README.cdn-X: Update.
253        * configure.ac: Build tools/build as host and build-host tools to
254        accomodate those BSPs applying packhex in <BSP>.cfg.
255        Build tools/cpu as build-host tools.
256
2572003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * tools/Makefile.am: Remove.
260        * configure.ac: Remove tools.
261        * acinclude.m4: Fix build_subdir handling.
262        * Makefile.am: Remove tools from SUBDIRS.
263        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
264
2652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Remove AC_CONFIG_AUX_DIR.
268        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
269
2702003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * bootstrap: Add ACLOCAL, AUTOHEADER.
273        Don't check for auto*tool-versions.
274
2752003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
278
2792003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * automake/compile.am: Introduce depend-gcc.
282        * automake/lib.am: Remove stray comment.
283        * automake/local.am: Introduce depend-gcc.
284
2852003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
288
2892003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
292        * automake/local.am: Remove $(ARCH), clean-local.
293        * automake/compile.am: Add $(ARCH), clean-local.
294        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
295
2962003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Remove references to obsoleted files
299        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
300
3012003-02-14      Joel Sherrill <joel@OARcorp.com>
302
303        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
304        references.
305
3062003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
309
3102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * bootstrap: Remove attempts to detect autoconf and automake using
313        "which" (PR 325).
314
3152003-02-06      Joel Sherrill <joel@OARcorp.com>
316
317        * README.configure: Updated to reflect new BSPs and deprecated
318        targets.
319
3202003-01-28      Joel Sherrill <joel@OARcorp.com>
321
322        * VERSION: Updated to rtems-ss-20030128.
323
3242003-01-28      Joel Sherrill <joel@OARcorp.com>
325
326        * aclocal/version.m4: Updated to rtems-ss-20030128.
327
3282003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
331        Remove CLOBBER_DEPEND (Unused).
332
3332003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * automake/local.am: Remove distclean-local.
336
3372001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
340        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
341
3422002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
345        Rework RTEMS_PROG_CXX_FOR_TARGET.
346
3472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
350
3512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
354
3552002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
358
3592002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * bootstrap: Require autoconf 2.54 or 2.57.
362        Require automake-1.7.2.
363
3642002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
367        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
368        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
369
3702002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
373
3742002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * automake/compile.am: Remove hard-coded *_PROFILE_V.
377        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
378        CFLAGS_PROFILE_V.
379        Remove CPPFLAGS_GCC.
380
3812002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
384        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
385        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
386        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
387
3882002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * aclocal/rtems-flags.m4: New.
391
3922002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * bootstrap: Allow autoconf-2.57.
395
3962002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * aclocal/prog-cc.m4: Remove GCCSED.
399
4002002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
403        Remove LDFLAGS.
404        Add CCAS, CCASCOMPILE.
405        Remove compilation rules for *.cpp, *.cxx, *.C.
406        Use CCASCOMPILE to compile *.S.
407        Add -pg to RTEMS_CFLAGS_PROFILE_V.
408
4092002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: Remove c/make.
412
4132002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * aclocal/prog-ccas.m4: New.
416        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
417        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
418        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
419
4202002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * acinclude.m4: Conditionally append --target=.
423
4242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
427
4282002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * automake/compile.am: Remove LD_PATHS (Unused).
431        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
432        is announced obsolete).
433
4342002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
437
4382002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * aclocal/sysv-ipc.m4: Remove (Unused).
441        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
442
4432002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * acinclude.m4: Lots of changes addressing PR 312.
446
4472002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
450        to PR 312).
451
4522002-11-18      Joel Sherrill <joel@OARcorp.com>
453
454        * VERSION: Updated to rtems-ss-20021118.
455
4562002-11-18      Joel Sherrill <joel@OARcorp.com>
457
458        * aclocal/version.m4: Updated to rtems-ss-20021118.
459
4602002-11-17      Joel Sherrill <joel@OARcorp.com>
461
462        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
463        Motorola MTX603e.
464
4652002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
468
4692002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
472        * configure.ac: Ditto.
473
4742002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
477        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
478        Support @CFLAGS@, @CXXFLAGS@.
479
4802002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * bootstrap: Allow autoconf-2.56.
483
4842002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
487        Fix stupid typo (continue/configure).
488        * aclocal/prog-cc.m4: Remove obsolete comments.
489        Acknowledge CFLAGS.
490
4912002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
494        end of the args passed to sub-configure-scripts. (Reported by
495        Wulf Hofbauer <wh73@cornell.edu>)
496
4972002-11-12      Joel Sherrill <joel@OARcorp.com>
498
499        * configure.ac: Remove make/compilers/Makefile.
500
5012002-11-11      Joel Sherrill <joel@OARcorp.com>
502
503        * VERSION: Updated to rtems-ss-20021111.
504
5052002-11-11      Joel Sherrill <joel@OARcorp.com>
506
507        * aclocal/version.m4: Updated to rtems-ss-20021111.
508
5092002-11-11      Joel Sherrill <joel@OARcorp.com>
510
511        * VERSION: Updated to rtems-ss-20021111.
512
5132002-11-11      Joel Sherrill <joel@OARcorp.com>
514
515        * aclocal/version.m4: Updated to rtems-ss-20021111.
516
5172002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * automake/compile.am: Remove rel rule.
520
5212002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
524
5252002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.ac: Remove make/Templates/Makefile.
528        * README.configure: Minor massaging.
529
5302002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        Further preparations for autoconf > 2.52:
533        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
534        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
535        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
536
5372002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * acinclude.m4: Adapations to autoconf > 2.52.
540
5412002-11-01      Joel Sherrill <joel@OARcorp.com>
542
543        * ChangeLog: Corrected.
544
5452002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * bootstrap: Add generate_bspdir_acinclude to automatically update
548        c/src/lib/libbsp/<cpu>/acinclude.m4.
549        Use #! /bin/sh instead of #!/bin/sh.
550        Remove autom4te*.cache during ./bootstrap --clean.
551
5522002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
555        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
556        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
557        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
558        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
559        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
560        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
561        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
562        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
563        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
564        (autoconf > 2.54 seems to have problems with the old form of
565        quoting).
566
5672002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
570        (autoconf > 2.54 complains about).
571
5722002-10-21      Joel Sherrill <joel@OARcorp.com>
573
574        * VERSION: Updated to rtems-20021021-test.
575
5762002-10-21      Joel Sherrill <joel@OARcorp.com>
577
578        * aclocal/version.m4: Updated to rtems-20021021-test.
579
5802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * .cvsignore: Reformat.
583        Add autom4te*cache.
584        Remove autom4te.cache.
585
5862002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
589
5902002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
593        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
594
5952002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * bootstrap: Add autoconf/automake version checks by popular demand.
598        [FWIW: I dislike this.]
599
6002002-10-07      Joel Sherrill <joel@OARcorp.com>
601
602        * VERSION: Updated to rtems-ss-20021007.
603
6042002-10-07      Joel Sherrill <joel@OARcorp.com>
605
606        * aclocal/version.m4: Updated to rtems-ss-20021007.
607
6082002-10-04      Joel Sherrill <joel@OARcorp.com>
609
610        * VERSION: Updated to rtems-JUNK.
611
6122002-10-04      Joel Sherrill <joel@OARcorp.com>
613
614        * aclocal/version.m4: Updated to rtems-JUNK.
615
6162002-10-04      Joel Sherrill <joel@OARcorp.com>
617
618        * VERSION: Updated to rtems-ss-20021004.
619
6202002-10-04      Joel Sherrill <joel@OARcorp.com>
621
622        * aclocal/version.m4: Updated to rtems-ss-20021004.
623
6242002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
627        autoconf-2.53 PACKAGE crap.
628
6292002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * aclocal/prog-gnat.m4: New.
632
6332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * aclocal/bsp-configure.m4: Fix small typo in comment.
636
6372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
640
6412002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
644        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
645        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
646
6472002-08-07      Joel Sherrill <joel@OARcorp.com>
648
649        * aclocal/version.m4: Updated to rtems-ss-20020807.
650
6512002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
654
6552002-07-31      Joel Sherrill <joel@OARcorp.com>
656
657        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
658        was just a stub and only the OR32 port is getting worked on.
659
6602002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * aclocal/subdirs.m4: Remove.
663        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
664
6652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
668        exec/score/cpu.
669
6702002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
673        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
674        compilation rules (Work-around to an automake bug).
675        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
676        make-library.
677
6782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * configure.ac: Activate cpukit. Remove references to c/src/exec.
681
6822002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
685
6862002-07-17      Joel Sherrill <joel@OARcorp.com>
687
688        * aclocal/version.m4: Updated to rtems-ss-20020717.
689
6902002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * config-ml.in: Imported from gcc-3.1.
693        Change to match c/src/config-ml.in.
694
6952002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * aclocal/check-multiprocessing.m4: Reworked.
698        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
699
7002002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * automake/multilib.am: Remove.
703        * Makefile.am: Reflect change above.
704
7052002-06-28      Joel Sherrill <joel@OARcorp.com>
706
707        * aclocal/version.m4: Updated to rtems-ss-20020628.
708
7092002-06-27      Joel Sherrill <joel@OARcorp.com>
710
711        * tools/Makefile.am: Build the cpu dependent tools as well.
712
7132002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * aclocal/env-rtemscpu.m4: Remove.
716        * aclocal/multi.m4: Remove.
717        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
718
7192002-05-28      Joel Sherrill <joel@OARcorp.com>
720
721        * aclocal/version.m4: Updated to rtems-ss-20020528.
722
7232002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * aclocal/prog-cc.m4: Remove GCC272 support.
726        Remove ENABLE_LIBCDIR.
727        * aclocal/prog-cxx.m4: Ditto.
728        * aclocal/enable-gcc28.m4: Remove.
729        * aclocal/enable-libcdir.m4: Ditto.
730
7312002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
734        ENABLE_GCC28.
735
7362002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * automake/compile.am: Remove GCC272 support.
739        Remove *.sh rule (unused).
740        * configure.ac: Remove ENABLE_GCC28.
741        Remove ENABLE_LIBCDIR.
742
7432002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * .cvsignore: Added mdate-sh and texinfo.tex.
746
7472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * aclocal/version.m4: New file.
750        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
751        aclocal/version.m4.
752        * bootstrap: Use aclocal/version.m4 instead of VERSION.
753        * configure.ac: Use aclocal/version.m4 instead of VERSION.
754
7552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * configure.ac:
758        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
759        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
760        * Makefile.am: Remove AUTOMAKE_OPTIONS.
761        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
762
7632002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
766        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
767
7682002-03-08      Joel Sherrill <joel@OARcorp.com>
769
770        * VERSION: Updated to rtems-mg5-20020808.
771
7722002-03-01      Joel Sherrill <joel@OARcorp.com>
773
774        * VERSION: Updated to rtems-ss-20020301.
775
7762002-02-15      Joel Sherrill <joel@OARcorp.com>
777
778        * VERSION: Updated to rtems-ss-20020215.
779
7802002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * aclocal/subdirs.m4: Propagate the current $prefix to the
783        sub-configures.
784
7852002-02-05      Joel Sherrill <joel@OARcorp.com>
786
787        * VERSION: Updated to rtems-ss-20020205.
788
7892002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
792        compatibility.
793        * bootstrap: Let --clean remove texinfo.tex.
794
7952002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
798
7992002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * configure.ac: Add --enable-docs support. Add
802        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
803        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
804        hard-coded SUBDIRS.
805        * README.configure: Added a bit of information on this new option.
806
8072002-01-18      Joel Sherrill <joel@OARcorp.com>
808
809        * VERSION: Updated to rtems-ss-20020118.
810
8112002-01-18      Joel Sherrill <joel@OARcorp.com>
812
813        * VERSION: Updated to rtems-20020118.
814
8152002-01-17      Joel Sherrill <joel@OARcorp.com>
816
817        * VERSION: Updated to rtems-ss-20020717.
818
8192002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
822        check upon host_alias != build_alias.
823
8242002-01-07      Joel Sherrill <joel@OARcorp.com>
825
826        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
827        last line to eliminate 100's of warnings.
828
8292002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
830
831        * aclocal/check-newlib.m4: Apply AS_IF.
832        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
833        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
834        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
835        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
836        changes.
837        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
838        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
839        * automake/compile.am: Remove librtemsall from LINK_FILES.
840
8412001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
844        * aclocal/subdirs.m4: New file.
845        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
846        modifications.
847        * aclocal/check-posix.m4: Apply AS_IF.
848        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
849        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
850        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
851        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
852        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
853        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
854        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
855        OUTPUT_COMMANDS.
856        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
857        * aclocal/rtems-debug.m4: Minor cleanups.
858        * aclocal/rtems-top.m4: Minor cleanups.
859        * automake/compile.am: Further steps towards automake's rules.
860
8612001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
864        * automake/lib.am: Add MULTISUBDIR.
865
8662001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * bootstrap: Run autoheader when configure.ac contains
869        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
870
8712001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * aclocal/bsp-configure.m4: New file.
874        * Makefile.am: Add aclocal/bsp-configure.m4.
875
8762001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * Makefile.am: Add automake/force-preinstall.am,
879        aclocal/ppc.am, remove ACLOCAL_M4.
880
8812001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * aclocal/bsp-alias.m4: Remove score603e_g1.
884        * aclocal/check-bsps.m4: Remove score603e_g1.
885        * aclocal/prog-cc.m4: Apply m4_if.
886
887
8882001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * automake/force-preinstall.am: New file.
891        * aclocal/ppc.m4: New file.
892
8932001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * aclocal/check-bsps.m4: Reworked.
896        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
897
8982001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * aclocal/bspopts.m4: New file.
901
9022001-11-13      Joel Sherrill <joel@OARcorp.com>
903
904        * COPYING: Test of $Id$ -> $RTEMS$.
905
9062001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
907
908        This modification is part of the submitted modifications necessary to
909        support the IBM PPC405 family.  This submission was reviewed by
910        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
911        not negatively impact the ppc403 BSPs.  The submission and tracking
912        process was captured as PR50.
913        * README.configure: Added gen405 BSP.
914
9152001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * Adopt more automake rules:
918        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
919        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
920        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
921        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
922        CXXLINK_APP in make-cxx-exe.
923        * automake/lib.am: Add ARFLAGS.
924
9252001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
928        config.cache's which prevented powerpc targets librdbg from building.
929
9302001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
933        add 2nd arg to _RTEMS_CPU_SUBDIR.
934        * aclocal/target.m4: Replace ac_configure_args with
935        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
936        * Makefile.am: Require automake-1.5.
937
9382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
941        * configure.in: Remove.
942        * configure.ac: New file, generated from configure.in by autoupdate.
943
9442001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * aclocal/rtems-cpu-subdirs.m4: New file.
947
9482001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * automake/compile.am: Fundamentally reworked compilation rules for
951        closer adaptation to automake's behavior.
952
9532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * automake/lib.am: Comment out LD.
956        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
957        automake/leaf.am to AUTOMAKE_FILES.
958
9592001-09-27      Joel Sherrill <joel@OARcorp.com>
960
961        * config.guess: No longer in CVS since installed by bootstrap.
962
9632001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * bootstrap: remove/add automake added files.
966        * .cvsignore: reflect changes to bootstrap.
967
9682001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * automake/leaf.am: New file.
971
9722001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
973
974        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
975        of AC_CANONICAL_SYSTEM.
976        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
977        mkinstalldirs and mkdir.
978        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
979        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
980        _RTEMS_OUTPUT_BUILD_SUBDIRS.
981       
9822001-09-13      Joel Sherrill <joel@OARcorp.com>
983
984        * missing: Updated to latest version.
985
9862001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
987
988        * configure.in: autoupdate to autoconf-2.52.
989        * bootstrap: Add handling for configure.ac, make autoheader verbose,
990        fix auto*tool invocation order.
991        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
992        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
993        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
994        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
995        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
996        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
997        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
998        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
999        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
1000        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
1001        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
1002        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
1003        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
1004        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
1005        RTEMS_CONFIG_PER_BSP conditional.
1006        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
1007        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
1008        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
1009
10102001-05-25      Joel Sherrill <joel@OARcorp.com>
1011
1012        * README.configure: Corrected the name of the MRM332 BSP.
1013        Strengthened the distinction between what the target
1014        and the BSP each select.  Added more targets to list.
1015
10162001-05-25      Joel Sherrill <joel@OARcorp.com>
1017
1018        * README.configure: Updated the list of BSPs.
1019
10202001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
1023        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
1024        Add support for DOS-drive-letters.
1025
10262001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
1029        RTEMS_PROG_CC_FOR_TARGET.
1030
10312001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1032
1033        * README.cdn-X: Update.
1034        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
1035        @CPPFLAGS@ to CPPFLAGS.
1036
10372001-04-20      Eric Valette <valette@crf.canon.fr>
1038
1039        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
1040        BSPs support the new exception processing model and
1041        consequently, librdbg.
1042
10432001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * configure.in: Reworked for Canadian Cross support.
1046        * Makefile.am: Reflect changes to configure.in.
1047        * config.guess, config.sub: Update from subversions.gnu.org.
1048        * README.cdn-X: New file.
1049        * tools/Makefile.am: Remove build, tools from SUBDIRS.
1050
10512001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1052
1053        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
1054        TARGET_CONFIG_SUBDIRS.
1055        * aclocal/enable-bsp.m4: fix quoting.
1056        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
1057
10582001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1059
1060        * aclocal/config-subdirs.m4: New file.
1061        * aclocal/target.m4: Use macros from config-subdirs.m4.
1062
10632001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1064
1065        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
1066        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
1067
10682001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1069
1070        * configure.in: Fix AM_INIT_AUTOMAKE.
1071        * aclocal/bsp-arg-enable.m4: Extend comments.
1072        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
1073        the default clause.
1074
10752001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
1078        RTEMS_ENV_RTEMSCPU.
1079        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
1080        special treatment for GCC_SPECS.
1081        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
1082        special treatment for GCC_SPECS.
1083        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
1084        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
1085        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
1086        instead of $(shell ..) for LIBC_LIB*.
1087
10882001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
1091        simsh7045.
1092
10932001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1094
1095        * automake/compile.am: Add LD.
1096
10972000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1098
1099        * config.guess, config.sub: Update from CVS-autoconf to pick
1100        up new features (e.g. CC_FOR_BUILD in config.guess) but is
1101        necessary anyway to use autoconf-versions > 2.13.
1102
11032000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
1106        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
1107        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
1108        help string.
1109        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
1110
11112000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1112
1113        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
1114        Modified to reflect addition of LEON BSPs as well as the
1115        no-FP ERC32 variant.
1116
11172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1120        standard).
1121        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1122        standard).
1123        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
1124        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
1125        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1126        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
1127
11282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1129
1130        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
1131        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
1132        $host instead of $target (BUG-FIX).
1133        * configure.in: Use $target and $host instead of $target_alias and
1134        $host_alias (autoconf-2.49b).
1135        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
1136        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
1137
1138        NOTES:
1139        * autoconf-2.49b depredicates using changequotes.
1140        * The changes to configure.in are due to cleanups in
1141        autoconf-2.49b's implemention of canonicalization. With
1142        autoconf-2.1x it wasn't always clear, when to use $xxx or
1143        $xxx_alias. Now this is clear.
1144
11452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1148
11492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
1152        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
1153        with an RTEMS specific but more restrictive autoconf macro.
1154
11552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1156
1157        * automake/lib.am: Add LD.
1158
11592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1160
1161        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
1162        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
1163
11642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165 
1166        * aclocal/*: Replace with contents of macros/*.m4
1167        * macros/: Remove.
1168        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1169        * Makefile.am: Reflect changes to aclocal/ and macros/.
1170
11712000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1172
1173        * configure.in: New, Cygnus/GNU style configuration.
1174        * Makefile.am: Add macros/, reflect new configure.in,
1175        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1176        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1177        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1178        * macros/tool-prefix.m4: Remove.
1179        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1180        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1181        RTEMS_ROOT.
1182        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1183        * macros/multilib.m4: Various minor fixes.
1184        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1185        PROJECT_ROOT, RTEMS_ROOT.
1186        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1187        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1188
11892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1190
1191        * automake/multilib.am: New file.
1192        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1193        the automake/ directory.
1194
11952000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
1197        * macros/enable-hwapi.m4: Removed.
1198        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1199        A small cleanup step towards gnu-canonicalization.
1200
12012000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1202
1203        * macros: New directory.
1204        * macros/bsp-alias.m4: new file.
1205        * macros/canonical-host.m4: new file.
1206        * macros/canonical-target-name.m4: new file.
1207        * macros/canonicalize-tools.m4: new file.
1208        * macros/check-bsp-cache.m4: new file.
1209        * macros/check-bsps.m4: new file.
1210        * macros/check-cpu.m4: new file.
1211        * macros/rtems-debug.m4: new file.
1212        * macros/check-cxx.m4: new file.
1213        * macros/check-itron.m4: new file.
1214        * macros/check-multiprocessing.m4: new file.
1215        * macros/check-networking.m4: new file.
1216        * macros/check-newlib.m4: new file.
1217        * macros/check-posix.m4: new file.
1218        * macros/check-rdbg.m4: new file.
1219        * macros/enable-bare.m4: new file.
1220        * macros/enable-cxx.m4: new file.
1221        * macros/enable-gcc28.m4: new file.
1222        * macros/enable-inlines.m4: new file.
1223        * macros/enable-itron.m4: new file.
1224        * macros/enable-libcdir.m4: new file.
1225        * macros/enable-multiprocessing.m4: new file.
1226        * macros/enable-networking.m4: new file.
1227        * macros/enable-posix.m4: new file.
1228        * macros/enable-rdbg.m4: new file.
1229        * macros/enable-rtemsbsp.m4: new file.
1230        * macros/enable-tests.m4: new file.
1231        * macros/gcc-pipe.m4: new file.
1232        * macros/gcc-specs.m4: new file.
1233        * macros/i386-gas-code16.m4: new file.
1234        * macros/path-ksh.m4: new file.
1235        * macros/path-perl.m4: new file.
1236        * macros/prog-cc.m4: new file.
1237        * macros/prog-cxx.m4: new file.
1238        * macros/project-root.m4: new file.
1239        * macros/rtems-top.m4: new file.
1240        * macros/sysv-ipc.m4: new file.
1241        * macros/target.m4: new file.
1242        * macros/rtems-test-no-pause.m4: new file.
1243        * macros/multilib.m4: new file.
1244        * macros/tool-paths.m4: new file.
1245        * macros/tool-prefix.m4: new file.
1246
12472000-09-14      Joel Sherrill <joel@OARcorp.com>
1248
1249        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1250
12512000-09-14      Joel Sherrill <joel@OARcorp.com>
1252
1253        * aclocal/enable-hwapi.m4: Now longer used and removed.
1254
12552000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1256
1257        * automake/lib.am: Remove leaf.cfg.
1258
12592000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * aclocal/rtems-top.m4: Add ENDIF-hack.
1262        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1263
12642000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1265
1266        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1267        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1268        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1269        * automake/compile.am: Replaced.
1270        * automake/local.am: Remove building variant handling.
1271
12722000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1273
1274        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1275        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1276        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1277        * aclocal/target.m4: Cleanup comments
1278        * Automake/compile.am: Add DEFS support to keep building happy.
1279
12802000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1281
1282        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1283
12842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * automake/compile.am: New file
1287        * ChangeLog: Fix email addresses
1288
12892000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1290
1291        * LICENSE.NET, README, README.configure: Spelling corrections.
1292
12932000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1296
12972000-08-30      Joel Sherrill <joel@OARcorp.com>
1298
1299        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1300
13012000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1302
1303        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1304
13052000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * aclocal/check-bsps.h:
1308          - Add pck6-BSP
1309          - Exclude ChangeLog from being picked up as BSP
1310        * aclocal/bsp-alias.m4: Add pck6-BSP
1311
13122000-08-10      Joel Sherrill <joel@OARcorp.com>
1313
1314        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.