source: rtems/ChangeLog @ 532b7d1

4.104.114.84.95
Last change on this file since 532b7d1 was 532b7d1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/23/03 at 15:41:52

2003-10-23 Ralf Corsepius <corsepiu@…>

  • aclocal/config-subdirs.m4: Remove.
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 38.0 KB
Line 
12003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/config-subdirs.m4: Remove.
4        * Makefile.am: Reflect changes above.
5
62003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/canonical-host.m4: Remove.
9        * Makefile.am: Reflect changes above.
10
112003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in
14        c/src/lib/libbsp/*/acinclude.m4.
15
162003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * aclocal/check-cpu.m4: Remove.
19        * Makefile.am: Remove reference to aclocal/check-cpu.m4.
20        * acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of
21        $1 in $srcdir before adding dir to SUBDIRS.
22
232003-09-26  Joel Sherrill <joel@OARcorp.com>
24
25        * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
26
272003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
30        patches).
31        * aclocal/enable-tests.m4: Change to support
32        --enable-tests=no|yes|samples, default is samples.
33
342003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Correct bogus ACLOCAL_FILES.
37
382003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4,
41        aclocal/bspopts.m4, aclocal/canonicalize-tools.m4,
42        aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4,
43        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
44        aclocal/check-networking.m4, aclocal/check-newlib.m4,
45        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
46        aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4,
47        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
48        aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4,
49        aclocal/path-perl.m4, aclocal/ppc.m4,
50        aclocal/prog-cc.m4, aclocal/prog-ccas.m4,
51        aclocal/prog-cxx.m4, aclocal/prog-gnat.m4,
52        aclocal/rtems-debug.m4, aclocal/rtems-flags.m4,
53        aclocal/rtems-test-no-pause.m4, aclocal/target.m4:
54        Remove (Unused).
55        * automake/leaf.am, automake/force-preinstall.am:
56        Remove (Unused).
57        * Makefile.am: Reflect changes above.
58
592003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * automake/local.am, automake/host.am: Remove "debug".
62
632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
66
672003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
70        Add "autoconf-2.5x unquoting" hack.
71
722003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * config.sub: Remove (Automatically added by automake, again).
75        * bootstrap: Reflect change above.
76        * configure.ac: Require automake >= 1.7.6.
77
782003-07-03      Joel Sherrill <joel@OARcorp.com>
79
80        * SUPPORT: Fix Mark Johannes' email address.
81
822003-07-03      Joel Sherrill <joel@OARcorp.com>
83
84        * VERSION: Updated to rtems-ss-20030703.
85
862003-07-03      Joel Sherrill <joel@OARcorp.com>
87
88        * aclocal/version.m4: Updated to rtems-ss-20030703.
89
902003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * bootstrap: Reflect having added config.sub.
93        * config.sub: New from subversions to accomodate c4x/tic4x.
94
952003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        PR 412/make_build
98        * configure.ac: Remove "BLEEDING EDGE" warning.
99        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
100        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
101        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
102        * aclocal/gcc-isystem.m4: New.
103        * Makefile.am: Add aclocal/gcc-isystem.m4.
104
1052003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * automake/local.am: Remove $(ARCH), clean-local.
108
1092003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        PR 321:
112        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
113        * aclocal/env-rtemsbsp.m4
114        * automake/compile.am
115        * automake/host.am
116        * automake/local.am
117
1182003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
121        * automake/compile.am: Remove LIBSUFFIX_VA.
122        Merger from rtems-4-6-branch.
123
1242003-04-17      Joel Sherrill <joel@OARcorp.com>
125
126        * VERSION: Updated to rtems-ss-20030417.
127
1282003-04-17      Joel Sherrill <joel@OARcorp.com>
129
130        * aclocal/version.m4: Updated to rtems-ss-20030417.
131
1322003-04-11      Joel Sherrill <joel@OARcorp.com>
133
134        * VERSION: Updated to rtems-ss-20030411.
135
1362003-04-11      Joel Sherrill <joel@OARcorp.com>
137
138        * aclocal/version.m4: Updated to rtems-ss-20030411.
139
1402003-04-11      Joel Sherrill <joel@OARcorp.com>
141
142        * VERSION: Updated to rtems-ss-20020411.
143
1442003-04-11      Joel Sherrill <joel@OARcorp.com>
145
146        * aclocal/version.m4: Updated to rtems-ss-20020411.
147
1482003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * acinclude.m4: Reformat build_* handling.
151        Preset *_alias if empty.
152        * configure.ac: Change tools/build to build-config dirs.
153        Conditionally build tools/build as host-config dirs.
154
1552003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * acinclude.m4: Fix broken comments.
158        Add hidden option --enable-experimental.
159        * README.cdn-X: Update.
160        * configure.ac: Build tools/build as host and build-host tools to
161        accomodate those BSPs applying packhex in <BSP>.cfg.
162        Build tools/cpu as build-host tools.
163
1642003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * tools/Makefile.am: Remove.
167        * configure.ac: Remove tools.
168        * acinclude.m4: Fix build_subdir handling.
169        * Makefile.am: Remove tools from SUBDIRS.
170        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
171
1722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove AC_CONFIG_AUX_DIR.
175        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
176
1772003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * bootstrap: Add ACLOCAL, AUTOHEADER.
180        Don't check for auto*tool-versions.
181
1822003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
185
1862003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * automake/compile.am: Introduce depend-gcc.
189        * automake/lib.am: Remove stray comment.
190        * automake/local.am: Introduce depend-gcc.
191
1922003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
195
1962003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
199        * automake/local.am: Remove $(ARCH), clean-local.
200        * automake/compile.am: Add $(ARCH), clean-local.
201        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
202
2032003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Remove references to obsoleted files
206        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
207
2082003-02-14      Joel Sherrill <joel@OARcorp.com>
209
210        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
211        references.
212
2132003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
216
2172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * bootstrap: Remove attempts to detect autoconf and automake using
220        "which" (PR 325).
221
2222003-02-06      Joel Sherrill <joel@OARcorp.com>
223
224        * README.configure: Updated to reflect new BSPs and deprecated
225        targets.
226
2272003-01-28      Joel Sherrill <joel@OARcorp.com>
228
229        * VERSION: Updated to rtems-ss-20030128.
230
2312003-01-28      Joel Sherrill <joel@OARcorp.com>
232
233        * aclocal/version.m4: Updated to rtems-ss-20030128.
234
2352003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
238        Remove CLOBBER_DEPEND (Unused).
239
2402003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * automake/local.am: Remove distclean-local.
243
2442001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
247        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
248
2492002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
252        Rework RTEMS_PROG_CXX_FOR_TARGET.
253
2542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
257
2582002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
261
2622002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
265
2662002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * bootstrap: Require autoconf 2.54 or 2.57.
269        Require automake-1.7.2.
270
2712002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
274        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
275        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
276
2772002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
280
2812002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * automake/compile.am: Remove hard-coded *_PROFILE_V.
284        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
285        CFLAGS_PROFILE_V.
286        Remove CPPFLAGS_GCC.
287
2882002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
291        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
292        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
293        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
294
2952002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * aclocal/rtems-flags.m4: New.
298
2992002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * bootstrap: Allow autoconf-2.57.
302
3032002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * aclocal/prog-cc.m4: Remove GCCSED.
306
3072002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
310        Remove LDFLAGS.
311        Add CCAS, CCASCOMPILE.
312        Remove compilation rules for *.cpp, *.cxx, *.C.
313        Use CCASCOMPILE to compile *.S.
314        Add -pg to RTEMS_CFLAGS_PROFILE_V.
315
3162002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Remove c/make.
319
3202002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * aclocal/prog-ccas.m4: New.
323        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
324        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
325        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
326
3272002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * acinclude.m4: Conditionally append --target=.
330
3312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
334
3352002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * automake/compile.am: Remove LD_PATHS (Unused).
338        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
339        is announced obsolete).
340
3412002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
344
3452002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * aclocal/sysv-ipc.m4: Remove (Unused).
348        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
349
3502002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * acinclude.m4: Lots of changes addressing PR 312.
353
3542002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
357        to PR 312).
358
3592002-11-18      Joel Sherrill <joel@OARcorp.com>
360
361        * VERSION: Updated to rtems-ss-20021118.
362
3632002-11-18      Joel Sherrill <joel@OARcorp.com>
364
365        * aclocal/version.m4: Updated to rtems-ss-20021118.
366
3672002-11-17      Joel Sherrill <joel@OARcorp.com>
368
369        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
370        Motorola MTX603e.
371
3722002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
375
3762002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
379        * configure.ac: Ditto.
380
3812002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
384        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
385        Support @CFLAGS@, @CXXFLAGS@.
386
3872002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * bootstrap: Allow autoconf-2.56.
390
3912002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
394        Fix stupid typo (continue/configure).
395        * aclocal/prog-cc.m4: Remove obsolete comments.
396        Acknowledge CFLAGS.
397
3982002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
401        end of the args passed to sub-configure-scripts. (Reported by
402        Wulf Hofbauer <wh73@cornell.edu>)
403
4042002-11-12      Joel Sherrill <joel@OARcorp.com>
405
406        * configure.ac: Remove make/compilers/Makefile.
407
4082002-11-11      Joel Sherrill <joel@OARcorp.com>
409
410        * VERSION: Updated to rtems-ss-20021111.
411
4122002-11-11      Joel Sherrill <joel@OARcorp.com>
413
414        * aclocal/version.m4: Updated to rtems-ss-20021111.
415
4162002-11-11      Joel Sherrill <joel@OARcorp.com>
417
418        * VERSION: Updated to rtems-ss-20021111.
419
4202002-11-11      Joel Sherrill <joel@OARcorp.com>
421
422        * aclocal/version.m4: Updated to rtems-ss-20021111.
423
4242002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * automake/compile.am: Remove rel rule.
427
4282002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
431
4322002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: Remove make/Templates/Makefile.
435        * README.configure: Minor massaging.
436
4372002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        Further preparations for autoconf > 2.52:
440        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
441        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
442        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
443
4442002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * acinclude.m4: Adapations to autoconf > 2.52.
447
4482002-11-01      Joel Sherrill <joel@OARcorp.com>
449
450        * ChangeLog: Corrected.
451
4522002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * bootstrap: Add generate_bspdir_acinclude to automatically update
455        c/src/lib/libbsp/<cpu>/acinclude.m4.
456        Use #! /bin/sh instead of #!/bin/sh.
457        Remove autom4te*.cache during ./bootstrap --clean.
458
4592002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
462        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
463        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
464        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
465        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
466        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
467        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
468        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
469        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
470        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
471        (autoconf > 2.54 seems to have problems with the old form of
472        quoting).
473
4742002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
477        (autoconf > 2.54 complains about).
478
4792002-10-21      Joel Sherrill <joel@OARcorp.com>
480
481        * VERSION: Updated to rtems-20021021-test.
482
4832002-10-21      Joel Sherrill <joel@OARcorp.com>
484
485        * aclocal/version.m4: Updated to rtems-20021021-test.
486
4872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * .cvsignore: Reformat.
490        Add autom4te*cache.
491        Remove autom4te.cache.
492
4932002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
496
4972002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
500        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
501
5022002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * bootstrap: Add autoconf/automake version checks by popular demand.
505        [FWIW: I dislike this.]
506
5072002-10-07      Joel Sherrill <joel@OARcorp.com>
508
509        * VERSION: Updated to rtems-ss-20021007.
510
5112002-10-07      Joel Sherrill <joel@OARcorp.com>
512
513        * aclocal/version.m4: Updated to rtems-ss-20021007.
514
5152002-10-04      Joel Sherrill <joel@OARcorp.com>
516
517        * VERSION: Updated to rtems-JUNK.
518
5192002-10-04      Joel Sherrill <joel@OARcorp.com>
520
521        * aclocal/version.m4: Updated to rtems-JUNK.
522
5232002-10-04      Joel Sherrill <joel@OARcorp.com>
524
525        * VERSION: Updated to rtems-ss-20021004.
526
5272002-10-04      Joel Sherrill <joel@OARcorp.com>
528
529        * aclocal/version.m4: Updated to rtems-ss-20021004.
530
5312002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
534        autoconf-2.53 PACKAGE crap.
535
5362002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * aclocal/prog-gnat.m4: New.
539
5402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal/bsp-configure.m4: Fix small typo in comment.
543
5442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
547
5482002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
551        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
552        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
553
5542002-08-07      Joel Sherrill <joel@OARcorp.com>
555
556        * aclocal/version.m4: Updated to rtems-ss-20020807.
557
5582002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
561
5622002-07-31      Joel Sherrill <joel@OARcorp.com>
563
564        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
565        was just a stub and only the OR32 port is getting worked on.
566
5672002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * aclocal/subdirs.m4: Remove.
570        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
571
5722002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
575        exec/score/cpu.
576
5772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
580        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
581        compilation rules (Work-around to an automake bug).
582        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
583        make-library.
584
5852002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Activate cpukit. Remove references to c/src/exec.
588
5892002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
592
5932002-07-17      Joel Sherrill <joel@OARcorp.com>
594
595        * aclocal/version.m4: Updated to rtems-ss-20020717.
596
5972002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * config-ml.in: Imported from gcc-3.1.
600        Change to match c/src/config-ml.in.
601
6022002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * aclocal/check-multiprocessing.m4: Reworked.
605        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
606
6072002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * automake/multilib.am: Remove.
610        * Makefile.am: Reflect change above.
611
6122002-06-28      Joel Sherrill <joel@OARcorp.com>
613
614        * aclocal/version.m4: Updated to rtems-ss-20020628.
615
6162002-06-27      Joel Sherrill <joel@OARcorp.com>
617
618        * tools/Makefile.am: Build the cpu dependent tools as well.
619
6202002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * aclocal/env-rtemscpu.m4: Remove.
623        * aclocal/multi.m4: Remove.
624        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
625
6262002-05-28      Joel Sherrill <joel@OARcorp.com>
627
628        * aclocal/version.m4: Updated to rtems-ss-20020528.
629
6302002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * aclocal/prog-cc.m4: Remove GCC272 support.
633        Remove ENABLE_LIBCDIR.
634        * aclocal/prog-cxx.m4: Ditto.
635        * aclocal/enable-gcc28.m4: Remove.
636        * aclocal/enable-libcdir.m4: Ditto.
637
6382002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
641        ENABLE_GCC28.
642
6432002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * automake/compile.am: Remove GCC272 support.
646        Remove *.sh rule (unused).
647        * configure.ac: Remove ENABLE_GCC28.
648        Remove ENABLE_LIBCDIR.
649
6502002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * .cvsignore: Added mdate-sh and texinfo.tex.
653
6542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * aclocal/version.m4: New file.
657        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
658        aclocal/version.m4.
659        * bootstrap: Use aclocal/version.m4 instead of VERSION.
660        * configure.ac: Use aclocal/version.m4 instead of VERSION.
661
6622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * configure.ac:
665        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
666        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
667        * Makefile.am: Remove AUTOMAKE_OPTIONS.
668        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
669
6702002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
673        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
674
6752002-03-08      Joel Sherrill <joel@OARcorp.com>
676
677        * VERSION: Updated to rtems-mg5-20020808.
678
6792002-03-01      Joel Sherrill <joel@OARcorp.com>
680
681        * VERSION: Updated to rtems-ss-20020301.
682
6832002-02-15      Joel Sherrill <joel@OARcorp.com>
684
685        * VERSION: Updated to rtems-ss-20020215.
686
6872002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * aclocal/subdirs.m4: Propagate the current $prefix to the
690        sub-configures.
691
6922002-02-05      Joel Sherrill <joel@OARcorp.com>
693
694        * VERSION: Updated to rtems-ss-20020205.
695
6962002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
697
698        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
699        compatibility.
700        * bootstrap: Let --clean remove texinfo.tex.
701
7022002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
705
7062002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * configure.ac: Add --enable-docs support. Add
709        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
710        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
711        hard-coded SUBDIRS.
712        * README.configure: Added a bit of information on this new option.
713
7142002-01-18      Joel Sherrill <joel@OARcorp.com>
715
716        * VERSION: Updated to rtems-ss-20020118.
717
7182002-01-18      Joel Sherrill <joel@OARcorp.com>
719
720        * VERSION: Updated to rtems-20020118.
721
7222002-01-17      Joel Sherrill <joel@OARcorp.com>
723
724        * VERSION: Updated to rtems-ss-20020717.
725
7262002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
729        check upon host_alias != build_alias.
730
7312002-01-07      Joel Sherrill <joel@OARcorp.com>
732
733        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
734        last line to eliminate 100's of warnings.
735
7362002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * aclocal/check-newlib.m4: Apply AS_IF.
739        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
740        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
741        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
742        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
743        changes.
744        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
745        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
746        * automake/compile.am: Remove librtemsall from LINK_FILES.
747
7482001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
751        * aclocal/subdirs.m4: New file.
752        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
753        modifications.
754        * aclocal/check-posix.m4: Apply AS_IF.
755        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
756        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
757        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
758        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
759        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
760        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
761        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
762        OUTPUT_COMMANDS.
763        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
764        * aclocal/rtems-debug.m4: Minor cleanups.
765        * aclocal/rtems-top.m4: Minor cleanups.
766        * automake/compile.am: Further steps towards automake's rules.
767
7682001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
771        * automake/lib.am: Add MULTISUBDIR.
772
7732001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * bootstrap: Run autoheader when configure.ac contains
776        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
777
7782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * aclocal/bsp-configure.m4: New file.
781        * Makefile.am: Add aclocal/bsp-configure.m4.
782
7832001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * Makefile.am: Add automake/force-preinstall.am,
786        aclocal/ppc.am, remove ACLOCAL_M4.
787
7882001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * aclocal/bsp-alias.m4: Remove score603e_g1.
791        * aclocal/check-bsps.m4: Remove score603e_g1.
792        * aclocal/prog-cc.m4: Apply m4_if.
793
794
7952001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * automake/force-preinstall.am: New file.
798        * aclocal/ppc.m4: New file.
799
8002001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * aclocal/check-bsps.m4: Reworked.
803        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
804
8052001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * aclocal/bspopts.m4: New file.
808
8092001-11-13      Joel Sherrill <joel@OARcorp.com>
810
811        * COPYING: Test of $Id$ -> $RTEMS$.
812
8132001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
814
815        This modification is part of the submitted modifications necessary to
816        support the IBM PPC405 family.  This submission was reviewed by
817        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
818        not negatively impact the ppc403 BSPs.  The submission and tracking
819        process was captured as PR50.
820        * README.configure: Added gen405 BSP.
821
8222001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * Adopt more automake rules:
825        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
826        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
827        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
828        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
829        CXXLINK_APP in make-cxx-exe.
830        * automake/lib.am: Add ARFLAGS.
831
8322001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
835        config.cache's which prevented powerpc targets librdbg from building.
836
8372001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
840        add 2nd arg to _RTEMS_CPU_SUBDIR.
841        * aclocal/target.m4: Replace ac_configure_args with
842        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
843        * Makefile.am: Require automake-1.5.
844
8452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
848        * configure.in: Remove.
849        * configure.ac: New file, generated from configure.in by autoupdate.
850
8512001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * aclocal/rtems-cpu-subdirs.m4: New file.
854
8552001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * automake/compile.am: Fundamentally reworked compilation rules for
858        closer adaptation to automake's behavior.
859
8602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * automake/lib.am: Comment out LD.
863        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
864        automake/leaf.am to AUTOMAKE_FILES.
865
8662001-09-27      Joel Sherrill <joel@OARcorp.com>
867
868        * config.guess: No longer in CVS since installed by bootstrap.
869
8702001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * bootstrap: remove/add automake added files.
873        * .cvsignore: reflect changes to bootstrap.
874
8752001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * automake/leaf.am: New file.
878
8792001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
882        of AC_CANONICAL_SYSTEM.
883        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
884        mkinstalldirs and mkdir.
885        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
886        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
887        _RTEMS_OUTPUT_BUILD_SUBDIRS.
888       
8892001-09-13      Joel Sherrill <joel@OARcorp.com>
890
891        * missing: Updated to latest version.
892
8932001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * configure.in: autoupdate to autoconf-2.52.
896        * bootstrap: Add handling for configure.ac, make autoheader verbose,
897        fix auto*tool invocation order.
898        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
899        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
900        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
901        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
902        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
903        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
904        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
905        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
906        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
907        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
908        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
909        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
910        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
911        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
912        RTEMS_CONFIG_PER_BSP conditional.
913        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
914        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
915        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
916
9172001-05-25      Joel Sherrill <joel@OARcorp.com>
918
919        * README.configure: Corrected the name of the MRM332 BSP.
920        Strengthened the distinction between what the target
921        and the BSP each select.  Added more targets to list.
922
9232001-05-25      Joel Sherrill <joel@OARcorp.com>
924
925        * README.configure: Updated the list of BSPs.
926
9272001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
930        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
931        Add support for DOS-drive-letters.
932
9332001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
936        RTEMS_PROG_CC_FOR_TARGET.
937
9382001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * README.cdn-X: Update.
941        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
942        @CPPFLAGS@ to CPPFLAGS.
943
9442001-04-20      Eric Valette <valette@crf.canon.fr>
945
946        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
947        BSPs support the new exception processing model and
948        consequently, librdbg.
949
9502001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
951
952        * configure.in: Reworked for Canadian Cross support.
953        * Makefile.am: Reflect changes to configure.in.
954        * config.guess, config.sub: Update from subversions.gnu.org.
955        * README.cdn-X: New file.
956        * tools/Makefile.am: Remove build, tools from SUBDIRS.
957
9582001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
961        TARGET_CONFIG_SUBDIRS.
962        * aclocal/enable-bsp.m4: fix quoting.
963        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
964
9652001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * aclocal/config-subdirs.m4: New file.
968        * aclocal/target.m4: Use macros from config-subdirs.m4.
969
9702001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
973        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
974
9752001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * configure.in: Fix AM_INIT_AUTOMAKE.
978        * aclocal/bsp-arg-enable.m4: Extend comments.
979        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
980        the default clause.
981
9822001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
983
984        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
985        RTEMS_ENV_RTEMSCPU.
986        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
987        special treatment for GCC_SPECS.
988        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
989        special treatment for GCC_SPECS.
990        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
991        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
992        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
993        instead of $(shell ..) for LIBC_LIB*.
994
9952001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
996
997        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
998        simsh7045.
999
10002001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1001
1002        * automake/compile.am: Add LD.
1003
10042000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * config.guess, config.sub: Update from CVS-autoconf to pick
1007        up new features (e.g. CC_FOR_BUILD in config.guess) but is
1008        necessary anyway to use autoconf-versions > 2.13.
1009
10102000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1011
1012        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
1013        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
1014        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
1015        help string.
1016        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
1017
10182000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1019
1020        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
1021        Modified to reflect addition of LEON BSPs as well as the
1022        no-FP ERC32 variant.
1023
10242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1027        standard).
1028        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1029        standard).
1030        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
1031        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
1032        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1033        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
1034
10352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
1038        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
1039        $host instead of $target (BUG-FIX).
1040        * configure.in: Use $target and $host instead of $target_alias and
1041        $host_alias (autoconf-2.49b).
1042        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
1043        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
1044
1045        NOTES:
1046        * autoconf-2.49b depredicates using changequotes.
1047        * The changes to configure.in are due to cleanups in
1048        autoconf-2.49b's implemention of canonicalization. With
1049        autoconf-2.1x it wasn't always clear, when to use $xxx or
1050        $xxx_alias. Now this is clear.
1051
10522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1055
10562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
1059        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
1060        with an RTEMS specific but more restrictive autoconf macro.
1061
10622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
1064        * automake/lib.am: Add LD.
1065
10662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
1069        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
1070
10712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072 
1073        * aclocal/*: Replace with contents of macros/*.m4
1074        * macros/: Remove.
1075        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1076        * Makefile.am: Reflect changes to aclocal/ and macros/.
1077
10782000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1079
1080        * configure.in: New, Cygnus/GNU style configuration.
1081        * Makefile.am: Add macros/, reflect new configure.in,
1082        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1083        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1084        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1085        * macros/tool-prefix.m4: Remove.
1086        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1087        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1088        RTEMS_ROOT.
1089        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1090        * macros/multilib.m4: Various minor fixes.
1091        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1092        PROJECT_ROOT, RTEMS_ROOT.
1093        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1094        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1095
10962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * automake/multilib.am: New file.
1099        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1100        the automake/ directory.
1101
11022000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1103
1104        * macros/enable-hwapi.m4: Removed.
1105        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1106        A small cleanup step towards gnu-canonicalization.
1107
11082000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110        * macros: New directory.
1111        * macros/bsp-alias.m4: new file.
1112        * macros/canonical-host.m4: new file.
1113        * macros/canonical-target-name.m4: new file.
1114        * macros/canonicalize-tools.m4: new file.
1115        * macros/check-bsp-cache.m4: new file.
1116        * macros/check-bsps.m4: new file.
1117        * macros/check-cpu.m4: new file.
1118        * macros/rtems-debug.m4: new file.
1119        * macros/check-cxx.m4: new file.
1120        * macros/check-itron.m4: new file.
1121        * macros/check-multiprocessing.m4: new file.
1122        * macros/check-networking.m4: new file.
1123        * macros/check-newlib.m4: new file.
1124        * macros/check-posix.m4: new file.
1125        * macros/check-rdbg.m4: new file.
1126        * macros/enable-bare.m4: new file.
1127        * macros/enable-cxx.m4: new file.
1128        * macros/enable-gcc28.m4: new file.
1129        * macros/enable-inlines.m4: new file.
1130        * macros/enable-itron.m4: new file.
1131        * macros/enable-libcdir.m4: new file.
1132        * macros/enable-multiprocessing.m4: new file.
1133        * macros/enable-networking.m4: new file.
1134        * macros/enable-posix.m4: new file.
1135        * macros/enable-rdbg.m4: new file.
1136        * macros/enable-rtemsbsp.m4: new file.
1137        * macros/enable-tests.m4: new file.
1138        * macros/gcc-pipe.m4: new file.
1139        * macros/gcc-specs.m4: new file.
1140        * macros/i386-gas-code16.m4: new file.
1141        * macros/path-ksh.m4: new file.
1142        * macros/path-perl.m4: new file.
1143        * macros/prog-cc.m4: new file.
1144        * macros/prog-cxx.m4: new file.
1145        * macros/project-root.m4: new file.
1146        * macros/rtems-top.m4: new file.
1147        * macros/sysv-ipc.m4: new file.
1148        * macros/target.m4: new file.
1149        * macros/rtems-test-no-pause.m4: new file.
1150        * macros/multilib.m4: new file.
1151        * macros/tool-paths.m4: new file.
1152        * macros/tool-prefix.m4: new file.
1153
11542000-09-14      Joel Sherrill <joel@OARcorp.com>
1155
1156        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1157
11582000-09-14      Joel Sherrill <joel@OARcorp.com>
1159
1160        * aclocal/enable-hwapi.m4: Now longer used and removed.
1161
11622000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        * automake/lib.am: Remove leaf.cfg.
1165
11662000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1167
1168        * aclocal/rtems-top.m4: Add ENDIF-hack.
1169        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1170
11712000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1172
1173        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1174        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1175        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1176        * automake/compile.am: Replaced.
1177        * automake/local.am: Remove building variant handling.
1178
11792000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1180
1181        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1182        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1183        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1184        * aclocal/target.m4: Cleanup comments
1185        * Automake/compile.am: Add DEFS support to keep building happy.
1186
11872000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1188
1189        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1190
11912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * automake/compile.am: New file
1194        * ChangeLog: Fix email addresses
1195
11962000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * LICENSE.NET, README, README.configure: Spelling corrections.
1199
12002000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1201
1202        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1203
12042000-08-30      Joel Sherrill <joel@OARcorp.com>
1205
1206        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1207
12082000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1209
1210        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1211
12122000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * aclocal/check-bsps.h:
1215          - Add pck6-BSP
1216          - Exclude ChangeLog from being picked up as BSP
1217        * aclocal/bsp-alias.m4: Add pck6-BSP
1218
12192000-08-10      Joel Sherrill <joel@OARcorp.com>
1220
1221        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.