source: rtems/ChangeLog @ 754ca4b1

4.104.114.84.95
Last change on this file since 754ca4b1 was 17228d13, checked in by Joel Sherrill <joel.sherrill@…>, on 04/28/05 at 17:26:47

2005-04-28 Joel Sherrill <joel@…>

  • README.configure: Updated to account for removal of dmv177 and ppcn_60x as well as other additions and deletions.
  • Property mode set to 100644
File size: 44.2 KB
Line 
12005-04-28      Joel Sherrill <joel@OARcorp.com>
2
3        * README.configure: Updated to account for removal of dmv177 and
4        ppcn_60x as well as other additions and deletions.
5
62005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * aclocal/enable-itron.m4: Allow unix.
9
102005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove ACLOCAL_FILES.
13
142004-11-16      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * aclocal/check-bsps.m4: Use ls instead of globs to pickup
17        bsp_specs.
18
192004-11-12      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * aclocal/check-bsps.m4: Add MVME2100 BSP as alias of
22        motorola_shared.
23
242004-11-10      Joel Sherrill <joel@oarcorp.com>
25
26        * aclocal/bsp-alias.m4: Add MVME2100 BSP as alias of motorola_shared.
27
282004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
31
322004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * aclocal/check-bsps.m4: Add bspkit support. Don't check for
35        presence of *.cfg.
36        * aclocal/check-custom-bsp.m4: Add bspkit support.
37
382004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * aclocal/enable-bare.m4: Remove.
41
422004-09-29      Joel Sherrill <joel@OARcorp.com>
43
44        * MAINTAINERS, README.configure, c/ACKNOWLEDGEMENTS,
45        c/TOOL_TARGETS: i960 obsoleted and all references removed.
46
472004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * configure.ac: Require automake > 1.9.
50
512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
54
552004-08-18      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        PR 673/make_build
58        * config-ml.in: Quote 'cd "${ml_origdir}"'.
59        Quote 'cd "${ML_POPDIR}"'.
60
612004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        PR 673/make_build
64        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
65
662004-07-14      Joel Sherrill <joel@OARcorp.com>
67
68        * MAINTAINERS: Added Jay Monkman as ARM architecture maintainer
69
702004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * aclocal/rtems-top.m4: Remove ENDIF.
73        Remove with_target_subdir defaulting to '.'.
74        * acinclude.m4: Add --includedir to sub_configure_args.
75
762004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: DIST_SUBDIRS = $(SUBDIRS).
79        Rework dist-hook.
80        * configure.ac: Reflect changes to RTEMS_ENABLE_RTEMSBSP.
81        * aclocal/enable-rtemsbsp.m4: Add support for --disable-rtemsbsp.
82
832004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: RTEMS_BUILD_CONFIG_SUBDIRS([testsuites/tools]).
86
872004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Remove AUTOMAKE_FILES.
90        Cleanup duplicate ACLOCAL_FILES.
91        EXTRA_DIST += config-ml.in.
92        DIST_SUBDIRS += make.
93        Add dist-hook.
94        * configure.ac: Add dist-bzip2 no-dist-gzip to AUTOMAKE_OPTIONS.
95
962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * bootstrap: RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY).
99
1002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * VERSION: 4.6.99.0.
103        * aclocal/version.m4: 4.6.99.0.
104
1052004-02-06      Joel Sherrill <joel@OARcorp.com>
106
107        * aclocal/bsp-alias.m4: Readd aliases for p4600 and p4650
108        which were accidentally removed when purging the mips64orion.
109
1102004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * aclocal/rpm.m4: Make osversions the default.
113        * aclocal/rtems-top.m4: Remove check for version.m4 (Breaks make
114        distcheck).
115
1162004-02-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * aclocal/rpm.m4: New (extracted from scripts/configure.ac).
119
1202004-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Require automake >= 1.8.2.
123        * aclocal/check-bsps.m4: Also test for make/custom/*.cfg.
124
1252004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Requires automake >= 1.8.1.
128
1292004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * .cvsignore: Remove mkinstalldirs.
132        * bootstrap: Remove compile during "clean".
133
1342004-01-08      Joel Sherrill <joel@OARcorp.com>
135
136        * .cvsignore: Add compile.
137
1382004-01-07      Joel Sherrill <joel@OARcorp.com>
139
140        * README.configure: Remove efi68k and efi332 references as they are no
141        longer in the tree.
142
1432004-01-07      Joel Sherrill <joel@OARcorp.com>
144
145        * aclocal/bsp-alias.m4, aclocal/rtems-cpu-subdirs.m4: mips64orion port
146        removed as mips port more completely covers the MIPS family.
147
1482003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * README.configure: Reflect requireing autoconf-2.59 and
151        automake-1.8.
152
1532003-12-17      Joel Sherrill <joel@OARcorp.com>
154
155        * VERSION: Updated to rtems-20031217-test.
156
1572003-12-17  Joel Sherrill <joel@OARcorp.com>
158
159    * aclocal/version.m4: Updated to rtems-20031217-test.
160
1612003-12-17      Joel Sherrill <joel@OARcorp.com>
162
163        * release_support: Correct method used to find ChangeLog associated
164        with the version.m4 files.  Keep going until I can get a tarball cut.
165
1662003-12-17      Joel Sherrill <joel@OARcorp.com>
167
168        * release_support: Use dirname not basedir.  Keep going until I
169        can get a tarball cut.
170
1712003-12-17      Joel Sherrill <joel@OARcorp.com>
172
173        * release_support: New file -- assistant to new cut_release script.
174
1752003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Remove automake/compile.am
178
1792003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * automake/compile.am: Remove (Unused).
182
1832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * automake/lib.am: Remove (Unused).
186
1872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
190
1912003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Remove make/custom/Makefile.
194        * Makefile.am: Cosmetics.
195        * automake/compile.am: Remove compilation rules.
196        Remove $(ARCH) directory generation.
197
1982003-11-26      Joel Sherrill <joel@OARcorp.com>
199
200        * MAINTAINERS: New file.
201
2022003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4,
205        aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4,
206        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
207        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
208        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
209        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
210        aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4,
211        aclocal/enable-tests.m4, aclocal/multilib.m4,
212        aclocal/path-ksh.m4, aclocal/project-root.m4,
213        aclocal/rtems-top.m4, aclocal/tool-paths.m4,
214        acinclude.m4:
215        Fix underquoting to silence automake-1.8.
216
2172003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * config-ml.in: Don't built multilib variant normal (-mn) for
220        h8300-*-rtems*.
221
2222003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * aclocal/config-subdirs.m4: Remove.
225        * Makefile.am: Reflect changes above.
226
2272003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * aclocal/canonical-host.m4: Remove.
230        * Makefile.am: Reflect changes above.
231
2322003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in
235        c/src/lib/libbsp/*/acinclude.m4.
236
2372003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * aclocal/check-cpu.m4: Remove.
240        * Makefile.am: Remove reference to aclocal/check-cpu.m4.
241        * acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of
242        $1 in $srcdir before adding dir to SUBDIRS.
243
2442003-09-26  Joel Sherrill <joel@OARcorp.com>
245
246        * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
247
2482003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
251        patches).
252        * aclocal/enable-tests.m4: Change to support
253        --enable-tests=no|yes|samples, default is samples.
254
2552003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Correct bogus ACLOCAL_FILES.
258
2592003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4,
262        aclocal/bspopts.m4, aclocal/canonicalize-tools.m4,
263        aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4,
264        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
265        aclocal/check-networking.m4, aclocal/check-newlib.m4,
266        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
267        aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4,
268        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
269        aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4,
270        aclocal/path-perl.m4, aclocal/ppc.m4,
271        aclocal/prog-cc.m4, aclocal/prog-ccas.m4,
272        aclocal/prog-cxx.m4, aclocal/prog-gnat.m4,
273        aclocal/rtems-debug.m4, aclocal/rtems-flags.m4,
274        aclocal/rtems-test-no-pause.m4, aclocal/target.m4:
275        Remove (Unused).
276        * automake/leaf.am, automake/force-preinstall.am:
277        Remove (Unused).
278        * Makefile.am: Reflect changes above.
279
2802003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * automake/local.am, automake/host.am: Remove "debug".
283
2842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
287
2882003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
291        Add "autoconf-2.5x unquoting" hack.
292
2932003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * config.sub: Remove (Automatically added by automake, again).
296        * bootstrap: Reflect change above.
297        * configure.ac: Require automake >= 1.7.6.
298
2992003-07-03      Joel Sherrill <joel@OARcorp.com>
300
301        * SUPPORT: Fix Mark Johannes' email address.
302
3032003-07-03      Joel Sherrill <joel@OARcorp.com>
304
305        * VERSION: Updated to rtems-ss-20030703.
306
3072003-07-03      Joel Sherrill <joel@OARcorp.com>
308
309        * aclocal/version.m4: Updated to rtems-ss-20030703.
310
3112003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * bootstrap: Reflect having added config.sub.
314        * config.sub: New from subversions to accomodate c4x/tic4x.
315
3162003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        PR 412/make_build
319        * configure.ac: Remove "BLEEDING EDGE" warning.
320        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
321        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
322        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
323        * aclocal/gcc-isystem.m4: New.
324        * Makefile.am: Add aclocal/gcc-isystem.m4.
325
3262003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * automake/local.am: Remove $(ARCH), clean-local.
329
3302003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        PR 321:
333        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
334        * aclocal/env-rtemsbsp.m4
335        * automake/compile.am
336        * automake/host.am
337        * automake/local.am
338
3392003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
342        * automake/compile.am: Remove LIBSUFFIX_VA.
343        Merger from rtems-4-6-branch.
344
3452003-04-17      Joel Sherrill <joel@OARcorp.com>
346
347        * VERSION: Updated to rtems-ss-20030417.
348
3492003-04-17      Joel Sherrill <joel@OARcorp.com>
350
351        * aclocal/version.m4: Updated to rtems-ss-20030417.
352
3532003-04-11      Joel Sherrill <joel@OARcorp.com>
354
355        * VERSION: Updated to rtems-ss-20030411.
356
3572003-04-11      Joel Sherrill <joel@OARcorp.com>
358
359        * aclocal/version.m4: Updated to rtems-ss-20030411.
360
3612003-04-11      Joel Sherrill <joel@OARcorp.com>
362
363        * VERSION: Updated to rtems-ss-20020411.
364
3652003-04-11      Joel Sherrill <joel@OARcorp.com>
366
367        * aclocal/version.m4: Updated to rtems-ss-20020411.
368
3692003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * acinclude.m4: Reformat build_* handling.
372        Preset *_alias if empty.
373        * configure.ac: Change tools/build to build-config dirs.
374        Conditionally build tools/build as host-config dirs.
375
3762003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * acinclude.m4: Fix broken comments.
379        Add hidden option --enable-experimental.
380        * README.cdn-X: Update.
381        * configure.ac: Build tools/build as host and build-host tools to
382        accomodate those BSPs applying packhex in <BSP>.cfg.
383        Build tools/cpu as build-host tools.
384
3852003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * tools/Makefile.am: Remove.
388        * configure.ac: Remove tools.
389        * acinclude.m4: Fix build_subdir handling.
390        * Makefile.am: Remove tools from SUBDIRS.
391        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
392
3932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Remove AC_CONFIG_AUX_DIR.
396        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
397
3982003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * bootstrap: Add ACLOCAL, AUTOHEADER.
401        Don't check for auto*tool-versions.
402
4032003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
406
4072003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * automake/compile.am: Introduce depend-gcc.
410        * automake/lib.am: Remove stray comment.
411        * automake/local.am: Introduce depend-gcc.
412
4132003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
416
4172003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
420        * automake/local.am: Remove $(ARCH), clean-local.
421        * automake/compile.am: Add $(ARCH), clean-local.
422        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
423
4242003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Remove references to obsoleted files
427        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
428
4292003-02-14      Joel Sherrill <joel@OARcorp.com>
430
431        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
432        references.
433
4342003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
437
4382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * bootstrap: Remove attempts to detect autoconf and automake using
441        "which" (PR 325).
442
4432003-02-06      Joel Sherrill <joel@OARcorp.com>
444
445        * README.configure: Updated to reflect new BSPs and deprecated
446        targets.
447
4482003-01-28      Joel Sherrill <joel@OARcorp.com>
449
450        * VERSION: Updated to rtems-ss-20030128.
451
4522003-01-28      Joel Sherrill <joel@OARcorp.com>
453
454        * aclocal/version.m4: Updated to rtems-ss-20030128.
455
4562003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
459        Remove CLOBBER_DEPEND (Unused).
460
4612003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * automake/local.am: Remove distclean-local.
464
4652001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
468        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
469
4702002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
473        Rework RTEMS_PROG_CXX_FOR_TARGET.
474
4752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
478
4792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
482
4832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
486
4872002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * bootstrap: Require autoconf 2.54 or 2.57.
490        Require automake-1.7.2.
491
4922002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
495        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
496        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
497
4982002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
501
5022002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * automake/compile.am: Remove hard-coded *_PROFILE_V.
505        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
506        CFLAGS_PROFILE_V.
507        Remove CPPFLAGS_GCC.
508
5092002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
512        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
513        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
514        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
515
5162002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * aclocal/rtems-flags.m4: New.
519
5202002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * bootstrap: Allow autoconf-2.57.
523
5242002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * aclocal/prog-cc.m4: Remove GCCSED.
527
5282002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
531        Remove LDFLAGS.
532        Add CCAS, CCASCOMPILE.
533        Remove compilation rules for *.cpp, *.cxx, *.C.
534        Use CCASCOMPILE to compile *.S.
535        Add -pg to RTEMS_CFLAGS_PROFILE_V.
536
5372002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * configure.ac: Remove c/make.
540
5412002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * aclocal/prog-ccas.m4: New.
544        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
545        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
546        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
547
5482002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * acinclude.m4: Conditionally append --target=.
551
5522002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
555
5562002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * automake/compile.am: Remove LD_PATHS (Unused).
559        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
560        is announced obsolete).
561
5622002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
565
5662002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * aclocal/sysv-ipc.m4: Remove (Unused).
569        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
570
5712002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * acinclude.m4: Lots of changes addressing PR 312.
574
5752002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
578        to PR 312).
579
5802002-11-18      Joel Sherrill <joel@OARcorp.com>
581
582        * VERSION: Updated to rtems-ss-20021118.
583
5842002-11-18      Joel Sherrill <joel@OARcorp.com>
585
586        * aclocal/version.m4: Updated to rtems-ss-20021118.
587
5882002-11-17      Joel Sherrill <joel@OARcorp.com>
589
590        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
591        Motorola MTX603e.
592
5932002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
596
5972002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
600        * configure.ac: Ditto.
601
6022002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
605        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
606        Support @CFLAGS@, @CXXFLAGS@.
607
6082002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * bootstrap: Allow autoconf-2.56.
611
6122002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
615        Fix stupid typo (continue/configure).
616        * aclocal/prog-cc.m4: Remove obsolete comments.
617        Acknowledge CFLAGS.
618
6192002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
622        end of the args passed to sub-configure-scripts. (Reported by
623        Wulf Hofbauer <wh73@cornell.edu>)
624
6252002-11-12      Joel Sherrill <joel@OARcorp.com>
626
627        * configure.ac: Remove make/compilers/Makefile.
628
6292002-11-11      Joel Sherrill <joel@OARcorp.com>
630
631        * VERSION: Updated to rtems-ss-20021111.
632
6332002-11-11      Joel Sherrill <joel@OARcorp.com>
634
635        * aclocal/version.m4: Updated to rtems-ss-20021111.
636
6372002-11-11      Joel Sherrill <joel@OARcorp.com>
638
639        * VERSION: Updated to rtems-ss-20021111.
640
6412002-11-11      Joel Sherrill <joel@OARcorp.com>
642
643        * aclocal/version.m4: Updated to rtems-ss-20021111.
644
6452002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * automake/compile.am: Remove rel rule.
648
6492002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
652
6532002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.ac: Remove make/Templates/Makefile.
656        * README.configure: Minor massaging.
657
6582002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        Further preparations for autoconf > 2.52:
661        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
662        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
663        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
664
6652002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * acinclude.m4: Adapations to autoconf > 2.52.
668
6692002-11-01      Joel Sherrill <joel@OARcorp.com>
670
671        * ChangeLog: Corrected.
672
6732002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * bootstrap: Add generate_bspdir_acinclude to automatically update
676        c/src/lib/libbsp/<cpu>/acinclude.m4.
677        Use #! /bin/sh instead of #!/bin/sh.
678        Remove autom4te*.cache during ./bootstrap --clean.
679
6802002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
683        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
684        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
685        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
686        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
687        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
688        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
689        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
690        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
691        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
692        (autoconf > 2.54 seems to have problems with the old form of
693        quoting).
694
6952002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
698        (autoconf > 2.54 complains about).
699
7002002-10-21      Joel Sherrill <joel@OARcorp.com>
701
702        * VERSION: Updated to rtems-20021021-test.
703
7042002-10-21      Joel Sherrill <joel@OARcorp.com>
705
706        * aclocal/version.m4: Updated to rtems-20021021-test.
707
7082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * .cvsignore: Reformat.
711        Add autom4te*cache.
712        Remove autom4te.cache.
713
7142002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
717
7182002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
721        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
722
7232002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * bootstrap: Add autoconf/automake version checks by popular demand.
726        [FWIW: I dislike this.]
727
7282002-10-07      Joel Sherrill <joel@OARcorp.com>
729
730        * VERSION: Updated to rtems-ss-20021007.
731
7322002-10-07      Joel Sherrill <joel@OARcorp.com>
733
734        * aclocal/version.m4: Updated to rtems-ss-20021007.
735
7362002-10-04      Joel Sherrill <joel@OARcorp.com>
737
738        * VERSION: Updated to rtems-JUNK.
739
7402002-10-04      Joel Sherrill <joel@OARcorp.com>
741
742        * aclocal/version.m4: Updated to rtems-JUNK.
743
7442002-10-04      Joel Sherrill <joel@OARcorp.com>
745
746        * VERSION: Updated to rtems-ss-20021004.
747
7482002-10-04      Joel Sherrill <joel@OARcorp.com>
749
750        * aclocal/version.m4: Updated to rtems-ss-20021004.
751
7522002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
755        autoconf-2.53 PACKAGE crap.
756
7572002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * aclocal/prog-gnat.m4: New.
760
7612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * aclocal/bsp-configure.m4: Fix small typo in comment.
764
7652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
768
7692002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
772        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
773        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
774
7752002-08-07      Joel Sherrill <joel@OARcorp.com>
776
777        * aclocal/version.m4: Updated to rtems-ss-20020807.
778
7792002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
782
7832002-07-31      Joel Sherrill <joel@OARcorp.com>
784
785        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
786        was just a stub and only the OR32 port is getting worked on.
787
7882002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * aclocal/subdirs.m4: Remove.
791        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
792
7932002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
796        exec/score/cpu.
797
7982002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
801        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
802        compilation rules (Work-around to an automake bug).
803        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
804        make-library.
805
8062002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * configure.ac: Activate cpukit. Remove references to c/src/exec.
809
8102002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
813
8142002-07-17      Joel Sherrill <joel@OARcorp.com>
815
816        * aclocal/version.m4: Updated to rtems-ss-20020717.
817
8182002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * config-ml.in: Imported from gcc-3.1.
821        Change to match c/src/config-ml.in.
822
8232002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * aclocal/check-multiprocessing.m4: Reworked.
826        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
827
8282002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * automake/multilib.am: Remove.
831        * Makefile.am: Reflect change above.
832
8332002-06-28      Joel Sherrill <joel@OARcorp.com>
834
835        * aclocal/version.m4: Updated to rtems-ss-20020628.
836
8372002-06-27      Joel Sherrill <joel@OARcorp.com>
838
839        * tools/Makefile.am: Build the cpu dependent tools as well.
840
8412002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * aclocal/env-rtemscpu.m4: Remove.
844        * aclocal/multi.m4: Remove.
845        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
846
8472002-05-28      Joel Sherrill <joel@OARcorp.com>
848
849        * aclocal/version.m4: Updated to rtems-ss-20020528.
850
8512002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * aclocal/prog-cc.m4: Remove GCC272 support.
854        Remove ENABLE_LIBCDIR.
855        * aclocal/prog-cxx.m4: Ditto.
856        * aclocal/enable-gcc28.m4: Remove.
857        * aclocal/enable-libcdir.m4: Ditto.
858
8592002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
862        ENABLE_GCC28.
863
8642002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * automake/compile.am: Remove GCC272 support.
867        Remove *.sh rule (unused).
868        * configure.ac: Remove ENABLE_GCC28.
869        Remove ENABLE_LIBCDIR.
870
8712002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * .cvsignore: Added mdate-sh and texinfo.tex.
874
8752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * aclocal/version.m4: New file.
878        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
879        aclocal/version.m4.
880        * bootstrap: Use aclocal/version.m4 instead of VERSION.
881        * configure.ac: Use aclocal/version.m4 instead of VERSION.
882
8832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * configure.ac:
886        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
887        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
888        * Makefile.am: Remove AUTOMAKE_OPTIONS.
889        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
890
8912002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
894        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
895
8962002-03-08      Joel Sherrill <joel@OARcorp.com>
897
898        * VERSION: Updated to rtems-mg5-20020808.
899
9002002-03-01      Joel Sherrill <joel@OARcorp.com>
901
902        * VERSION: Updated to rtems-ss-20020301.
903
9042002-02-15      Joel Sherrill <joel@OARcorp.com>
905
906        * VERSION: Updated to rtems-ss-20020215.
907
9082002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * aclocal/subdirs.m4: Propagate the current $prefix to the
911        sub-configures.
912
9132002-02-05      Joel Sherrill <joel@OARcorp.com>
914
915        * VERSION: Updated to rtems-ss-20020205.
916
9172002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
920        compatibility.
921        * bootstrap: Let --clean remove texinfo.tex.
922
9232002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
926
9272002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * configure.ac: Add --enable-docs support. Add
930        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
931        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
932        hard-coded SUBDIRS.
933        * README.configure: Added a bit of information on this new option.
934
9352002-01-18      Joel Sherrill <joel@OARcorp.com>
936
937        * VERSION: Updated to rtems-ss-20020118.
938
9392002-01-18      Joel Sherrill <joel@OARcorp.com>
940
941        * VERSION: Updated to rtems-20020118.
942
9432002-01-17      Joel Sherrill <joel@OARcorp.com>
944
945        * VERSION: Updated to rtems-ss-20020717.
946
9472002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
950        check upon host_alias != build_alias.
951
9522002-01-07      Joel Sherrill <joel@OARcorp.com>
953
954        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
955        last line to eliminate 100's of warnings.
956
9572002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * aclocal/check-newlib.m4: Apply AS_IF.
960        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
961        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
962        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
963        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
964        changes.
965        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
966        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
967        * automake/compile.am: Remove librtemsall from LINK_FILES.
968
9692001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
972        * aclocal/subdirs.m4: New file.
973        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
974        modifications.
975        * aclocal/check-posix.m4: Apply AS_IF.
976        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
977        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
978        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
979        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
980        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
981        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
982        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
983        OUTPUT_COMMANDS.
984        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
985        * aclocal/rtems-debug.m4: Minor cleanups.
986        * aclocal/rtems-top.m4: Minor cleanups.
987        * automake/compile.am: Further steps towards automake's rules.
988
9892001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
992        * automake/lib.am: Add MULTISUBDIR.
993
9942001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * bootstrap: Run autoheader when configure.ac contains
997        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
998
9992001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1000
1001        * aclocal/bsp-configure.m4: New file.
1002        * Makefile.am: Add aclocal/bsp-configure.m4.
1003
10042001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * Makefile.am: Add automake/force-preinstall.am,
1007        aclocal/ppc.am, remove ACLOCAL_M4.
1008
10092001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * aclocal/bsp-alias.m4: Remove score603e_g1.
1012        * aclocal/check-bsps.m4: Remove score603e_g1.
1013        * aclocal/prog-cc.m4: Apply m4_if.
1014
1015
10162001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1017
1018        * automake/force-preinstall.am: New file.
1019        * aclocal/ppc.m4: New file.
1020
10212001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * aclocal/check-bsps.m4: Reworked.
1024        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
1025
10262001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1027
1028        * aclocal/bspopts.m4: New file.
1029
10302001-11-13      Joel Sherrill <joel@OARcorp.com>
1031
1032        * COPYING: Test of $Id$ -> $RTEMS$.
1033
10342001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1035
1036        This modification is part of the submitted modifications necessary to
1037        support the IBM PPC405 family.  This submission was reviewed by
1038        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1039        not negatively impact the ppc403 BSPs.  The submission and tracking
1040        process was captured as PR50.
1041        * README.configure: Added gen405 BSP.
1042
10432001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * Adopt more automake rules:
1046        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
1047        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
1048        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
1049        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
1050        CXXLINK_APP in make-cxx-exe.
1051        * automake/lib.am: Add ARFLAGS.
1052
10532001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1054
1055        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
1056        config.cache's which prevented powerpc targets librdbg from building.
1057
10582001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1059
1060        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
1061        add 2nd arg to _RTEMS_CPU_SUBDIR.
1062        * aclocal/target.m4: Replace ac_configure_args with
1063        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
1064        * Makefile.am: Require automake-1.5.
1065
10662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1069        * configure.in: Remove.
1070        * configure.ac: New file, generated from configure.in by autoupdate.
1071
10722001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1073
1074        * aclocal/rtems-cpu-subdirs.m4: New file.
1075
10762001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1077
1078        * automake/compile.am: Fundamentally reworked compilation rules for
1079        closer adaptation to automake's behavior.
1080
10812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1082
1083        * automake/lib.am: Comment out LD.
1084        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
1085        automake/leaf.am to AUTOMAKE_FILES.
1086
10872001-09-27      Joel Sherrill <joel@OARcorp.com>
1088
1089        * config.guess: No longer in CVS since installed by bootstrap.
1090
10912001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1092
1093        * bootstrap: remove/add automake added files.
1094        * .cvsignore: reflect changes to bootstrap.
1095
10962001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1097
1098        * automake/leaf.am: New file.
1099
11002001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
1103        of AC_CANONICAL_SYSTEM.
1104        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
1105        mkinstalldirs and mkdir.
1106        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
1107        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
1108        _RTEMS_OUTPUT_BUILD_SUBDIRS.
1109       
11102001-09-13      Joel Sherrill <joel@OARcorp.com>
1111
1112        * missing: Updated to latest version.
1113
11142001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1115
1116        * configure.in: autoupdate to autoconf-2.52.
1117        * bootstrap: Add handling for configure.ac, make autoheader verbose,
1118        fix auto*tool invocation order.
1119        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
1120        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
1121        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
1122        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
1123        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
1124        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
1125        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
1126        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
1127        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
1128        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
1129        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
1130        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
1131        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
1132        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
1133        RTEMS_CONFIG_PER_BSP conditional.
1134        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
1135        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
1136        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
1137
11382001-05-25      Joel Sherrill <joel@OARcorp.com>
1139
1140        * README.configure: Corrected the name of the MRM332 BSP.
1141        Strengthened the distinction between what the target
1142        and the BSP each select.  Added more targets to list.
1143
11442001-05-25      Joel Sherrill <joel@OARcorp.com>
1145
1146        * README.configure: Updated the list of BSPs.
1147
11482001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1149
1150        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
1151        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
1152        Add support for DOS-drive-letters.
1153
11542001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
1157        RTEMS_PROG_CC_FOR_TARGET.
1158
11592001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1160
1161        * README.cdn-X: Update.
1162        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
1163        @CPPFLAGS@ to CPPFLAGS.
1164
11652001-04-20      Eric Valette <valette@crf.canon.fr>
1166
1167        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
1168        BSPs support the new exception processing model and
1169        consequently, librdbg.
1170
11712001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1172
1173        * configure.in: Reworked for Canadian Cross support.
1174        * Makefile.am: Reflect changes to configure.in.
1175        * config.guess, config.sub: Update from subversions.gnu.org.
1176        * README.cdn-X: New file.
1177        * tools/Makefile.am: Remove build, tools from SUBDIRS.
1178
11792001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1180
1181        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
1182        TARGET_CONFIG_SUBDIRS.
1183        * aclocal/enable-bsp.m4: fix quoting.
1184        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
1185
11862001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1187
1188        * aclocal/config-subdirs.m4: New file.
1189        * aclocal/target.m4: Use macros from config-subdirs.m4.
1190
11912001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1192
1193        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
1194        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
1195
11962001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * configure.in: Fix AM_INIT_AUTOMAKE.
1199        * aclocal/bsp-arg-enable.m4: Extend comments.
1200        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
1201        the default clause.
1202
12032001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1204
1205        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
1206        RTEMS_ENV_RTEMSCPU.
1207        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
1208        special treatment for GCC_SPECS.
1209        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
1210        special treatment for GCC_SPECS.
1211        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
1212        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
1213        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
1214        instead of $(shell ..) for LIBC_LIB*.
1215
12162001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1217
1218        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
1219        simsh7045.
1220
12212001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1222
1223        * automake/compile.am: Add LD.
1224
12252000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1226
1227        * config.guess, config.sub: Update from CVS-autoconf to pick
1228        up new features (e.g. CC_FOR_BUILD in config.guess) but is
1229        necessary anyway to use autoconf-versions > 2.13.
1230
12312000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1232
1233        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
1234        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
1235        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
1236        help string.
1237        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
1238
12392000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1240
1241        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
1242        Modified to reflect addition of LEON BSPs as well as the
1243        no-FP ERC32 variant.
1244
12452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1246
1247        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1248        standard).
1249        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1250        standard).
1251        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
1252        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
1253        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1254        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
1255
12562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
1259        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
1260        $host instead of $target (BUG-FIX).
1261        * configure.in: Use $target and $host instead of $target_alias and
1262        $host_alias (autoconf-2.49b).
1263        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
1264        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
1265
1266        NOTES:
1267        * autoconf-2.49b depredicates using changequotes.
1268        * The changes to configure.in are due to cleanups in
1269        autoconf-2.49b's implemention of canonicalization. With
1270        autoconf-2.1x it wasn't always clear, when to use $xxx or
1271        $xxx_alias. Now this is clear.
1272
12732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1274
1275        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1276
12772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1278
1279        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
1280        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
1281        with an RTEMS specific but more restrictive autoconf macro.
1282
12832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1284
1285        * automake/lib.am: Add LD.
1286
12872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1288
1289        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
1290        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
1291
12922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1293 
1294        * aclocal/*: Replace with contents of macros/*.m4
1295        * macros/: Remove.
1296        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1297        * Makefile.am: Reflect changes to aclocal/ and macros/.
1298
12992000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1300
1301        * configure.in: New, Cygnus/GNU style configuration.
1302        * Makefile.am: Add macros/, reflect new configure.in,
1303        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1304        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1305        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1306        * macros/tool-prefix.m4: Remove.
1307        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1308        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1309        RTEMS_ROOT.
1310        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1311        * macros/multilib.m4: Various minor fixes.
1312        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1313        PROJECT_ROOT, RTEMS_ROOT.
1314        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1315        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1316
13172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * automake/multilib.am: New file.
1320        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1321        the automake/ directory.
1322
13232000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1324
1325        * macros/enable-hwapi.m4: Removed.
1326        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1327        A small cleanup step towards gnu-canonicalization.
1328
13292000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * macros: New directory.
1332        * macros/bsp-alias.m4: new file.
1333        * macros/canonical-host.m4: new file.
1334        * macros/canonical-target-name.m4: new file.
1335        * macros/canonicalize-tools.m4: new file.
1336        * macros/check-bsp-cache.m4: new file.
1337        * macros/check-bsps.m4: new file.
1338        * macros/check-cpu.m4: new file.
1339        * macros/rtems-debug.m4: new file.
1340        * macros/check-cxx.m4: new file.
1341        * macros/check-itron.m4: new file.
1342        * macros/check-multiprocessing.m4: new file.
1343        * macros/check-networking.m4: new file.
1344        * macros/check-newlib.m4: new file.
1345        * macros/check-posix.m4: new file.
1346        * macros/check-rdbg.m4: new file.
1347        * macros/enable-bare.m4: new file.
1348        * macros/enable-cxx.m4: new file.
1349        * macros/enable-gcc28.m4: new file.
1350        * macros/enable-inlines.m4: new file.
1351        * macros/enable-itron.m4: new file.
1352        * macros/enable-libcdir.m4: new file.
1353        * macros/enable-multiprocessing.m4: new file.
1354        * macros/enable-networking.m4: new file.
1355        * macros/enable-posix.m4: new file.
1356        * macros/enable-rdbg.m4: new file.
1357        * macros/enable-rtemsbsp.m4: new file.
1358        * macros/enable-tests.m4: new file.
1359        * macros/gcc-pipe.m4: new file.
1360        * macros/gcc-specs.m4: new file.
1361        * macros/i386-gas-code16.m4: new file.
1362        * macros/path-ksh.m4: new file.
1363        * macros/path-perl.m4: new file.
1364        * macros/prog-cc.m4: new file.
1365        * macros/prog-cxx.m4: new file.
1366        * macros/project-root.m4: new file.
1367        * macros/rtems-top.m4: new file.
1368        * macros/sysv-ipc.m4: new file.
1369        * macros/target.m4: new file.
1370        * macros/rtems-test-no-pause.m4: new file.
1371        * macros/multilib.m4: new file.
1372        * macros/tool-paths.m4: new file.
1373        * macros/tool-prefix.m4: new file.
1374
13752000-09-14      Joel Sherrill <joel@OARcorp.com>
1376
1377        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1378
13792000-09-14      Joel Sherrill <joel@OARcorp.com>
1380
1381        * aclocal/enable-hwapi.m4: Now longer used and removed.
1382
13832000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1384
1385        * automake/lib.am: Remove leaf.cfg.
1386
13872000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1388
1389        * aclocal/rtems-top.m4: Add ENDIF-hack.
1390        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1391
13922000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1393
1394        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1395        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1396        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1397        * automake/compile.am: Replaced.
1398        * automake/local.am: Remove building variant handling.
1399
14002000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1401
1402        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1403        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1404        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1405        * aclocal/target.m4: Cleanup comments
1406        * Automake/compile.am: Add DEFS support to keep building happy.
1407
14082000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1409
1410        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1411
14122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1413
1414        * automake/compile.am: New file
1415        * ChangeLog: Fix email addresses
1416
14172000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1418
1419        * LICENSE.NET, README, README.configure: Spelling corrections.
1420
14212000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1422
1423        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1424
14252000-08-30      Joel Sherrill <joel@OARcorp.com>
1426
1427        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1428
14292000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1430
1431        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1432
14332000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1434
1435        * aclocal/check-bsps.h:
1436          - Add pck6-BSP
1437          - Exclude ChangeLog from being picked up as BSP
1438        * aclocal/bsp-alias.m4: Add pck6-BSP
1439
14402000-08-10      Joel Sherrill <joel@OARcorp.com>
1441
1442        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.