source: rtems/ChangeLog @ de92bae

4.104.115
Last change on this file since de92bae was 10d1ac81, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/31/08 at 03:16:01

2008-12-31 Ralf Corsépius <ralf.corsepius@…>

  • config-ml.in: Comment out arm/thumb exception (Add arm/thumb multilib).
  • Property mode set to 100644
File size: 54.1 KB
Line 
12008-12-31      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * config-ml.in: Comment out arm/thumb exception (Add arm/thumb
4        multilib).
5
62008-12-30      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * aclocal/check-bsps.m4: remove stray ")" from rtl22xx_t alias.
9
102008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * aclocal/canonical-target-name.m4: Remove tic4x.
13
142008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
15
16        * README.configure: Add Lattice Mico32 support.
17
182008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add h8sxsim as variant
21        of h8sim.
22
232008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * README.configure: Add new M32R port. It is just a beginning but the
26        BSP is functional enough to initialize and shutdown RTEMS.
27
282008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add
31        M32C port and m32csim BSP.
32
332008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * VERSION: Bump version to 4.9.99.0
36
372008-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        PR 1324/bsps
40        * aclocal/check-bsps.m4: Revert Joel's icecube patch.
41
422008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * MAINTAINERS: Remove myself from avr.
45
462008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
49        Recognize the the GDB SuperH simulator is just an architectural
50        simulator and does not include devices. Rename existing simulator BSP
51        configurations to simsh1 and simsh2 and add simsh4.
52
532008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        PR 1324/bsps
56        * aclocal/check-bsps.m4: Add missing icecube.
57
582008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * aclocal/version.m4: Bump RTEMS_API to 4.10.
61        Bump _RTEMS_VERSION to 4.9.99.0.
62
632008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
64
65        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added defines for
66        LPC2478 BSP.
67
682008-09-09      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * README.configure: Updated list of BSPs.
71
722008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
73
74        * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg,
75        * make/custom/tqm8xx.cfg,
76        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
77        added MPC8xx based tqm8xx BSP family
78
792008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * acinclude.m4 (_RTEMS_OUTPUT_SUBDIRS): Allow empty configdirs.
82
832008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Remove doxygen
86        comments.
87        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
88        AC_PREREQ(2.62).
89
902008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
91
92        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added MPC5566EVB and
93        MPC8313ERDB.  Added Doxygen style comment.
94
952008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
96
97        * make/custom/haleakala.cfg:
98        added PPC405 haleakala BSP contributed by Michael Hamel
99
1002008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
101
102        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4,
103        * make/custom/m5484FireEngine.cfg:
104        added pgh360 BSP variant
105        added m5484FireEngine BSP
106
1072008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * configure.ac, acinclude.m4: s/AC_HELP/AS_HELP/.
110
1112008-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * bootstrap: Use find . ... preinstall.am for portability reasons.
114
1152008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
118        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
119        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
120        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
121        aclocal/multilib.m4: s/AC_HELP/AS_HELP/.
122
1232007-11-06      Ray Xu <rayx.cn@gmail.com>
124
125        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
126
1272007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * VERSION: Bump VERSION to 4.8.99.0.
130        * aclocal/version.m4: Bump RTEMS_API to 4.9.
131        Bump RTEMS_VERSION to 4.8.99.0.
132
1332007-09-04      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * Makefile.maint: touch all documentation master files so the date on
136        the manual reflects the release date of the software.
137
1382007-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * Makefile.maint: Add touching master files for various manuals so the
141        date on the cover page will reflect the date a tarball is cut.
142
1432007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * README.configure, aclocal/bsp-alias.m4: Rename EP5200 to IceCube
146        since that is the nickname for the Freescale evaluation board it is
147        based upon. BSP was tested on a Freescale MPC5200LITE.
148
1492007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * Makefile.maint, configure.ac, release_support: Remove RDBG.
152        * aclocal/enable-rdbg.m4: Removed.
153
1542007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
155
156        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4, README.configure:
157        Add gen83xx and mpc8349eamds BSP
158
1592007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
160
161        * README.configure: Add virtex BSP
162
1632007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * aclocal/bsp-alias.m4, README.configure: Add ep5200, IceCube, 5200Lite.
166
1672007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * README.configure: Removed armulator.
170
1712007-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * README.configure, aclocal/check-bsps.m4: Remove references to
174        mbx860_1b since it is just an alternate name for the mbx860_001b.
175
1762007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
179        Per Jiri Gaisler remove unused erc32nfp and leon1 BSP variants.
180
1812007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * README.configure: DMV152 obsoleted.
184
1852007-02-21      Joel Sherrill <joel@OARcorp.com>
186
187        * Makefile.maint: Added TOOL_VERSIONS stanza and fixed typo.
188
1892007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Use MKDIR_P instead of mkdir_p.
192
1932007-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * Makefile.maint: Use VERSION as master source for version.m4's.
196        * VERSION: Sync with version in aclocal/version.m4.
197
1982007-01-28      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * Makefile.maint: Sync nomenclature with that being used in
201          cpukit/score/include/rtems/system.h (major->minor,
202          minor->revision).
203
2042007-01-27      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * Makefile.maint: Remove references to
207          cpukit/score/include/rtems/system.h.
208        * Makefile.maint: Add CVS_RUN.
209
2102007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * Makefile.maint: New.
213
2142007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * acinclude.m4: AC_PREREQ(2.60).
217
2182007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * ampolish3: Use MKDIR_P instead of mkdir_p.
221
2222007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * Makefile.am: Remove scripts/.
225
2262006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * configure.ac: New BUG-REPORT address.
229
2302006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * Makefile.am: Add ampolish3.
233
2342006-11-18      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * bootstrap: Add -r (autoreconf).
237
2382006-11-18      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * bootstrap: Add -p (regenerate preinstall.ams).
241
2422006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * ampolish3: New.
245
2462006-10-19      Joel Sherrill <joel@OARcorp.com>
247
248        * configure.ac: Remove all macro implementations and use only the
249        static inline. Static inline functions are now well supported so
250        there is no reason for duplicate maintenance.
251        * aclocal/enable-inlines.m4: Removed.
252
2532006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * aclocal/rtems-top.m4: Remove RTEMS_API.
256        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
257
2582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * aclocal/version.m4: Bump version to 4.7.99.0.
261
2622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * configure.ac: Require autoconf-2.60. Require automake-1.10.
265
2662006-08-09      Kolja Waschk <waschk@telos.de>
267
268        * config-ml.in: New port to Altera NIOS II.
269
2702006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
271
272        * aclocal/bsp-alias.m4: (PR1117) Add brs5l as alias for gen5200
273        * aclocal/check-bsps.m4: (PR1117) Add brs5l as alias for gen5200
274       
2752006-06-23      Worth Burruss <worth@motioncontrol.org>
276
277        * README.configure: Add mcf5235.
278
2792006-04-18      Joel Sherrill <joel@OARcorp.com>
280
281        * VERSION: Updated to rtems-4.6.99.3.
282
2832006-04-18  Joel Sherrill <joel@OARcorp.com>
284
285        * aclocal/version.m4: Updated to rtems-4.6.99.3.
286
2872006-04-18      Joel Sherrill <joel@OARcorp.com>
288
289        * release_support: Fix typos.
290
2912006-04-18      Joel Sherrill <joel@OARcorp.com>
292
293        * ChangeLog, release_support: Fix typos.
294
2952006-03-09      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * acinclude.m4: Requires autoconf-2.59.
298
2992006-03-07      Joel Sherrill <joel@OARcorp.com>
300
301        PR 694/rtems
302        * release_support: Do not include .cvsignore files in release tarballs.
303
3042006-02-01      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        PR 882/make_build
307        * bootstrap: Only remove bspopts.h.in instead of bspopts.h*.
308
3092006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * aclocal/bsp-alias.m4: Revert Joel's 2006-01-10 change.
312        Alpha-sort the aliases list.
313        * automake/host.am, automake/local.am, automake/subdirs.am:
314        Remove depend-am, depend-recursive.
315
3162006-01-10      Joel Sherrill <joel@OARcorp.com>
317
318        * aclocal/bsp-alias.m4: Add sis as alias of erc32.
319
3202006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
321
322        * aclocal/bsp-alias.m4: Remove brs5l. Remove leon2.
323        Alias leon1 to leon2. Add sis.
324        * aclocal/check_bsps.m4: Remove brs5l.
325        Remove leon. Add leon2. Add sis to erc32 family.
326
3272005-11-31      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        PR 851/bsps
330        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add gen5200 BSP
331        family.
332
3332005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
334
335        * aclocal/check-bsps.m4: Add the plethora of mbx* BSP.
336
3372005-09-02      Joel Sherrill <joel@OARcorp.com>
338
339        * VERSION: Updated to rtems-4.6.99.2.
340
3412005-09-02  Joel Sherrill <joel@OARcorp.com>
342
343        * aclocal/version.m4: Updated to rtems-4.6.99.2.
344
3452005-07-06      Philippe Simons
346
347        * MAINTAINERS: Added me as arm/gp32 bsp maintainer.
348
3492005-04-28      Joel Sherrill <joel@OARcorp.com>
350
351        * README.configure: Updated to account for removal of dmv177 and
352        ppcn_60x as well as other additions and deletions.
353
3542005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
355
356        * aclocal/enable-itron.m4: Allow unix.
357
3582005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * Makefile.am: Remove ACLOCAL_FILES.
361
3622004-11-16      Ralf Corsepius <ralf_corsepius@rtems.org>
363
364        * aclocal/check-bsps.m4: Use ls instead of globs to pickup
365        bsp_specs.
366
3672004-11-12      Ralf Corsepius <ralf_corsepius@rtems.org>
368
369        * aclocal/check-bsps.m4: Add MVME2100 BSP as alias of
370        motorola_shared.
371
3722004-11-10      Joel Sherrill <joel@oarcorp.com>
373
374        * aclocal/bsp-alias.m4: Add MVME2100 BSP as alias of motorola_shared.
375
3762004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
377
378        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
379
3802004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
381
382        * aclocal/check-bsps.m4: Add bspkit support. Don't check for
383        presence of *.cfg.
384        * aclocal/check-custom-bsp.m4: Add bspkit support.
385
3862004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
387
388        * aclocal/enable-bare.m4: Remove.
389
3902004-09-29      Joel Sherrill <joel@OARcorp.com>
391
392        * MAINTAINERS, README.configure, c/ACKNOWLEDGEMENTS,
393        c/TOOL_TARGETS: i960 obsoleted and all references removed.
394
3952004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
396
397        * configure.ac: Require automake > 1.9.
398
3992004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
400
401        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
402
4032004-08-18      Ralf Corsepius <ralf_corsepius@rtems.org>
404
405        PR 673/make_build
406        * config-ml.in: Quote 'cd "${ml_origdir}"'.
407        Quote 'cd "${ML_POPDIR}"'.
408
4092004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
410
411        PR 673/make_build
412        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
413
4142004-07-14      Joel Sherrill <joel@OARcorp.com>
415
416        * MAINTAINERS: Added Jay Monkman as ARM architecture maintainer
417
4182004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
419
420        * aclocal/rtems-top.m4: Remove ENDIF.
421        Remove with_target_subdir defaulting to '.'.
422        * acinclude.m4: Add --includedir to sub_configure_args.
423
4242004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: DIST_SUBDIRS = $(SUBDIRS).
427        Rework dist-hook.
428        * configure.ac: Reflect changes to RTEMS_ENABLE_RTEMSBSP.
429        * aclocal/enable-rtemsbsp.m4: Add support for --disable-rtemsbsp.
430
4312004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: RTEMS_BUILD_CONFIG_SUBDIRS([testsuites/tools]).
434
4352004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am: Remove AUTOMAKE_FILES.
438        Cleanup duplicate ACLOCAL_FILES.
439        EXTRA_DIST += config-ml.in.
440        DIST_SUBDIRS += make.
441        Add dist-hook.
442        * configure.ac: Add dist-bzip2 no-dist-gzip to AUTOMAKE_OPTIONS.
443
4442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * bootstrap: RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY).
447
4482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * VERSION: 4.6.99.0.
451        * aclocal/version.m4: 4.6.99.0.
452
4532004-02-06      Joel Sherrill <joel@OARcorp.com>
454
455        * aclocal/bsp-alias.m4: Readd aliases for p4600 and p4650
456        which were accidentally removed when purging the mips64orion.
457
4582004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * aclocal/rpm.m4: Make osversions the default.
461        * aclocal/rtems-top.m4: Remove check for version.m4 (Breaks make
462        distcheck).
463
4642004-02-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * aclocal/rpm.m4: New (extracted from scripts/configure.ac).
467
4682004-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: Require automake >= 1.8.2.
471        * aclocal/check-bsps.m4: Also test for make/custom/*.cfg.
472
4732004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Requires automake >= 1.8.1.
476
4772004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * .cvsignore: Remove mkinstalldirs.
480        * bootstrap: Remove compile during "clean".
481
4822004-01-08      Joel Sherrill <joel@OARcorp.com>
483
484        * .cvsignore: Add compile.
485
4862004-01-07      Joel Sherrill <joel@OARcorp.com>
487
488        * README.configure: Remove efi68k and efi332 references as they are no
489        longer in the tree.
490
4912004-01-07      Joel Sherrill <joel@OARcorp.com>
492
493        * aclocal/bsp-alias.m4, aclocal/rtems-cpu-subdirs.m4: mips64orion port
494        removed as mips port more completely covers the MIPS family.
495
4962003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * README.configure: Reflect requireing autoconf-2.59 and
499        automake-1.8.
500
5012003-12-17      Joel Sherrill <joel@OARcorp.com>
502
503        * VERSION: Updated to rtems-20031217-test.
504
5052003-12-17  Joel Sherrill <joel@OARcorp.com>
506
507    * aclocal/version.m4: Updated to rtems-20031217-test.
508
5092003-12-17      Joel Sherrill <joel@OARcorp.com>
510
511        * release_support: Correct method used to find ChangeLog associated
512        with the version.m4 files.  Keep going until I can get a tarball cut.
513
5142003-12-17      Joel Sherrill <joel@OARcorp.com>
515
516        * release_support: Use dirname not basedir.  Keep going until I
517        can get a tarball cut.
518
5192003-12-17      Joel Sherrill <joel@OARcorp.com>
520
521        * release_support: New file -- assistant to new cut_release script.
522
5232003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Remove automake/compile.am
526
5272003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * automake/compile.am: Remove (Unused).
530
5312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * automake/lib.am: Remove (Unused).
534
5352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
538
5392003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: Remove make/custom/Makefile.
542        * Makefile.am: Cosmetics.
543        * automake/compile.am: Remove compilation rules.
544        Remove $(ARCH) directory generation.
545
5462003-11-26      Joel Sherrill <joel@OARcorp.com>
547
548        * MAINTAINERS: New file.
549
5502003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4,
553        aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4,
554        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
555        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
556        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
557        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
558        aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4,
559        aclocal/enable-tests.m4, aclocal/multilib.m4,
560        aclocal/path-ksh.m4, aclocal/project-root.m4,
561        aclocal/rtems-top.m4, aclocal/tool-paths.m4,
562        acinclude.m4:
563        Fix underquoting to silence automake-1.8.
564
5652003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * config-ml.in: Don't built multilib variant normal (-mn) for
568        h8300-*-rtems*.
569
5702003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * aclocal/config-subdirs.m4: Remove.
573        * Makefile.am: Reflect changes above.
574
5752003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * aclocal/canonical-host.m4: Remove.
578        * Makefile.am: Reflect changes above.
579
5802003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in
583        c/src/lib/libbsp/*/acinclude.m4.
584
5852003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * aclocal/check-cpu.m4: Remove.
588        * Makefile.am: Remove reference to aclocal/check-cpu.m4.
589        * acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of
590        $1 in $srcdir before adding dir to SUBDIRS.
591
5922003-09-26  Joel Sherrill <joel@OARcorp.com>
593
594        * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
595
5962003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
599        patches).
600        * aclocal/enable-tests.m4: Change to support
601        --enable-tests=no|yes|samples, default is samples.
602
6032003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * Makefile.am: Correct bogus ACLOCAL_FILES.
606
6072003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4,
610        aclocal/bspopts.m4, aclocal/canonicalize-tools.m4,
611        aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4,
612        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
613        aclocal/check-networking.m4, aclocal/check-newlib.m4,
614        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
615        aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4,
616        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
617        aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4,
618        aclocal/path-perl.m4, aclocal/ppc.m4,
619        aclocal/prog-cc.m4, aclocal/prog-ccas.m4,
620        aclocal/prog-cxx.m4, aclocal/prog-gnat.m4,
621        aclocal/rtems-debug.m4, aclocal/rtems-flags.m4,
622        aclocal/rtems-test-no-pause.m4, aclocal/target.m4:
623        Remove (Unused).
624        * automake/leaf.am, automake/force-preinstall.am:
625        Remove (Unused).
626        * Makefile.am: Reflect changes above.
627
6282003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * automake/local.am, automake/host.am: Remove "debug".
631
6322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
635
6362003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
639        Add "autoconf-2.5x unquoting" hack.
640
6412003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * config.sub: Remove (Automatically added by automake, again).
644        * bootstrap: Reflect change above.
645        * configure.ac: Require automake >= 1.7.6.
646
6472003-07-03      Joel Sherrill <joel@OARcorp.com>
648
649        * SUPPORT: Fix Mark Johannes' email address.
650
6512003-07-03      Joel Sherrill <joel@OARcorp.com>
652
653        * VERSION: Updated to rtems-ss-20030703.
654
6552003-07-03      Joel Sherrill <joel@OARcorp.com>
656
657        * aclocal/version.m4: Updated to rtems-ss-20030703.
658
6592003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * bootstrap: Reflect having added config.sub.
662        * config.sub: New from subversions to accomodate c4x/tic4x.
663
6642003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        PR 412/make_build
667        * configure.ac: Remove "BLEEDING EDGE" warning.
668        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
669        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
670        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
671        * aclocal/gcc-isystem.m4: New.
672        * Makefile.am: Add aclocal/gcc-isystem.m4.
673
6742003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * automake/local.am: Remove $(ARCH), clean-local.
677
6782003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        PR 321:
681        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
682        * aclocal/env-rtemsbsp.m4
683        * automake/compile.am
684        * automake/host.am
685        * automake/local.am
686
6872003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
690        * automake/compile.am: Remove LIBSUFFIX_VA.
691        Merger from rtems-4-6-branch.
692
6932003-04-17      Joel Sherrill <joel@OARcorp.com>
694
695        * VERSION: Updated to rtems-ss-20030417.
696
6972003-04-17      Joel Sherrill <joel@OARcorp.com>
698
699        * aclocal/version.m4: Updated to rtems-ss-20030417.
700
7012003-04-11      Joel Sherrill <joel@OARcorp.com>
702
703        * VERSION: Updated to rtems-ss-20030411.
704
7052003-04-11      Joel Sherrill <joel@OARcorp.com>
706
707        * aclocal/version.m4: Updated to rtems-ss-20030411.
708
7092003-04-11      Joel Sherrill <joel@OARcorp.com>
710
711        * VERSION: Updated to rtems-ss-20020411.
712
7132003-04-11      Joel Sherrill <joel@OARcorp.com>
714
715        * aclocal/version.m4: Updated to rtems-ss-20020411.
716
7172003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * acinclude.m4: Reformat build_* handling.
720        Preset *_alias if empty.
721        * configure.ac: Change tools/build to build-config dirs.
722        Conditionally build tools/build as host-config dirs.
723
7242003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * acinclude.m4: Fix broken comments.
727        Add hidden option --enable-experimental.
728        * README.cdn-X: Update.
729        * configure.ac: Build tools/build as host and build-host tools to
730        accomodate those BSPs applying packhex in <BSP>.cfg.
731        Build tools/cpu as build-host tools.
732
7332003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * tools/Makefile.am: Remove.
736        * configure.ac: Remove tools.
737        * acinclude.m4: Fix build_subdir handling.
738        * Makefile.am: Remove tools from SUBDIRS.
739        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
740
7412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * configure.ac: Remove AC_CONFIG_AUX_DIR.
744        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
745
7462003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * bootstrap: Add ACLOCAL, AUTOHEADER.
749        Don't check for auto*tool-versions.
750
7512003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
754
7552003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * automake/compile.am: Introduce depend-gcc.
758        * automake/lib.am: Remove stray comment.
759        * automake/local.am: Introduce depend-gcc.
760
7612003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
764
7652003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
768        * automake/local.am: Remove $(ARCH), clean-local.
769        * automake/compile.am: Add $(ARCH), clean-local.
770        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
771
7722003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * Makefile.am: Remove references to obsoleted files
775        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
776
7772003-02-14      Joel Sherrill <joel@OARcorp.com>
778
779        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
780        references.
781
7822003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
785
7862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * bootstrap: Remove attempts to detect autoconf and automake using
789        "which" (PR 325).
790
7912003-02-06      Joel Sherrill <joel@OARcorp.com>
792
793        * README.configure: Updated to reflect new BSPs and deprecated
794        targets.
795
7962003-01-28      Joel Sherrill <joel@OARcorp.com>
797
798        * VERSION: Updated to rtems-ss-20030128.
799
8002003-01-28      Joel Sherrill <joel@OARcorp.com>
801
802        * aclocal/version.m4: Updated to rtems-ss-20030128.
803
8042003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
807        Remove CLOBBER_DEPEND (Unused).
808
8092003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * automake/local.am: Remove distclean-local.
812
8132001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
816        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
817
8182002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
821        Rework RTEMS_PROG_CXX_FOR_TARGET.
822
8232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
826
8272002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
830
8312002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
834
8352002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        * bootstrap: Require autoconf 2.54 or 2.57.
838        Require automake-1.7.2.
839
8402002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
843        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
844        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
845
8462002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
849
8502002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * automake/compile.am: Remove hard-coded *_PROFILE_V.
853        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
854        CFLAGS_PROFILE_V.
855        Remove CPPFLAGS_GCC.
856
8572002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
860        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
861        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
862        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
863
8642002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * aclocal/rtems-flags.m4: New.
867
8682002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * bootstrap: Allow autoconf-2.57.
871
8722002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * aclocal/prog-cc.m4: Remove GCCSED.
875
8762002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
879        Remove LDFLAGS.
880        Add CCAS, CCASCOMPILE.
881        Remove compilation rules for *.cpp, *.cxx, *.C.
882        Use CCASCOMPILE to compile *.S.
883        Add -pg to RTEMS_CFLAGS_PROFILE_V.
884
8852002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * configure.ac: Remove c/make.
888
8892002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * aclocal/prog-ccas.m4: New.
892        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
893        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
894        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
895
8962002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * acinclude.m4: Conditionally append --target=.
899
9002002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
901
902        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
903
9042002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * automake/compile.am: Remove LD_PATHS (Unused).
907        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
908        is announced obsolete).
909
9102002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
911
912        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
913
9142002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * aclocal/sysv-ipc.m4: Remove (Unused).
917        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
918
9192002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
920
921        * acinclude.m4: Lots of changes addressing PR 312.
922
9232002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
926        to PR 312).
927
9282002-11-18      Joel Sherrill <joel@OARcorp.com>
929
930        * VERSION: Updated to rtems-ss-20021118.
931
9322002-11-18      Joel Sherrill <joel@OARcorp.com>
933
934        * aclocal/version.m4: Updated to rtems-ss-20021118.
935
9362002-11-17      Joel Sherrill <joel@OARcorp.com>
937
938        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
939        Motorola MTX603e.
940
9412002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
944
9452002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
948        * configure.ac: Ditto.
949
9502002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
951
952        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
953        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
954        Support @CFLAGS@, @CXXFLAGS@.
955
9562002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * bootstrap: Allow autoconf-2.56.
959
9602002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
963        Fix stupid typo (continue/configure).
964        * aclocal/prog-cc.m4: Remove obsolete comments.
965        Acknowledge CFLAGS.
966
9672002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
970        end of the args passed to sub-configure-scripts. (Reported by
971        Wulf Hofbauer <wh73@cornell.edu>)
972
9732002-11-12      Joel Sherrill <joel@OARcorp.com>
974
975        * configure.ac: Remove make/compilers/Makefile.
976
9772002-11-11      Joel Sherrill <joel@OARcorp.com>
978
979        * VERSION: Updated to rtems-ss-20021111.
980
9812002-11-11      Joel Sherrill <joel@OARcorp.com>
982
983        * aclocal/version.m4: Updated to rtems-ss-20021111.
984
9852002-11-11      Joel Sherrill <joel@OARcorp.com>
986
987        * VERSION: Updated to rtems-ss-20021111.
988
9892002-11-11      Joel Sherrill <joel@OARcorp.com>
990
991        * aclocal/version.m4: Updated to rtems-ss-20021111.
992
9932002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
994
995        * automake/compile.am: Remove rel rule.
996
9972002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
1000
10012002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003        * configure.ac: Remove make/Templates/Makefile.
1004        * README.configure: Minor massaging.
1005
10062002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1007
1008        Further preparations for autoconf > 2.52:
1009        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
1010        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
1011        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
1012
10132002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * acinclude.m4: Adapations to autoconf > 2.52.
1016
10172002-11-01      Joel Sherrill <joel@OARcorp.com>
1018
1019        * ChangeLog: Corrected.
1020
10212002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * bootstrap: Add generate_bspdir_acinclude to automatically update
1024        c/src/lib/libbsp/<cpu>/acinclude.m4.
1025        Use #! /bin/sh instead of #!/bin/sh.
1026        Remove autom4te*.cache during ./bootstrap --clean.
1027
10282002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1029
1030        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
1031        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
1032        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
1033        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
1034        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
1035        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
1036        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
1037        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
1038        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
1039        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
1040        (autoconf > 2.54 seems to have problems with the old form of
1041        quoting).
1042
10432002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
1046        (autoconf > 2.54 complains about).
1047
10482002-10-21      Joel Sherrill <joel@OARcorp.com>
1049
1050        * VERSION: Updated to rtems-20021021-test.
1051
10522002-10-21      Joel Sherrill <joel@OARcorp.com>
1053
1054        * aclocal/version.m4: Updated to rtems-20021021-test.
1055
10562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * .cvsignore: Reformat.
1059        Add autom4te*cache.
1060        Remove autom4te.cache.
1061
10622002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1063
1064        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1065
10662002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
1069        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1070
10712002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072
1073        * bootstrap: Add autoconf/automake version checks by popular demand.
1074        [FWIW: I dislike this.]
1075
10762002-10-07      Joel Sherrill <joel@OARcorp.com>
1077
1078        * VERSION: Updated to rtems-ss-20021007.
1079
10802002-10-07      Joel Sherrill <joel@OARcorp.com>
1081
1082        * aclocal/version.m4: Updated to rtems-ss-20021007.
1083
10842002-10-04      Joel Sherrill <joel@OARcorp.com>
1085
1086        * VERSION: Updated to rtems-JUNK.
1087
10882002-10-04      Joel Sherrill <joel@OARcorp.com>
1089
1090        * aclocal/version.m4: Updated to rtems-JUNK.
1091
10922002-10-04      Joel Sherrill <joel@OARcorp.com>
1093
1094        * VERSION: Updated to rtems-ss-20021004.
1095
10962002-10-04      Joel Sherrill <joel@OARcorp.com>
1097
1098        * aclocal/version.m4: Updated to rtems-ss-20021004.
1099
11002002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1101
1102        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
1103        autoconf-2.53 PACKAGE crap.
1104
11052002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1106
1107        * aclocal/prog-gnat.m4: New.
1108
11092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1110
1111        * aclocal/bsp-configure.m4: Fix small typo in comment.
1112
11132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1114
1115        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
1116
11172002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
1120        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
1121        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
1122
11232002-08-07      Joel Sherrill <joel@OARcorp.com>
1124
1125        * aclocal/version.m4: Updated to rtems-ss-20020807.
1126
11272002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
1130
11312002-07-31      Joel Sherrill <joel@OARcorp.com>
1132
1133        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
1134        was just a stub and only the OR32 port is getting worked on.
1135
11362002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * aclocal/subdirs.m4: Remove.
1139        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
1140
11412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
1144        exec/score/cpu.
1145
11462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1147
1148        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
1149        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
1150        compilation rules (Work-around to an automake bug).
1151        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
1152        make-library.
1153
11542002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * configure.ac: Activate cpukit. Remove references to c/src/exec.
1157
11582002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
1161
11622002-07-17      Joel Sherrill <joel@OARcorp.com>
1163
1164        * aclocal/version.m4: Updated to rtems-ss-20020717.
1165
11662002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1167
1168        * config-ml.in: Imported from gcc-3.1.
1169        Change to match c/src/config-ml.in.
1170
11712002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1172
1173        * aclocal/check-multiprocessing.m4: Reworked.
1174        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
1175
11762002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1177
1178        * automake/multilib.am: Remove.
1179        * Makefile.am: Reflect change above.
1180
11812002-06-28      Joel Sherrill <joel@OARcorp.com>
1182
1183        * aclocal/version.m4: Updated to rtems-ss-20020628.
1184
11852002-06-27      Joel Sherrill <joel@OARcorp.com>
1186
1187        * tools/Makefile.am: Build the cpu dependent tools as well.
1188
11892002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1190
1191        * aclocal/env-rtemscpu.m4: Remove.
1192        * aclocal/multi.m4: Remove.
1193        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
1194
11952002-05-28      Joel Sherrill <joel@OARcorp.com>
1196
1197        * aclocal/version.m4: Updated to rtems-ss-20020528.
1198
11992002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * aclocal/prog-cc.m4: Remove GCC272 support.
1202        Remove ENABLE_LIBCDIR.
1203        * aclocal/prog-cxx.m4: Ditto.
1204        * aclocal/enable-gcc28.m4: Remove.
1205        * aclocal/enable-libcdir.m4: Ditto.
1206
12072002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
1210        ENABLE_GCC28.
1211
12122002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * automake/compile.am: Remove GCC272 support.
1215        Remove *.sh rule (unused).
1216        * configure.ac: Remove ENABLE_GCC28.
1217        Remove ENABLE_LIBCDIR.
1218
12192002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1220
1221        * .cvsignore: Added mdate-sh and texinfo.tex.
1222
12232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1224
1225        * aclocal/version.m4: New file.
1226        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
1227        aclocal/version.m4.
1228        * bootstrap: Use aclocal/version.m4 instead of VERSION.
1229        * configure.ac: Use aclocal/version.m4 instead of VERSION.
1230
12312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1232
1233        * configure.ac:
1234        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1235        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1236        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1237        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
1238
12392002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1240
1241        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
1242        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
1243
12442002-03-08      Joel Sherrill <joel@OARcorp.com>
1245
1246        * VERSION: Updated to rtems-mg5-20020808.
1247
12482002-03-01      Joel Sherrill <joel@OARcorp.com>
1249
1250        * VERSION: Updated to rtems-ss-20020301.
1251
12522002-02-15      Joel Sherrill <joel@OARcorp.com>
1253
1254        * VERSION: Updated to rtems-ss-20020215.
1255
12562002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * aclocal/subdirs.m4: Propagate the current $prefix to the
1259        sub-configures.
1260
12612002-02-05      Joel Sherrill <joel@OARcorp.com>
1262
1263        * VERSION: Updated to rtems-ss-20020205.
1264
12652002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1266
1267        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
1268        compatibility.
1269        * bootstrap: Let --clean remove texinfo.tex.
1270
12712002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1272
1273        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
1274
12752002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1276
1277        * configure.ac: Add --enable-docs support. Add
1278        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
1279        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
1280        hard-coded SUBDIRS.
1281        * README.configure: Added a bit of information on this new option.
1282
12832002-01-18      Joel Sherrill <joel@OARcorp.com>
1284
1285        * VERSION: Updated to rtems-ss-20020118.
1286
12872002-01-18      Joel Sherrill <joel@OARcorp.com>
1288
1289        * VERSION: Updated to rtems-20020118.
1290
12912002-01-17      Joel Sherrill <joel@OARcorp.com>
1292
1293        * VERSION: Updated to rtems-ss-20020717.
1294
12952002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
1298        check upon host_alias != build_alias.
1299
13002002-01-07      Joel Sherrill <joel@OARcorp.com>
1301
1302        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
1303        last line to eliminate 100's of warnings.
1304
13052002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1306
1307        * aclocal/check-newlib.m4: Apply AS_IF.
1308        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
1309        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
1310        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
1311        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
1312        changes.
1313        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
1314        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
1315        * automake/compile.am: Remove librtemsall from LINK_FILES.
1316
13172001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
1320        * aclocal/subdirs.m4: New file.
1321        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
1322        modifications.
1323        * aclocal/check-posix.m4: Apply AS_IF.
1324        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
1325        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
1326        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
1327        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
1328        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
1329        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
1330        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
1331        OUTPUT_COMMANDS.
1332        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
1333        * aclocal/rtems-debug.m4: Minor cleanups.
1334        * aclocal/rtems-top.m4: Minor cleanups.
1335        * automake/compile.am: Further steps towards automake's rules.
1336
13372001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
1340        * automake/lib.am: Add MULTISUBDIR.
1341
13422001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1343
1344        * bootstrap: Run autoheader when configure.ac contains
1345        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
1346
13472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
1349        * aclocal/bsp-configure.m4: New file.
1350        * Makefile.am: Add aclocal/bsp-configure.m4.
1351
13522001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1353
1354        * Makefile.am: Add automake/force-preinstall.am,
1355        aclocal/ppc.am, remove ACLOCAL_M4.
1356
13572001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1358
1359        * aclocal/bsp-alias.m4: Remove score603e_g1.
1360        * aclocal/check-bsps.m4: Remove score603e_g1.
1361        * aclocal/prog-cc.m4: Apply m4_if.
1362
1363
13642001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1365
1366        * automake/force-preinstall.am: New file.
1367        * aclocal/ppc.m4: New file.
1368
13692001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1370
1371        * aclocal/check-bsps.m4: Reworked.
1372        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
1373
13742001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1375
1376        * aclocal/bspopts.m4: New file.
1377
13782001-11-13      Joel Sherrill <joel@OARcorp.com>
1379
1380        * COPYING: Test of $Id$ -> $RTEMS$.
1381
13822001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1383
1384        This modification is part of the submitted modifications necessary to
1385        support the IBM PPC405 family.  This submission was reviewed by
1386        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1387        not negatively impact the ppc403 BSPs.  The submission and tracking
1388        process was captured as PR50.
1389        * README.configure: Added gen405 BSP.
1390
13912001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1392
1393        * Adopt more automake rules:
1394        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
1395        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
1396        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
1397        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
1398        CXXLINK_APP in make-cxx-exe.
1399        * automake/lib.am: Add ARFLAGS.
1400
14012001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1402
1403        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
1404        config.cache's which prevented powerpc targets librdbg from building.
1405
14062001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1407
1408        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
1409        add 2nd arg to _RTEMS_CPU_SUBDIR.
1410        * aclocal/target.m4: Replace ac_configure_args with
1411        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
1412        * Makefile.am: Require automake-1.5.
1413
14142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1415
1416        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1417        * configure.in: Remove.
1418        * configure.ac: New file, generated from configure.in by autoupdate.
1419
14202001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1421
1422        * aclocal/rtems-cpu-subdirs.m4: New file.
1423
14242001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1425
1426        * automake/compile.am: Fundamentally reworked compilation rules for
1427        closer adaptation to automake's behavior.
1428
14292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1430
1431        * automake/lib.am: Comment out LD.
1432        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
1433        automake/leaf.am to AUTOMAKE_FILES.
1434
14352001-09-27      Joel Sherrill <joel@OARcorp.com>
1436
1437        * config.guess: No longer in CVS since installed by bootstrap.
1438
14392001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1440
1441        * bootstrap: remove/add automake added files.
1442        * .cvsignore: reflect changes to bootstrap.
1443
14442001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1445
1446        * automake/leaf.am: New file.
1447
14482001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1449
1450        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
1451        of AC_CANONICAL_SYSTEM.
1452        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
1453        mkinstalldirs and mkdir.
1454        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
1455        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
1456        _RTEMS_OUTPUT_BUILD_SUBDIRS.
1457       
14582001-09-13      Joel Sherrill <joel@OARcorp.com>
1459
1460        * missing: Updated to latest version.
1461
14622001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1463
1464        * configure.in: autoupdate to autoconf-2.52.
1465        * bootstrap: Add handling for configure.ac, make autoheader verbose,
1466        fix auto*tool invocation order.
1467        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
1468        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
1469        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
1470        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
1471        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
1472        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
1473        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
1474        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
1475        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
1476        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
1477        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
1478        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
1479        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
1480        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
1481        RTEMS_CONFIG_PER_BSP conditional.
1482        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
1483        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
1484        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
1485
14862001-05-25      Joel Sherrill <joel@OARcorp.com>
1487
1488        * README.configure: Corrected the name of the MRM332 BSP.
1489        Strengthened the distinction between what the target
1490        and the BSP each select.  Added more targets to list.
1491
14922001-05-25      Joel Sherrill <joel@OARcorp.com>
1493
1494        * README.configure: Updated the list of BSPs.
1495
14962001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1497
1498        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
1499        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
1500        Add support for DOS-drive-letters.
1501
15022001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1503
1504        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
1505        RTEMS_PROG_CC_FOR_TARGET.
1506
15072001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1508
1509        * README.cdn-X: Update.
1510        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
1511        @CPPFLAGS@ to CPPFLAGS.
1512
15132001-04-20      Eric Valette <valette@crf.canon.fr>
1514
1515        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
1516        BSPs support the new exception processing model and
1517        consequently, librdbg.
1518
15192001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1520
1521        * configure.in: Reworked for Canadian Cross support.
1522        * Makefile.am: Reflect changes to configure.in.
1523        * config.guess, config.sub: Update from subversions.gnu.org.
1524        * README.cdn-X: New file.
1525        * tools/Makefile.am: Remove build, tools from SUBDIRS.
1526
15272001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1528
1529        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
1530        TARGET_CONFIG_SUBDIRS.
1531        * aclocal/enable-bsp.m4: fix quoting.
1532        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
1533
15342001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1535
1536        * aclocal/config-subdirs.m4: New file.
1537        * aclocal/target.m4: Use macros from config-subdirs.m4.
1538
15392001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1540
1541        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
1542        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
1543
15442001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1545
1546        * configure.in: Fix AM_INIT_AUTOMAKE.
1547        * aclocal/bsp-arg-enable.m4: Extend comments.
1548        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
1549        the default clause.
1550
15512001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1552
1553        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
1554        RTEMS_ENV_RTEMSCPU.
1555        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
1556        special treatment for GCC_SPECS.
1557        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
1558        special treatment for GCC_SPECS.
1559        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
1560        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
1561        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
1562        instead of $(shell ..) for LIBC_LIB*.
1563
15642001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1565
1566        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
1567        simsh7045.
1568
15692001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1570
1571        * automake/compile.am: Add LD.
1572
15732000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1574
1575        * config.guess, config.sub: Update from CVS-autoconf to pick
1576        up new features (e.g. CC_FOR_BUILD in config.guess) but is
1577        necessary anyway to use autoconf-versions > 2.13.
1578
15792000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1580
1581        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
1582        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
1583        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
1584        help string.
1585        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
1586
15872000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1588
1589        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
1590        Modified to reflect addition of LEON BSPs as well as the
1591        no-FP ERC32 variant.
1592
15932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1594
1595        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1596        standard).
1597        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1598        standard).
1599        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
1600        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
1601        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1602        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
1603
16042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1605
1606        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
1607        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
1608        $host instead of $target (BUG-FIX).
1609        * configure.in: Use $target and $host instead of $target_alias and
1610        $host_alias (autoconf-2.49b).
1611        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
1612        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
1613
1614        NOTES:
1615        * autoconf-2.49b depredicates using changequotes.
1616        * The changes to configure.in are due to cleanups in
1617        autoconf-2.49b's implemention of canonicalization. With
1618        autoconf-2.1x it wasn't always clear, when to use $xxx or
1619        $xxx_alias. Now this is clear.
1620
16212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1622
1623        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1624
16252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1626
1627        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
1628        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
1629        with an RTEMS specific but more restrictive autoconf macro.
1630
16312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1632
1633        * automake/lib.am: Add LD.
1634
16352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1636
1637        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
1638        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
1639
16402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1641 
1642        * aclocal/*: Replace with contents of macros/*.m4
1643        * macros/: Remove.
1644        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1645        * Makefile.am: Reflect changes to aclocal/ and macros/.
1646
16472000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1648
1649        * configure.in: New, Cygnus/GNU style configuration.
1650        * Makefile.am: Add macros/, reflect new configure.in,
1651        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1652        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1653        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1654        * macros/tool-prefix.m4: Remove.
1655        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1656        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1657        RTEMS_ROOT.
1658        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1659        * macros/multilib.m4: Various minor fixes.
1660        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1661        PROJECT_ROOT, RTEMS_ROOT.
1662        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1663        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1664
16652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1666
1667        * automake/multilib.am: New file.
1668        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1669        the automake/ directory.
1670
16712000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1672
1673        * macros/enable-hwapi.m4: Removed.
1674        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1675        A small cleanup step towards gnu-canonicalization.
1676
16772000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1678
1679        * macros: New directory.
1680        * macros/bsp-alias.m4: new file.
1681        * macros/canonical-host.m4: new file.
1682        * macros/canonical-target-name.m4: new file.
1683        * macros/canonicalize-tools.m4: new file.
1684        * macros/check-bsp-cache.m4: new file.
1685        * macros/check-bsps.m4: new file.
1686        * macros/check-cpu.m4: new file.
1687        * macros/rtems-debug.m4: new file.
1688        * macros/check-cxx.m4: new file.
1689        * macros/check-itron.m4: new file.
1690        * macros/check-multiprocessing.m4: new file.
1691        * macros/check-networking.m4: new file.
1692        * macros/check-newlib.m4: new file.
1693        * macros/check-posix.m4: new file.
1694        * macros/check-rdbg.m4: new file.
1695        * macros/enable-bare.m4: new file.
1696        * macros/enable-cxx.m4: new file.
1697        * macros/enable-gcc28.m4: new file.
1698        * macros/enable-inlines.m4: new file.
1699        * macros/enable-itron.m4: new file.
1700        * macros/enable-libcdir.m4: new file.
1701        * macros/enable-multiprocessing.m4: new file.
1702        * macros/enable-networking.m4: new file.
1703        * macros/enable-posix.m4: new file.
1704        * macros/enable-rdbg.m4: new file.
1705        * macros/enable-rtemsbsp.m4: new file.
1706        * macros/enable-tests.m4: new file.
1707        * macros/gcc-pipe.m4: new file.
1708        * macros/gcc-specs.m4: new file.
1709        * macros/i386-gas-code16.m4: new file.
1710        * macros/path-ksh.m4: new file.
1711        * macros/path-perl.m4: new file.
1712        * macros/prog-cc.m4: new file.
1713        * macros/prog-cxx.m4: new file.
1714        * macros/project-root.m4: new file.
1715        * macros/rtems-top.m4: new file.
1716        * macros/sysv-ipc.m4: new file.
1717        * macros/target.m4: new file.
1718        * macros/rtems-test-no-pause.m4: new file.
1719        * macros/multilib.m4: new file.
1720        * macros/tool-paths.m4: new file.
1721        * macros/tool-prefix.m4: new file.
1722
17232000-09-14      Joel Sherrill <joel@OARcorp.com>
1724
1725        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1726
17272000-09-14      Joel Sherrill <joel@OARcorp.com>
1728
1729        * aclocal/enable-hwapi.m4: Now longer used and removed.
1730
17312000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1732
1733        * automake/lib.am: Remove leaf.cfg.
1734
17352000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1736
1737        * aclocal/rtems-top.m4: Add ENDIF-hack.
1738        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1739
17402000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1741
1742        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1743        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1744        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1745        * automake/compile.am: Replaced.
1746        * automake/local.am: Remove building variant handling.
1747
17482000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1749
1750        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1751        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1752        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1753        * aclocal/target.m4: Cleanup comments
1754        * Automake/compile.am: Add DEFS support to keep building happy.
1755
17562000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1757
1758        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1759
17602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1761
1762        * automake/compile.am: New file
1763        * ChangeLog: Fix email addresses
1764
17652000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1766
1767        * LICENSE.NET, README, README.configure: Spelling corrections.
1768
17692000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1770
1771        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1772
17732000-08-30      Joel Sherrill <joel@OARcorp.com>
1774
1775        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1776
17772000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1778
1779        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1780
17812000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1782
1783        * aclocal/check-bsps.h:
1784          - Add pck6-BSP
1785          - Exclude ChangeLog from being picked up as BSP
1786        * aclocal/bsp-alias.m4: Add pck6-BSP
1787
17882000-08-10      Joel Sherrill <joel@OARcorp.com>
1789
1790        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.