source: rtems/ChangeLog @ 0724887f

4.104.114.84.95
Last change on this file since 0724887f was 36e48b1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/04 at 07:18:55

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

  • configure.ac: Requires automake >= 1.8.1.
  • Property mode set to 100644
File size: 40.8 KB
Line 
12004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Requires automake >= 1.8.1.
4
52004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Remove mkinstalldirs.
8        * bootstrap: Remove compile during "clean".
9
102004-01-08      Joel Sherrill <joel@OARcorp.com>
11
12        * .cvsignore: Add compile.
13
142004-01-07      Joel Sherrill <joel@OARcorp.com>
15
16        * README.configure: Remove efi68k and efi332 references as they are no
17        longer in the tree.
18
192004-01-07      Joel Sherrill <joel@OARcorp.com>
20
21        * aclocal/bsp-alias.m4, aclocal/rtems-cpu-subdirs.m4: mips64orion port
22        removed as mips port more completely covers the MIPS family.
23
242003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * README.configure: Reflect requireing autoconf-2.59 and
27        automake-1.8.
28
292003-12-17      Joel Sherrill <joel@OARcorp.com>
30
31        * VERSION: Updated to rtems-20031217-test.
32
332003-12-17  Joel Sherrill <joel@OARcorp.com>
34
35    * aclocal/version.m4: Updated to rtems-20031217-test.
36
372003-12-17      Joel Sherrill <joel@OARcorp.com>
38
39        * release_support: Correct method used to find ChangeLog associated
40        with the version.m4 files.  Keep going until I can get a tarball cut.
41
422003-12-17      Joel Sherrill <joel@OARcorp.com>
43
44        * release_support: Use dirname not basedir.  Keep going until I
45        can get a tarball cut.
46
472003-12-17      Joel Sherrill <joel@OARcorp.com>
48
49        * release_support: New file -- assistant to new cut_release script.
50
512003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Remove automake/compile.am
54
552003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * automake/compile.am: Remove (Unused).
58
592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * automake/lib.am: Remove (Unused).
62
632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
66
672003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Remove make/custom/Makefile.
70        * Makefile.am: Cosmetics.
71        * automake/compile.am: Remove compilation rules.
72        Remove $(ARCH) directory generation.
73
742003-11-26      Joel Sherrill <joel@OARcorp.com>
75
76        * MAINTAINERS: New file.
77
782003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4,
81        aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4,
82        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
83        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
84        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
85        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
86        aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4,
87        aclocal/enable-tests.m4, aclocal/multilib.m4,
88        aclocal/path-ksh.m4, aclocal/project-root.m4,
89        aclocal/rtems-top.m4, aclocal/tool-paths.m4,
90        acinclude.m4:
91        Fix underquoting to silence automake-1.8.
92
932003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * config-ml.in: Don't built multilib variant normal (-mn) for
96        h8300-*-rtems*.
97
982003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * aclocal/config-subdirs.m4: Remove.
101        * Makefile.am: Reflect changes above.
102
1032003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * aclocal/canonical-host.m4: Remove.
106        * Makefile.am: Reflect changes above.
107
1082003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in
111        c/src/lib/libbsp/*/acinclude.m4.
112
1132003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * aclocal/check-cpu.m4: Remove.
116        * Makefile.am: Remove reference to aclocal/check-cpu.m4.
117        * acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of
118        $1 in $srcdir before adding dir to SUBDIRS.
119
1202003-09-26  Joel Sherrill <joel@OARcorp.com>
121
122        * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
123
1242003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
127        patches).
128        * aclocal/enable-tests.m4: Change to support
129        --enable-tests=no|yes|samples, default is samples.
130
1312003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Correct bogus ACLOCAL_FILES.
134
1352003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4,
138        aclocal/bspopts.m4, aclocal/canonicalize-tools.m4,
139        aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4,
140        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
141        aclocal/check-networking.m4, aclocal/check-newlib.m4,
142        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
143        aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4,
144        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
145        aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4,
146        aclocal/path-perl.m4, aclocal/ppc.m4,
147        aclocal/prog-cc.m4, aclocal/prog-ccas.m4,
148        aclocal/prog-cxx.m4, aclocal/prog-gnat.m4,
149        aclocal/rtems-debug.m4, aclocal/rtems-flags.m4,
150        aclocal/rtems-test-no-pause.m4, aclocal/target.m4:
151        Remove (Unused).
152        * automake/leaf.am, automake/force-preinstall.am:
153        Remove (Unused).
154        * Makefile.am: Reflect changes above.
155
1562003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * automake/local.am, automake/host.am: Remove "debug".
159
1602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
163
1642003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
167        Add "autoconf-2.5x unquoting" hack.
168
1692003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * config.sub: Remove (Automatically added by automake, again).
172        * bootstrap: Reflect change above.
173        * configure.ac: Require automake >= 1.7.6.
174
1752003-07-03      Joel Sherrill <joel@OARcorp.com>
176
177        * SUPPORT: Fix Mark Johannes' email address.
178
1792003-07-03      Joel Sherrill <joel@OARcorp.com>
180
181        * VERSION: Updated to rtems-ss-20030703.
182
1832003-07-03      Joel Sherrill <joel@OARcorp.com>
184
185        * aclocal/version.m4: Updated to rtems-ss-20030703.
186
1872003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * bootstrap: Reflect having added config.sub.
190        * config.sub: New from subversions to accomodate c4x/tic4x.
191
1922003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        PR 412/make_build
195        * configure.ac: Remove "BLEEDING EDGE" warning.
196        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
197        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
198        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
199        * aclocal/gcc-isystem.m4: New.
200        * Makefile.am: Add aclocal/gcc-isystem.m4.
201
2022003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * automake/local.am: Remove $(ARCH), clean-local.
205
2062003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        PR 321:
209        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
210        * aclocal/env-rtemsbsp.m4
211        * automake/compile.am
212        * automake/host.am
213        * automake/local.am
214
2152003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
218        * automake/compile.am: Remove LIBSUFFIX_VA.
219        Merger from rtems-4-6-branch.
220
2212003-04-17      Joel Sherrill <joel@OARcorp.com>
222
223        * VERSION: Updated to rtems-ss-20030417.
224
2252003-04-17      Joel Sherrill <joel@OARcorp.com>
226
227        * aclocal/version.m4: Updated to rtems-ss-20030417.
228
2292003-04-11      Joel Sherrill <joel@OARcorp.com>
230
231        * VERSION: Updated to rtems-ss-20030411.
232
2332003-04-11      Joel Sherrill <joel@OARcorp.com>
234
235        * aclocal/version.m4: Updated to rtems-ss-20030411.
236
2372003-04-11      Joel Sherrill <joel@OARcorp.com>
238
239        * VERSION: Updated to rtems-ss-20020411.
240
2412003-04-11      Joel Sherrill <joel@OARcorp.com>
242
243        * aclocal/version.m4: Updated to rtems-ss-20020411.
244
2452003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * acinclude.m4: Reformat build_* handling.
248        Preset *_alias if empty.
249        * configure.ac: Change tools/build to build-config dirs.
250        Conditionally build tools/build as host-config dirs.
251
2522003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * acinclude.m4: Fix broken comments.
255        Add hidden option --enable-experimental.
256        * README.cdn-X: Update.
257        * configure.ac: Build tools/build as host and build-host tools to
258        accomodate those BSPs applying packhex in <BSP>.cfg.
259        Build tools/cpu as build-host tools.
260
2612003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * tools/Makefile.am: Remove.
264        * configure.ac: Remove tools.
265        * acinclude.m4: Fix build_subdir handling.
266        * Makefile.am: Remove tools from SUBDIRS.
267        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
268
2692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Remove AC_CONFIG_AUX_DIR.
272        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
273
2742003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * bootstrap: Add ACLOCAL, AUTOHEADER.
277        Don't check for auto*tool-versions.
278
2792003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
282
2832003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * automake/compile.am: Introduce depend-gcc.
286        * automake/lib.am: Remove stray comment.
287        * automake/local.am: Introduce depend-gcc.
288
2892003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
292
2932003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
296        * automake/local.am: Remove $(ARCH), clean-local.
297        * automake/compile.am: Add $(ARCH), clean-local.
298        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
299
3002003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Remove references to obsoleted files
303        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
304
3052003-02-14      Joel Sherrill <joel@OARcorp.com>
306
307        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
308        references.
309
3102003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
313
3142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * bootstrap: Remove attempts to detect autoconf and automake using
317        "which" (PR 325).
318
3192003-02-06      Joel Sherrill <joel@OARcorp.com>
320
321        * README.configure: Updated to reflect new BSPs and deprecated
322        targets.
323
3242003-01-28      Joel Sherrill <joel@OARcorp.com>
325
326        * VERSION: Updated to rtems-ss-20030128.
327
3282003-01-28      Joel Sherrill <joel@OARcorp.com>
329
330        * aclocal/version.m4: Updated to rtems-ss-20030128.
331
3322003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
335        Remove CLOBBER_DEPEND (Unused).
336
3372003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * automake/local.am: Remove distclean-local.
340
3412001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
344        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
345
3462002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
349        Rework RTEMS_PROG_CXX_FOR_TARGET.
350
3512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
354
3552002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
358
3592002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
362
3632002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * bootstrap: Require autoconf 2.54 or 2.57.
366        Require automake-1.7.2.
367
3682002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
371        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
372        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
373
3742002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
377
3782002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * automake/compile.am: Remove hard-coded *_PROFILE_V.
381        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
382        CFLAGS_PROFILE_V.
383        Remove CPPFLAGS_GCC.
384
3852002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
388        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
389        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
390        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
391
3922002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * aclocal/rtems-flags.m4: New.
395
3962002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * bootstrap: Allow autoconf-2.57.
399
4002002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * aclocal/prog-cc.m4: Remove GCCSED.
403
4042002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
407        Remove LDFLAGS.
408        Add CCAS, CCASCOMPILE.
409        Remove compilation rules for *.cpp, *.cxx, *.C.
410        Use CCASCOMPILE to compile *.S.
411        Add -pg to RTEMS_CFLAGS_PROFILE_V.
412
4132002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac: Remove c/make.
416
4172002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * aclocal/prog-ccas.m4: New.
420        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
421        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
422        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
423
4242002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * acinclude.m4: Conditionally append --target=.
427
4282002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
431
4322002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * automake/compile.am: Remove LD_PATHS (Unused).
435        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
436        is announced obsolete).
437
4382002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
441
4422002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * aclocal/sysv-ipc.m4: Remove (Unused).
445        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
446
4472002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * acinclude.m4: Lots of changes addressing PR 312.
450
4512002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
454        to PR 312).
455
4562002-11-18      Joel Sherrill <joel@OARcorp.com>
457
458        * VERSION: Updated to rtems-ss-20021118.
459
4602002-11-18      Joel Sherrill <joel@OARcorp.com>
461
462        * aclocal/version.m4: Updated to rtems-ss-20021118.
463
4642002-11-17      Joel Sherrill <joel@OARcorp.com>
465
466        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
467        Motorola MTX603e.
468
4692002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
472
4732002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
476        * configure.ac: Ditto.
477
4782002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
481        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
482        Support @CFLAGS@, @CXXFLAGS@.
483
4842002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * bootstrap: Allow autoconf-2.56.
487
4882002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
491        Fix stupid typo (continue/configure).
492        * aclocal/prog-cc.m4: Remove obsolete comments.
493        Acknowledge CFLAGS.
494
4952002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
498        end of the args passed to sub-configure-scripts. (Reported by
499        Wulf Hofbauer <wh73@cornell.edu>)
500
5012002-11-12      Joel Sherrill <joel@OARcorp.com>
502
503        * configure.ac: Remove make/compilers/Makefile.
504
5052002-11-11      Joel Sherrill <joel@OARcorp.com>
506
507        * VERSION: Updated to rtems-ss-20021111.
508
5092002-11-11      Joel Sherrill <joel@OARcorp.com>
510
511        * aclocal/version.m4: Updated to rtems-ss-20021111.
512
5132002-11-11      Joel Sherrill <joel@OARcorp.com>
514
515        * VERSION: Updated to rtems-ss-20021111.
516
5172002-11-11      Joel Sherrill <joel@OARcorp.com>
518
519        * aclocal/version.m4: Updated to rtems-ss-20021111.
520
5212002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * automake/compile.am: Remove rel rule.
524
5252002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
528
5292002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * configure.ac: Remove make/Templates/Makefile.
532        * README.configure: Minor massaging.
533
5342002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        Further preparations for autoconf > 2.52:
537        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
538        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
539        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
540
5412002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * acinclude.m4: Adapations to autoconf > 2.52.
544
5452002-11-01      Joel Sherrill <joel@OARcorp.com>
546
547        * ChangeLog: Corrected.
548
5492002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * bootstrap: Add generate_bspdir_acinclude to automatically update
552        c/src/lib/libbsp/<cpu>/acinclude.m4.
553        Use #! /bin/sh instead of #!/bin/sh.
554        Remove autom4te*.cache during ./bootstrap --clean.
555
5562002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
559        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
560        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
561        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
562        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
563        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
564        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
565        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
566        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
567        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
568        (autoconf > 2.54 seems to have problems with the old form of
569        quoting).
570
5712002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
574        (autoconf > 2.54 complains about).
575
5762002-10-21      Joel Sherrill <joel@OARcorp.com>
577
578        * VERSION: Updated to rtems-20021021-test.
579
5802002-10-21      Joel Sherrill <joel@OARcorp.com>
581
582        * aclocal/version.m4: Updated to rtems-20021021-test.
583
5842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * .cvsignore: Reformat.
587        Add autom4te*cache.
588        Remove autom4te.cache.
589
5902002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
593
5942002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
597        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
598
5992002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * bootstrap: Add autoconf/automake version checks by popular demand.
602        [FWIW: I dislike this.]
603
6042002-10-07      Joel Sherrill <joel@OARcorp.com>
605
606        * VERSION: Updated to rtems-ss-20021007.
607
6082002-10-07      Joel Sherrill <joel@OARcorp.com>
609
610        * aclocal/version.m4: Updated to rtems-ss-20021007.
611
6122002-10-04      Joel Sherrill <joel@OARcorp.com>
613
614        * VERSION: Updated to rtems-JUNK.
615
6162002-10-04      Joel Sherrill <joel@OARcorp.com>
617
618        * aclocal/version.m4: Updated to rtems-JUNK.
619
6202002-10-04      Joel Sherrill <joel@OARcorp.com>
621
622        * VERSION: Updated to rtems-ss-20021004.
623
6242002-10-04      Joel Sherrill <joel@OARcorp.com>
625
626        * aclocal/version.m4: Updated to rtems-ss-20021004.
627
6282002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
631        autoconf-2.53 PACKAGE crap.
632
6332002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * aclocal/prog-gnat.m4: New.
636
6372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * aclocal/bsp-configure.m4: Fix small typo in comment.
640
6412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
644
6452002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
648        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
649        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
650
6512002-08-07      Joel Sherrill <joel@OARcorp.com>
652
653        * aclocal/version.m4: Updated to rtems-ss-20020807.
654
6552002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
658
6592002-07-31      Joel Sherrill <joel@OARcorp.com>
660
661        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
662        was just a stub and only the OR32 port is getting worked on.
663
6642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * aclocal/subdirs.m4: Remove.
667        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
668
6692002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
672        exec/score/cpu.
673
6742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
677        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
678        compilation rules (Work-around to an automake bug).
679        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
680        make-library.
681
6822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * configure.ac: Activate cpukit. Remove references to c/src/exec.
685
6862002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
689
6902002-07-17      Joel Sherrill <joel@OARcorp.com>
691
692        * aclocal/version.m4: Updated to rtems-ss-20020717.
693
6942002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * config-ml.in: Imported from gcc-3.1.
697        Change to match c/src/config-ml.in.
698
6992002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * aclocal/check-multiprocessing.m4: Reworked.
702        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
703
7042002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * automake/multilib.am: Remove.
707        * Makefile.am: Reflect change above.
708
7092002-06-28      Joel Sherrill <joel@OARcorp.com>
710
711        * aclocal/version.m4: Updated to rtems-ss-20020628.
712
7132002-06-27      Joel Sherrill <joel@OARcorp.com>
714
715        * tools/Makefile.am: Build the cpu dependent tools as well.
716
7172002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * aclocal/env-rtemscpu.m4: Remove.
720        * aclocal/multi.m4: Remove.
721        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
722
7232002-05-28      Joel Sherrill <joel@OARcorp.com>
724
725        * aclocal/version.m4: Updated to rtems-ss-20020528.
726
7272002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * aclocal/prog-cc.m4: Remove GCC272 support.
730        Remove ENABLE_LIBCDIR.
731        * aclocal/prog-cxx.m4: Ditto.
732        * aclocal/enable-gcc28.m4: Remove.
733        * aclocal/enable-libcdir.m4: Ditto.
734
7352002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
738        ENABLE_GCC28.
739
7402002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * automake/compile.am: Remove GCC272 support.
743        Remove *.sh rule (unused).
744        * configure.ac: Remove ENABLE_GCC28.
745        Remove ENABLE_LIBCDIR.
746
7472002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * .cvsignore: Added mdate-sh and texinfo.tex.
750
7512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * aclocal/version.m4: New file.
754        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
755        aclocal/version.m4.
756        * bootstrap: Use aclocal/version.m4 instead of VERSION.
757        * configure.ac: Use aclocal/version.m4 instead of VERSION.
758
7592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * configure.ac:
762        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
763        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
764        * Makefile.am: Remove AUTOMAKE_OPTIONS.
765        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
766
7672002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
770        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
771
7722002-03-08      Joel Sherrill <joel@OARcorp.com>
773
774        * VERSION: Updated to rtems-mg5-20020808.
775
7762002-03-01      Joel Sherrill <joel@OARcorp.com>
777
778        * VERSION: Updated to rtems-ss-20020301.
779
7802002-02-15      Joel Sherrill <joel@OARcorp.com>
781
782        * VERSION: Updated to rtems-ss-20020215.
783
7842002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * aclocal/subdirs.m4: Propagate the current $prefix to the
787        sub-configures.
788
7892002-02-05      Joel Sherrill <joel@OARcorp.com>
790
791        * VERSION: Updated to rtems-ss-20020205.
792
7932002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
796        compatibility.
797        * bootstrap: Let --clean remove texinfo.tex.
798
7992002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
802
8032002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * configure.ac: Add --enable-docs support. Add
806        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
807        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
808        hard-coded SUBDIRS.
809        * README.configure: Added a bit of information on this new option.
810
8112002-01-18      Joel Sherrill <joel@OARcorp.com>
812
813        * VERSION: Updated to rtems-ss-20020118.
814
8152002-01-18      Joel Sherrill <joel@OARcorp.com>
816
817        * VERSION: Updated to rtems-20020118.
818
8192002-01-17      Joel Sherrill <joel@OARcorp.com>
820
821        * VERSION: Updated to rtems-ss-20020717.
822
8232002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
826        check upon host_alias != build_alias.
827
8282002-01-07      Joel Sherrill <joel@OARcorp.com>
829
830        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
831        last line to eliminate 100's of warnings.
832
8332002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * aclocal/check-newlib.m4: Apply AS_IF.
836        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
837        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
838        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
839        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
840        changes.
841        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
842        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
843        * automake/compile.am: Remove librtemsall from LINK_FILES.
844
8452001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
848        * aclocal/subdirs.m4: New file.
849        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
850        modifications.
851        * aclocal/check-posix.m4: Apply AS_IF.
852        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
853        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
854        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
855        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
856        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
857        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
858        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
859        OUTPUT_COMMANDS.
860        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
861        * aclocal/rtems-debug.m4: Minor cleanups.
862        * aclocal/rtems-top.m4: Minor cleanups.
863        * automake/compile.am: Further steps towards automake's rules.
864
8652001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
868        * automake/lib.am: Add MULTISUBDIR.
869
8702001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * bootstrap: Run autoheader when configure.ac contains
873        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
874
8752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * aclocal/bsp-configure.m4: New file.
878        * Makefile.am: Add aclocal/bsp-configure.m4.
879
8802001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * Makefile.am: Add automake/force-preinstall.am,
883        aclocal/ppc.am, remove ACLOCAL_M4.
884
8852001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * aclocal/bsp-alias.m4: Remove score603e_g1.
888        * aclocal/check-bsps.m4: Remove score603e_g1.
889        * aclocal/prog-cc.m4: Apply m4_if.
890
891
8922001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * automake/force-preinstall.am: New file.
895        * aclocal/ppc.m4: New file.
896
8972001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * aclocal/check-bsps.m4: Reworked.
900        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
901
9022001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
903
904        * aclocal/bspopts.m4: New file.
905
9062001-11-13      Joel Sherrill <joel@OARcorp.com>
907
908        * COPYING: Test of $Id$ -> $RTEMS$.
909
9102001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
911
912        This modification is part of the submitted modifications necessary to
913        support the IBM PPC405 family.  This submission was reviewed by
914        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
915        not negatively impact the ppc403 BSPs.  The submission and tracking
916        process was captured as PR50.
917        * README.configure: Added gen405 BSP.
918
9192001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
920
921        * Adopt more automake rules:
922        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
923        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
924        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
925        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
926        CXXLINK_APP in make-cxx-exe.
927        * automake/lib.am: Add ARFLAGS.
928
9292001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
932        config.cache's which prevented powerpc targets librdbg from building.
933
9342001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
935
936        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
937        add 2nd arg to _RTEMS_CPU_SUBDIR.
938        * aclocal/target.m4: Replace ac_configure_args with
939        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
940        * Makefile.am: Require automake-1.5.
941
9422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
945        * configure.in: Remove.
946        * configure.ac: New file, generated from configure.in by autoupdate.
947
9482001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * aclocal/rtems-cpu-subdirs.m4: New file.
951
9522001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * automake/compile.am: Fundamentally reworked compilation rules for
955        closer adaptation to automake's behavior.
956
9572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * automake/lib.am: Comment out LD.
960        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
961        automake/leaf.am to AUTOMAKE_FILES.
962
9632001-09-27      Joel Sherrill <joel@OARcorp.com>
964
965        * config.guess: No longer in CVS since installed by bootstrap.
966
9672001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * bootstrap: remove/add automake added files.
970        * .cvsignore: reflect changes to bootstrap.
971
9722001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
973
974        * automake/leaf.am: New file.
975
9762001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
979        of AC_CANONICAL_SYSTEM.
980        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
981        mkinstalldirs and mkdir.
982        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
983        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
984        _RTEMS_OUTPUT_BUILD_SUBDIRS.
985       
9862001-09-13      Joel Sherrill <joel@OARcorp.com>
987
988        * missing: Updated to latest version.
989
9902001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
991
992        * configure.in: autoupdate to autoconf-2.52.
993        * bootstrap: Add handling for configure.ac, make autoheader verbose,
994        fix auto*tool invocation order.
995        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
996        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
997        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
998        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
999        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
1000        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
1001        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
1002        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
1003        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
1004        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
1005        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
1006        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
1007        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
1008        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
1009        RTEMS_CONFIG_PER_BSP conditional.
1010        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
1011        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
1012        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
1013
10142001-05-25      Joel Sherrill <joel@OARcorp.com>
1015
1016        * README.configure: Corrected the name of the MRM332 BSP.
1017        Strengthened the distinction between what the target
1018        and the BSP each select.  Added more targets to list.
1019
10202001-05-25      Joel Sherrill <joel@OARcorp.com>
1021
1022        * README.configure: Updated the list of BSPs.
1023
10242001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
1027        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
1028        Add support for DOS-drive-letters.
1029
10302001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1031
1032        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
1033        RTEMS_PROG_CC_FOR_TARGET.
1034
10352001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * README.cdn-X: Update.
1038        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
1039        @CPPFLAGS@ to CPPFLAGS.
1040
10412001-04-20      Eric Valette <valette@crf.canon.fr>
1042
1043        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
1044        BSPs support the new exception processing model and
1045        consequently, librdbg.
1046
10472001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * configure.in: Reworked for Canadian Cross support.
1050        * Makefile.am: Reflect changes to configure.in.
1051        * config.guess, config.sub: Update from subversions.gnu.org.
1052        * README.cdn-X: New file.
1053        * tools/Makefile.am: Remove build, tools from SUBDIRS.
1054
10552001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
1058        TARGET_CONFIG_SUBDIRS.
1059        * aclocal/enable-bsp.m4: fix quoting.
1060        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
1061
10622001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
1064        * aclocal/config-subdirs.m4: New file.
1065        * aclocal/target.m4: Use macros from config-subdirs.m4.
1066
10672001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1068
1069        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
1070        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
1071
10722001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1073
1074        * configure.in: Fix AM_INIT_AUTOMAKE.
1075        * aclocal/bsp-arg-enable.m4: Extend comments.
1076        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
1077        the default clause.
1078
10792001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
1082        RTEMS_ENV_RTEMSCPU.
1083        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
1084        special treatment for GCC_SPECS.
1085        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
1086        special treatment for GCC_SPECS.
1087        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
1088        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
1089        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
1090        instead of $(shell ..) for LIBC_LIB*.
1091
10922001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1093
1094        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
1095        simsh7045.
1096
10972001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1098
1099        * automake/compile.am: Add LD.
1100
11012000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1102
1103        * config.guess, config.sub: Update from CVS-autoconf to pick
1104        up new features (e.g. CC_FOR_BUILD in config.guess) but is
1105        necessary anyway to use autoconf-versions > 2.13.
1106
11072000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1108
1109        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
1110        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
1111        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
1112        help string.
1113        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
1114
11152000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1116
1117        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
1118        Modified to reflect addition of LEON BSPs as well as the
1119        no-FP ERC32 variant.
1120
11212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1122
1123        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1124        standard).
1125        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1126        standard).
1127        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
1128        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
1129        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1130        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
1131
11322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1133
1134        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
1135        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
1136        $host instead of $target (BUG-FIX).
1137        * configure.in: Use $target and $host instead of $target_alias and
1138        $host_alias (autoconf-2.49b).
1139        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
1140        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
1141
1142        NOTES:
1143        * autoconf-2.49b depredicates using changequotes.
1144        * The changes to configure.in are due to cleanups in
1145        autoconf-2.49b's implemention of canonicalization. With
1146        autoconf-2.1x it wasn't always clear, when to use $xxx or
1147        $xxx_alias. Now this is clear.
1148
11492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1152
11532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1154
1155        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
1156        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
1157        with an RTEMS specific but more restrictive autoconf macro.
1158
11592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1160
1161        * automake/lib.am: Add LD.
1162
11632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1164
1165        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
1166        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
1167
11682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169 
1170        * aclocal/*: Replace with contents of macros/*.m4
1171        * macros/: Remove.
1172        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1173        * Makefile.am: Reflect changes to aclocal/ and macros/.
1174
11752000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * configure.in: New, Cygnus/GNU style configuration.
1178        * Makefile.am: Add macros/, reflect new configure.in,
1179        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1180        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1181        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1182        * macros/tool-prefix.m4: Remove.
1183        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1184        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1185        RTEMS_ROOT.
1186        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1187        * macros/multilib.m4: Various minor fixes.
1188        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1189        PROJECT_ROOT, RTEMS_ROOT.
1190        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1191        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1192
11932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1194
1195        * automake/multilib.am: New file.
1196        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1197        the automake/ directory.
1198
11992000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * macros/enable-hwapi.m4: Removed.
1202        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1203        A small cleanup step towards gnu-canonicalization.
1204
12052000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1206
1207        * macros: New directory.
1208        * macros/bsp-alias.m4: new file.
1209        * macros/canonical-host.m4: new file.
1210        * macros/canonical-target-name.m4: new file.
1211        * macros/canonicalize-tools.m4: new file.
1212        * macros/check-bsp-cache.m4: new file.
1213        * macros/check-bsps.m4: new file.
1214        * macros/check-cpu.m4: new file.
1215        * macros/rtems-debug.m4: new file.
1216        * macros/check-cxx.m4: new file.
1217        * macros/check-itron.m4: new file.
1218        * macros/check-multiprocessing.m4: new file.
1219        * macros/check-networking.m4: new file.
1220        * macros/check-newlib.m4: new file.
1221        * macros/check-posix.m4: new file.
1222        * macros/check-rdbg.m4: new file.
1223        * macros/enable-bare.m4: new file.
1224        * macros/enable-cxx.m4: new file.
1225        * macros/enable-gcc28.m4: new file.
1226        * macros/enable-inlines.m4: new file.
1227        * macros/enable-itron.m4: new file.
1228        * macros/enable-libcdir.m4: new file.
1229        * macros/enable-multiprocessing.m4: new file.
1230        * macros/enable-networking.m4: new file.
1231        * macros/enable-posix.m4: new file.
1232        * macros/enable-rdbg.m4: new file.
1233        * macros/enable-rtemsbsp.m4: new file.
1234        * macros/enable-tests.m4: new file.
1235        * macros/gcc-pipe.m4: new file.
1236        * macros/gcc-specs.m4: new file.
1237        * macros/i386-gas-code16.m4: new file.
1238        * macros/path-ksh.m4: new file.
1239        * macros/path-perl.m4: new file.
1240        * macros/prog-cc.m4: new file.
1241        * macros/prog-cxx.m4: new file.
1242        * macros/project-root.m4: new file.
1243        * macros/rtems-top.m4: new file.
1244        * macros/sysv-ipc.m4: new file.
1245        * macros/target.m4: new file.
1246        * macros/rtems-test-no-pause.m4: new file.
1247        * macros/multilib.m4: new file.
1248        * macros/tool-paths.m4: new file.
1249        * macros/tool-prefix.m4: new file.
1250
12512000-09-14      Joel Sherrill <joel@OARcorp.com>
1252
1253        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1254
12552000-09-14      Joel Sherrill <joel@OARcorp.com>
1256
1257        * aclocal/enable-hwapi.m4: Now longer used and removed.
1258
12592000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1260
1261        * automake/lib.am: Remove leaf.cfg.
1262
12632000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1264
1265        * aclocal/rtems-top.m4: Add ENDIF-hack.
1266        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1267
12682000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1271        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1272        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1273        * automake/compile.am: Replaced.
1274        * automake/local.am: Remove building variant handling.
1275
12762000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1279        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1280        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1281        * aclocal/target.m4: Cleanup comments
1282        * Automake/compile.am: Add DEFS support to keep building happy.
1283
12842000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1287
12882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1289
1290        * automake/compile.am: New file
1291        * ChangeLog: Fix email addresses
1292
12932000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1294
1295        * LICENSE.NET, README, README.configure: Spelling corrections.
1296
12972000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1300
13012000-08-30      Joel Sherrill <joel@OARcorp.com>
1302
1303        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1304
13052000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1306
1307        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1308
13092000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1310
1311        * aclocal/check-bsps.h:
1312          - Add pck6-BSP
1313          - Exclude ChangeLog from being picked up as BSP
1314        * aclocal/bsp-alias.m4: Add pck6-BSP
1315
13162000-08-10      Joel Sherrill <joel@OARcorp.com>
1317
1318        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.