source: rtems/ChangeLog @ 82fe9c1

4.104.114.84.95
Last change on this file since 82fe9c1 was 82fe9c1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/28/04 at 15:32:02

2004-07-28

  • aclocal/version.m4: Updated to rtems-4.6.99.1.
  • Property mode set to 100644
File size: 42.6 KB
Line 
12004-07-28 
2
3    * aclocal/version.m4: Updated to rtems-4.6.99.1.
4
52004-07-14      Jay Monkman
6
7        * MAINTAINERS: Added Jay Monkman as ARM architecture maintainer
8
92004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * aclocal/rtems-top.m4: Remove ENDIF.
12        Remove with_target_subdir defaulting to '.'.
13        * acinclude.m4: Add --includedir to sub_configure_args.
14
152004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: DIST_SUBDIRS = $(SUBDIRS).
18        Rework dist-hook.
19        * configure.ac: Reflect changes to RTEMS_ENABLE_RTEMSBSP.
20        * aclocal/enable-rtemsbsp.m4: Add support for --disable-rtemsbsp.
21
222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: RTEMS_BUILD_CONFIG_SUBDIRS([testsuites/tools]).
25
262004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Remove AUTOMAKE_FILES.
29        Cleanup duplicate ACLOCAL_FILES.
30        EXTRA_DIST += config-ml.in.
31        DIST_SUBDIRS += make.
32        Add dist-hook.
33        * configure.ac: Add dist-bzip2 no-dist-gzip to AUTOMAKE_OPTIONS.
34
352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * bootstrap: RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY).
38
392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * VERSION: 4.6.99.0.
42        * aclocal/version.m4: 4.6.99.0.
43
442004-02-06      Joel Sherrill <joel@OARcorp.com>
45
46        * aclocal/bsp-alias.m4: Readd aliases for p4600 and p4650
47        which were accidentally removed when purging the mips64orion.
48
492004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * aclocal/rpm.m4: Make osversions the default.
52        * aclocal/rtems-top.m4: Remove check for version.m4 (Breaks make
53        distcheck).
54
552004-02-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * aclocal/rpm.m4: New (extracted from scripts/configure.ac).
58
592004-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Require automake >= 1.8.2.
62        * aclocal/check-bsps.m4: Also test for make/custom/*.cfg.
63
642004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Requires automake >= 1.8.1.
67
682004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * .cvsignore: Remove mkinstalldirs.
71        * bootstrap: Remove compile during "clean".
72
732004-01-08      Joel Sherrill <joel@OARcorp.com>
74
75        * .cvsignore: Add compile.
76
772004-01-07      Joel Sherrill <joel@OARcorp.com>
78
79        * README.configure: Remove efi68k and efi332 references as they are no
80        longer in the tree.
81
822004-01-07      Joel Sherrill <joel@OARcorp.com>
83
84        * aclocal/bsp-alias.m4, aclocal/rtems-cpu-subdirs.m4: mips64orion port
85        removed as mips port more completely covers the MIPS family.
86
872003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * README.configure: Reflect requireing autoconf-2.59 and
90        automake-1.8.
91
922003-12-17      Joel Sherrill <joel@OARcorp.com>
93
94        * VERSION: Updated to rtems-20031217-test.
95
962003-12-17  Joel Sherrill <joel@OARcorp.com>
97
98    * aclocal/version.m4: Updated to rtems-20031217-test.
99
1002003-12-17      Joel Sherrill <joel@OARcorp.com>
101
102        * release_support: Correct method used to find ChangeLog associated
103        with the version.m4 files.  Keep going until I can get a tarball cut.
104
1052003-12-17      Joel Sherrill <joel@OARcorp.com>
106
107        * release_support: Use dirname not basedir.  Keep going until I
108        can get a tarball cut.
109
1102003-12-17      Joel Sherrill <joel@OARcorp.com>
111
112        * release_support: New file -- assistant to new cut_release script.
113
1142003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Remove automake/compile.am
117
1182003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * automake/compile.am: Remove (Unused).
121
1222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * automake/lib.am: Remove (Unused).
125
1262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
129
1302003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Remove make/custom/Makefile.
133        * Makefile.am: Cosmetics.
134        * automake/compile.am: Remove compilation rules.
135        Remove $(ARCH) directory generation.
136
1372003-11-26      Joel Sherrill <joel@OARcorp.com>
138
139        * MAINTAINERS: New file.
140
1412003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4,
144        aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4,
145        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
146        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
147        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
148        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
149        aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4,
150        aclocal/enable-tests.m4, aclocal/multilib.m4,
151        aclocal/path-ksh.m4, aclocal/project-root.m4,
152        aclocal/rtems-top.m4, aclocal/tool-paths.m4,
153        acinclude.m4:
154        Fix underquoting to silence automake-1.8.
155
1562003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * config-ml.in: Don't built multilib variant normal (-mn) for
159        h8300-*-rtems*.
160
1612003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * aclocal/config-subdirs.m4: Remove.
164        * Makefile.am: Reflect changes above.
165
1662003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * aclocal/canonical-host.m4: Remove.
169        * Makefile.am: Reflect changes above.
170
1712003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in
174        c/src/lib/libbsp/*/acinclude.m4.
175
1762003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * aclocal/check-cpu.m4: Remove.
179        * Makefile.am: Remove reference to aclocal/check-cpu.m4.
180        * acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of
181        $1 in $srcdir before adding dir to SUBDIRS.
182
1832003-09-26  Joel Sherrill <joel@OARcorp.com>
184
185        * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
186
1872003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
190        patches).
191        * aclocal/enable-tests.m4: Change to support
192        --enable-tests=no|yes|samples, default is samples.
193
1942003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Correct bogus ACLOCAL_FILES.
197
1982003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4,
201        aclocal/bspopts.m4, aclocal/canonicalize-tools.m4,
202        aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4,
203        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
204        aclocal/check-networking.m4, aclocal/check-newlib.m4,
205        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
206        aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4,
207        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
208        aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4,
209        aclocal/path-perl.m4, aclocal/ppc.m4,
210        aclocal/prog-cc.m4, aclocal/prog-ccas.m4,
211        aclocal/prog-cxx.m4, aclocal/prog-gnat.m4,
212        aclocal/rtems-debug.m4, aclocal/rtems-flags.m4,
213        aclocal/rtems-test-no-pause.m4, aclocal/target.m4:
214        Remove (Unused).
215        * automake/leaf.am, automake/force-preinstall.am:
216        Remove (Unused).
217        * Makefile.am: Reflect changes above.
218
2192003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * automake/local.am, automake/host.am: Remove "debug".
222
2232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
226
2272003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
230        Add "autoconf-2.5x unquoting" hack.
231
2322003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * config.sub: Remove (Automatically added by automake, again).
235        * bootstrap: Reflect change above.
236        * configure.ac: Require automake >= 1.7.6.
237
2382003-07-03      Joel Sherrill <joel@OARcorp.com>
239
240        * SUPPORT: Fix Mark Johannes' email address.
241
2422003-07-03      Joel Sherrill <joel@OARcorp.com>
243
244        * VERSION: Updated to rtems-ss-20030703.
245
2462003-07-03      Joel Sherrill <joel@OARcorp.com>
247
248        * aclocal/version.m4: Updated to rtems-ss-20030703.
249
2502003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * bootstrap: Reflect having added config.sub.
253        * config.sub: New from subversions to accomodate c4x/tic4x.
254
2552003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        PR 412/make_build
258        * configure.ac: Remove "BLEEDING EDGE" warning.
259        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
260        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
261        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
262        * aclocal/gcc-isystem.m4: New.
263        * Makefile.am: Add aclocal/gcc-isystem.m4.
264
2652003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * automake/local.am: Remove $(ARCH), clean-local.
268
2692003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        PR 321:
272        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
273        * aclocal/env-rtemsbsp.m4
274        * automake/compile.am
275        * automake/host.am
276        * automake/local.am
277
2782003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
281        * automake/compile.am: Remove LIBSUFFIX_VA.
282        Merger from rtems-4-6-branch.
283
2842003-04-17      Joel Sherrill <joel@OARcorp.com>
285
286        * VERSION: Updated to rtems-ss-20030417.
287
2882003-04-17      Joel Sherrill <joel@OARcorp.com>
289
290        * aclocal/version.m4: Updated to rtems-ss-20030417.
291
2922003-04-11      Joel Sherrill <joel@OARcorp.com>
293
294        * VERSION: Updated to rtems-ss-20030411.
295
2962003-04-11      Joel Sherrill <joel@OARcorp.com>
297
298        * aclocal/version.m4: Updated to rtems-ss-20030411.
299
3002003-04-11      Joel Sherrill <joel@OARcorp.com>
301
302        * VERSION: Updated to rtems-ss-20020411.
303
3042003-04-11      Joel Sherrill <joel@OARcorp.com>
305
306        * aclocal/version.m4: Updated to rtems-ss-20020411.
307
3082003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * acinclude.m4: Reformat build_* handling.
311        Preset *_alias if empty.
312        * configure.ac: Change tools/build to build-config dirs.
313        Conditionally build tools/build as host-config dirs.
314
3152003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * acinclude.m4: Fix broken comments.
318        Add hidden option --enable-experimental.
319        * README.cdn-X: Update.
320        * configure.ac: Build tools/build as host and build-host tools to
321        accomodate those BSPs applying packhex in <BSP>.cfg.
322        Build tools/cpu as build-host tools.
323
3242003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * tools/Makefile.am: Remove.
327        * configure.ac: Remove tools.
328        * acinclude.m4: Fix build_subdir handling.
329        * Makefile.am: Remove tools from SUBDIRS.
330        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
331
3322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Remove AC_CONFIG_AUX_DIR.
335        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
336
3372003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * bootstrap: Add ACLOCAL, AUTOHEADER.
340        Don't check for auto*tool-versions.
341
3422003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
345
3462003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * automake/compile.am: Introduce depend-gcc.
349        * automake/lib.am: Remove stray comment.
350        * automake/local.am: Introduce depend-gcc.
351
3522003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
355
3562003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
359        * automake/local.am: Remove $(ARCH), clean-local.
360        * automake/compile.am: Add $(ARCH), clean-local.
361        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
362
3632003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Remove references to obsoleted files
366        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
367
3682003-02-14      Joel Sherrill <joel@OARcorp.com>
369
370        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
371        references.
372
3732003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
376
3772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * bootstrap: Remove attempts to detect autoconf and automake using
380        "which" (PR 325).
381
3822003-02-06      Joel Sherrill <joel@OARcorp.com>
383
384        * README.configure: Updated to reflect new BSPs and deprecated
385        targets.
386
3872003-01-28      Joel Sherrill <joel@OARcorp.com>
388
389        * VERSION: Updated to rtems-ss-20030128.
390
3912003-01-28      Joel Sherrill <joel@OARcorp.com>
392
393        * aclocal/version.m4: Updated to rtems-ss-20030128.
394
3952003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
398        Remove CLOBBER_DEPEND (Unused).
399
4002003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * automake/local.am: Remove distclean-local.
403
4042001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
407        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
408
4092002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
412        Rework RTEMS_PROG_CXX_FOR_TARGET.
413
4142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
417
4182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
421
4222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
425
4262002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * bootstrap: Require autoconf 2.54 or 2.57.
429        Require automake-1.7.2.
430
4312002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
434        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
435        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
436
4372002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
440
4412002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * automake/compile.am: Remove hard-coded *_PROFILE_V.
444        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
445        CFLAGS_PROFILE_V.
446        Remove CPPFLAGS_GCC.
447
4482002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
451        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
452        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
453        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
454
4552002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * aclocal/rtems-flags.m4: New.
458
4592002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * bootstrap: Allow autoconf-2.57.
462
4632002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * aclocal/prog-cc.m4: Remove GCCSED.
466
4672002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
470        Remove LDFLAGS.
471        Add CCAS, CCASCOMPILE.
472        Remove compilation rules for *.cpp, *.cxx, *.C.
473        Use CCASCOMPILE to compile *.S.
474        Add -pg to RTEMS_CFLAGS_PROFILE_V.
475
4762002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Remove c/make.
479
4802002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * aclocal/prog-ccas.m4: New.
483        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
484        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
485        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
486
4872002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * acinclude.m4: Conditionally append --target=.
490
4912002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
494
4952002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * automake/compile.am: Remove LD_PATHS (Unused).
498        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
499        is announced obsolete).
500
5012002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
504
5052002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * aclocal/sysv-ipc.m4: Remove (Unused).
508        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
509
5102002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * acinclude.m4: Lots of changes addressing PR 312.
513
5142002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
517        to PR 312).
518
5192002-11-18      Joel Sherrill <joel@OARcorp.com>
520
521        * VERSION: Updated to rtems-ss-20021118.
522
5232002-11-18      Joel Sherrill <joel@OARcorp.com>
524
525        * aclocal/version.m4: Updated to rtems-ss-20021118.
526
5272002-11-17      Joel Sherrill <joel@OARcorp.com>
528
529        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
530        Motorola MTX603e.
531
5322002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
535
5362002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
539        * configure.ac: Ditto.
540
5412002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
544        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
545        Support @CFLAGS@, @CXXFLAGS@.
546
5472002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * bootstrap: Allow autoconf-2.56.
550
5512002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
554        Fix stupid typo (continue/configure).
555        * aclocal/prog-cc.m4: Remove obsolete comments.
556        Acknowledge CFLAGS.
557
5582002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
561        end of the args passed to sub-configure-scripts. (Reported by
562        Wulf Hofbauer <wh73@cornell.edu>)
563
5642002-11-12      Joel Sherrill <joel@OARcorp.com>
565
566        * configure.ac: Remove make/compilers/Makefile.
567
5682002-11-11      Joel Sherrill <joel@OARcorp.com>
569
570        * VERSION: Updated to rtems-ss-20021111.
571
5722002-11-11      Joel Sherrill <joel@OARcorp.com>
573
574        * aclocal/version.m4: Updated to rtems-ss-20021111.
575
5762002-11-11      Joel Sherrill <joel@OARcorp.com>
577
578        * VERSION: Updated to rtems-ss-20021111.
579
5802002-11-11      Joel Sherrill <joel@OARcorp.com>
581
582        * aclocal/version.m4: Updated to rtems-ss-20021111.
583
5842002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * automake/compile.am: Remove rel rule.
587
5882002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
591
5922002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac: Remove make/Templates/Makefile.
595        * README.configure: Minor massaging.
596
5972002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        Further preparations for autoconf > 2.52:
600        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
601        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
602        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
603
6042002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * acinclude.m4: Adapations to autoconf > 2.52.
607
6082002-11-01      Joel Sherrill <joel@OARcorp.com>
609
610        * ChangeLog: Corrected.
611
6122002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * bootstrap: Add generate_bspdir_acinclude to automatically update
615        c/src/lib/libbsp/<cpu>/acinclude.m4.
616        Use #! /bin/sh instead of #!/bin/sh.
617        Remove autom4te*.cache during ./bootstrap --clean.
618
6192002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
622        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
623        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
624        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
625        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
626        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
627        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
628        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
629        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
630        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
631        (autoconf > 2.54 seems to have problems with the old form of
632        quoting).
633
6342002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
637        (autoconf > 2.54 complains about).
638
6392002-10-21      Joel Sherrill <joel@OARcorp.com>
640
641        * VERSION: Updated to rtems-20021021-test.
642
6432002-10-21      Joel Sherrill <joel@OARcorp.com>
644
645        * aclocal/version.m4: Updated to rtems-20021021-test.
646
6472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * .cvsignore: Reformat.
650        Add autom4te*cache.
651        Remove autom4te.cache.
652
6532002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
656
6572002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
660        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
661
6622002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * bootstrap: Add autoconf/automake version checks by popular demand.
665        [FWIW: I dislike this.]
666
6672002-10-07      Joel Sherrill <joel@OARcorp.com>
668
669        * VERSION: Updated to rtems-ss-20021007.
670
6712002-10-07      Joel Sherrill <joel@OARcorp.com>
672
673        * aclocal/version.m4: Updated to rtems-ss-20021007.
674
6752002-10-04      Joel Sherrill <joel@OARcorp.com>
676
677        * VERSION: Updated to rtems-JUNK.
678
6792002-10-04      Joel Sherrill <joel@OARcorp.com>
680
681        * aclocal/version.m4: Updated to rtems-JUNK.
682
6832002-10-04      Joel Sherrill <joel@OARcorp.com>
684
685        * VERSION: Updated to rtems-ss-20021004.
686
6872002-10-04      Joel Sherrill <joel@OARcorp.com>
688
689        * aclocal/version.m4: Updated to rtems-ss-20021004.
690
6912002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
694        autoconf-2.53 PACKAGE crap.
695
6962002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * aclocal/prog-gnat.m4: New.
699
7002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * aclocal/bsp-configure.m4: Fix small typo in comment.
703
7042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
707
7082002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
711        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
712        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
713
7142002-08-07      Joel Sherrill <joel@OARcorp.com>
715
716        * aclocal/version.m4: Updated to rtems-ss-20020807.
717
7182002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
721
7222002-07-31      Joel Sherrill <joel@OARcorp.com>
723
724        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
725        was just a stub and only the OR32 port is getting worked on.
726
7272002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * aclocal/subdirs.m4: Remove.
730        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
731
7322002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
735        exec/score/cpu.
736
7372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
740        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
741        compilation rules (Work-around to an automake bug).
742        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
743        make-library.
744
7452002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * configure.ac: Activate cpukit. Remove references to c/src/exec.
748
7492002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
752
7532002-07-17      Joel Sherrill <joel@OARcorp.com>
754
755        * aclocal/version.m4: Updated to rtems-ss-20020717.
756
7572002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * config-ml.in: Imported from gcc-3.1.
760        Change to match c/src/config-ml.in.
761
7622002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * aclocal/check-multiprocessing.m4: Reworked.
765        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
766
7672002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * automake/multilib.am: Remove.
770        * Makefile.am: Reflect change above.
771
7722002-06-28      Joel Sherrill <joel@OARcorp.com>
773
774        * aclocal/version.m4: Updated to rtems-ss-20020628.
775
7762002-06-27      Joel Sherrill <joel@OARcorp.com>
777
778        * tools/Makefile.am: Build the cpu dependent tools as well.
779
7802002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * aclocal/env-rtemscpu.m4: Remove.
783        * aclocal/multi.m4: Remove.
784        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
785
7862002-05-28      Joel Sherrill <joel@OARcorp.com>
787
788        * aclocal/version.m4: Updated to rtems-ss-20020528.
789
7902002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * aclocal/prog-cc.m4: Remove GCC272 support.
793        Remove ENABLE_LIBCDIR.
794        * aclocal/prog-cxx.m4: Ditto.
795        * aclocal/enable-gcc28.m4: Remove.
796        * aclocal/enable-libcdir.m4: Ditto.
797
7982002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
801        ENABLE_GCC28.
802
8032002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * automake/compile.am: Remove GCC272 support.
806        Remove *.sh rule (unused).
807        * configure.ac: Remove ENABLE_GCC28.
808        Remove ENABLE_LIBCDIR.
809
8102002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * .cvsignore: Added mdate-sh and texinfo.tex.
813
8142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * aclocal/version.m4: New file.
817        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
818        aclocal/version.m4.
819        * bootstrap: Use aclocal/version.m4 instead of VERSION.
820        * configure.ac: Use aclocal/version.m4 instead of VERSION.
821
8222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * configure.ac:
825        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
826        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
827        * Makefile.am: Remove AUTOMAKE_OPTIONS.
828        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
829
8302002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
833        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
834
8352002-03-08      Joel Sherrill <joel@OARcorp.com>
836
837        * VERSION: Updated to rtems-mg5-20020808.
838
8392002-03-01      Joel Sherrill <joel@OARcorp.com>
840
841        * VERSION: Updated to rtems-ss-20020301.
842
8432002-02-15      Joel Sherrill <joel@OARcorp.com>
844
845        * VERSION: Updated to rtems-ss-20020215.
846
8472002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * aclocal/subdirs.m4: Propagate the current $prefix to the
850        sub-configures.
851
8522002-02-05      Joel Sherrill <joel@OARcorp.com>
853
854        * VERSION: Updated to rtems-ss-20020205.
855
8562002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
859        compatibility.
860        * bootstrap: Let --clean remove texinfo.tex.
861
8622002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
865
8662002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * configure.ac: Add --enable-docs support. Add
869        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
870        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
871        hard-coded SUBDIRS.
872        * README.configure: Added a bit of information on this new option.
873
8742002-01-18      Joel Sherrill <joel@OARcorp.com>
875
876        * VERSION: Updated to rtems-ss-20020118.
877
8782002-01-18      Joel Sherrill <joel@OARcorp.com>
879
880        * VERSION: Updated to rtems-20020118.
881
8822002-01-17      Joel Sherrill <joel@OARcorp.com>
883
884        * VERSION: Updated to rtems-ss-20020717.
885
8862002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
889        check upon host_alias != build_alias.
890
8912002-01-07      Joel Sherrill <joel@OARcorp.com>
892
893        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
894        last line to eliminate 100's of warnings.
895
8962002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * aclocal/check-newlib.m4: Apply AS_IF.
899        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
900        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
901        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
902        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
903        changes.
904        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
905        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
906        * automake/compile.am: Remove librtemsall from LINK_FILES.
907
9082001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
911        * aclocal/subdirs.m4: New file.
912        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
913        modifications.
914        * aclocal/check-posix.m4: Apply AS_IF.
915        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
916        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
917        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
918        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
919        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
920        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
921        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
922        OUTPUT_COMMANDS.
923        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
924        * aclocal/rtems-debug.m4: Minor cleanups.
925        * aclocal/rtems-top.m4: Minor cleanups.
926        * automake/compile.am: Further steps towards automake's rules.
927
9282001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
931        * automake/lib.am: Add MULTISUBDIR.
932
9332001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * bootstrap: Run autoheader when configure.ac contains
936        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
937
9382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * aclocal/bsp-configure.m4: New file.
941        * Makefile.am: Add aclocal/bsp-configure.m4.
942
9432001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * Makefile.am: Add automake/force-preinstall.am,
946        aclocal/ppc.am, remove ACLOCAL_M4.
947
9482001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * aclocal/bsp-alias.m4: Remove score603e_g1.
951        * aclocal/check-bsps.m4: Remove score603e_g1.
952        * aclocal/prog-cc.m4: Apply m4_if.
953
954
9552001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * automake/force-preinstall.am: New file.
958        * aclocal/ppc.m4: New file.
959
9602001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * aclocal/check-bsps.m4: Reworked.
963        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
964
9652001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * aclocal/bspopts.m4: New file.
968
9692001-11-13      Joel Sherrill <joel@OARcorp.com>
970
971        * COPYING: Test of $Id$ -> $RTEMS$.
972
9732001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
974
975        This modification is part of the submitted modifications necessary to
976        support the IBM PPC405 family.  This submission was reviewed by
977        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
978        not negatively impact the ppc403 BSPs.  The submission and tracking
979        process was captured as PR50.
980        * README.configure: Added gen405 BSP.
981
9822001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
983
984        * Adopt more automake rules:
985        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
986        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
987        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
988        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
989        CXXLINK_APP in make-cxx-exe.
990        * automake/lib.am: Add ARFLAGS.
991
9922001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
995        config.cache's which prevented powerpc targets librdbg from building.
996
9972001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
1000        add 2nd arg to _RTEMS_CPU_SUBDIR.
1001        * aclocal/target.m4: Replace ac_configure_args with
1002        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
1003        * Makefile.am: Require automake-1.5.
1004
10052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1006
1007        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1008        * configure.in: Remove.
1009        * configure.ac: New file, generated from configure.in by autoupdate.
1010
10112001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1012
1013        * aclocal/rtems-cpu-subdirs.m4: New file.
1014
10152001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * automake/compile.am: Fundamentally reworked compilation rules for
1018        closer adaptation to automake's behavior.
1019
10202001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * automake/lib.am: Comment out LD.
1023        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
1024        automake/leaf.am to AUTOMAKE_FILES.
1025
10262001-09-27      Joel Sherrill <joel@OARcorp.com>
1027
1028        * config.guess: No longer in CVS since installed by bootstrap.
1029
10302001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * bootstrap: remove/add automake added files.
1033        * .cvsignore: reflect changes to bootstrap.
1034
10352001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * automake/leaf.am: New file.
1038
10392001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
1042        of AC_CANONICAL_SYSTEM.
1043        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
1044        mkinstalldirs and mkdir.
1045        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
1046        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
1047        _RTEMS_OUTPUT_BUILD_SUBDIRS.
1048       
10492001-09-13      Joel Sherrill <joel@OARcorp.com>
1050
1051        * missing: Updated to latest version.
1052
10532001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1054
1055        * configure.in: autoupdate to autoconf-2.52.
1056        * bootstrap: Add handling for configure.ac, make autoheader verbose,
1057        fix auto*tool invocation order.
1058        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
1059        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
1060        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
1061        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
1062        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
1063        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
1064        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
1065        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
1066        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
1067        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
1068        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
1069        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
1070        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
1071        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
1072        RTEMS_CONFIG_PER_BSP conditional.
1073        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
1074        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
1075        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
1076
10772001-05-25      Joel Sherrill <joel@OARcorp.com>
1078
1079        * README.configure: Corrected the name of the MRM332 BSP.
1080        Strengthened the distinction between what the target
1081        and the BSP each select.  Added more targets to list.
1082
10832001-05-25      Joel Sherrill <joel@OARcorp.com>
1084
1085        * README.configure: Updated the list of BSPs.
1086
10872001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1088
1089        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
1090        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
1091        Add support for DOS-drive-letters.
1092
10932001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1094
1095        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
1096        RTEMS_PROG_CC_FOR_TARGET.
1097
10982001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1099
1100        * README.cdn-X: Update.
1101        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
1102        @CPPFLAGS@ to CPPFLAGS.
1103
11042001-04-20      Eric Valette <valette@crf.canon.fr>
1105
1106        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
1107        BSPs support the new exception processing model and
1108        consequently, librdbg.
1109
11102001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * configure.in: Reworked for Canadian Cross support.
1113        * Makefile.am: Reflect changes to configure.in.
1114        * config.guess, config.sub: Update from subversions.gnu.org.
1115        * README.cdn-X: New file.
1116        * tools/Makefile.am: Remove build, tools from SUBDIRS.
1117
11182001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1119
1120        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
1121        TARGET_CONFIG_SUBDIRS.
1122        * aclocal/enable-bsp.m4: fix quoting.
1123        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
1124
11252001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1126
1127        * aclocal/config-subdirs.m4: New file.
1128        * aclocal/target.m4: Use macros from config-subdirs.m4.
1129
11302001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1131
1132        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
1133        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
1134
11352001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1136
1137        * configure.in: Fix AM_INIT_AUTOMAKE.
1138        * aclocal/bsp-arg-enable.m4: Extend comments.
1139        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
1140        the default clause.
1141
11422001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1143
1144        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
1145        RTEMS_ENV_RTEMSCPU.
1146        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
1147        special treatment for GCC_SPECS.
1148        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
1149        special treatment for GCC_SPECS.
1150        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
1151        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
1152        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
1153        instead of $(shell ..) for LIBC_LIB*.
1154
11552001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1156
1157        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
1158        simsh7045.
1159
11602001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1161
1162        * automake/compile.am: Add LD.
1163
11642000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * config.guess, config.sub: Update from CVS-autoconf to pick
1167        up new features (e.g. CC_FOR_BUILD in config.guess) but is
1168        necessary anyway to use autoconf-versions > 2.13.
1169
11702000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1171
1172        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
1173        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
1174        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
1175        help string.
1176        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
1177
11782000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1179
1180        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
1181        Modified to reflect addition of LEON BSPs as well as the
1182        no-FP ERC32 variant.
1183
11842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1187        standard).
1188        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1189        standard).
1190        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
1191        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
1192        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1193        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
1194
11952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1196
1197        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
1198        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
1199        $host instead of $target (BUG-FIX).
1200        * configure.in: Use $target and $host instead of $target_alias and
1201        $host_alias (autoconf-2.49b).
1202        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
1203        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
1204
1205        NOTES:
1206        * autoconf-2.49b depredicates using changequotes.
1207        * The changes to configure.in are due to cleanups in
1208        autoconf-2.49b's implemention of canonicalization. With
1209        autoconf-2.1x it wasn't always clear, when to use $xxx or
1210        $xxx_alias. Now this is clear.
1211
12122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1215
12162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1217
1218        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
1219        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
1220        with an RTEMS specific but more restrictive autoconf macro.
1221
12222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * automake/lib.am: Add LD.
1225
12262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1227
1228        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
1229        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
1230
12312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1232 
1233        * aclocal/*: Replace with contents of macros/*.m4
1234        * macros/: Remove.
1235        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1236        * Makefile.am: Reflect changes to aclocal/ and macros/.
1237
12382000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1239
1240        * configure.in: New, Cygnus/GNU style configuration.
1241        * Makefile.am: Add macros/, reflect new configure.in,
1242        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1243        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1244        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1245        * macros/tool-prefix.m4: Remove.
1246        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1247        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1248        RTEMS_ROOT.
1249        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1250        * macros/multilib.m4: Various minor fixes.
1251        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1252        PROJECT_ROOT, RTEMS_ROOT.
1253        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1254        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1255
12562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * automake/multilib.am: New file.
1259        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1260        the automake/ directory.
1261
12622000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1263
1264        * macros/enable-hwapi.m4: Removed.
1265        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1266        A small cleanup step towards gnu-canonicalization.
1267
12682000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * macros: New directory.
1271        * macros/bsp-alias.m4: new file.
1272        * macros/canonical-host.m4: new file.
1273        * macros/canonical-target-name.m4: new file.
1274        * macros/canonicalize-tools.m4: new file.
1275        * macros/check-bsp-cache.m4: new file.
1276        * macros/check-bsps.m4: new file.
1277        * macros/check-cpu.m4: new file.
1278        * macros/rtems-debug.m4: new file.
1279        * macros/check-cxx.m4: new file.
1280        * macros/check-itron.m4: new file.
1281        * macros/check-multiprocessing.m4: new file.
1282        * macros/check-networking.m4: new file.
1283        * macros/check-newlib.m4: new file.
1284        * macros/check-posix.m4: new file.
1285        * macros/check-rdbg.m4: new file.
1286        * macros/enable-bare.m4: new file.
1287        * macros/enable-cxx.m4: new file.
1288        * macros/enable-gcc28.m4: new file.
1289        * macros/enable-inlines.m4: new file.
1290        * macros/enable-itron.m4: new file.
1291        * macros/enable-libcdir.m4: new file.
1292        * macros/enable-multiprocessing.m4: new file.
1293        * macros/enable-networking.m4: new file.
1294        * macros/enable-posix.m4: new file.
1295        * macros/enable-rdbg.m4: new file.
1296        * macros/enable-rtemsbsp.m4: new file.
1297        * macros/enable-tests.m4: new file.
1298        * macros/gcc-pipe.m4: new file.
1299        * macros/gcc-specs.m4: new file.
1300        * macros/i386-gas-code16.m4: new file.
1301        * macros/path-ksh.m4: new file.
1302        * macros/path-perl.m4: new file.
1303        * macros/prog-cc.m4: new file.
1304        * macros/prog-cxx.m4: new file.
1305        * macros/project-root.m4: new file.
1306        * macros/rtems-top.m4: new file.
1307        * macros/sysv-ipc.m4: new file.
1308        * macros/target.m4: new file.
1309        * macros/rtems-test-no-pause.m4: new file.
1310        * macros/multilib.m4: new file.
1311        * macros/tool-paths.m4: new file.
1312        * macros/tool-prefix.m4: new file.
1313
13142000-09-14      Joel Sherrill <joel@OARcorp.com>
1315
1316        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1317
13182000-09-14      Joel Sherrill <joel@OARcorp.com>
1319
1320        * aclocal/enable-hwapi.m4: Now longer used and removed.
1321
13222000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1323
1324        * automake/lib.am: Remove leaf.cfg.
1325
13262000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1327
1328        * aclocal/rtems-top.m4: Add ENDIF-hack.
1329        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1330
13312000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1332
1333        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1334        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1335        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1336        * automake/compile.am: Replaced.
1337        * automake/local.am: Remove building variant handling.
1338
13392000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1340
1341        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1342        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1343        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1344        * aclocal/target.m4: Cleanup comments
1345        * Automake/compile.am: Add DEFS support to keep building happy.
1346
13472000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
1349        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1350
13512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1352
1353        * automake/compile.am: New file
1354        * ChangeLog: Fix email addresses
1355
13562000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1357
1358        * LICENSE.NET, README, README.configure: Spelling corrections.
1359
13602000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1363
13642000-08-30      Joel Sherrill <joel@OARcorp.com>
1365
1366        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1367
13682000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1369
1370        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1371
13722000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1373
1374        * aclocal/check-bsps.h:
1375          - Add pck6-BSP
1376          - Exclude ChangeLog from being picked up as BSP
1377        * aclocal/bsp-alias.m4: Add pck6-BSP
1378
13792000-08-10      Joel Sherrill <joel@OARcorp.com>
1380
1381        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.