source: rtems/ChangeLog @ ee613aa

4.115
Last change on this file since ee613aa was 054b1c6, checked in by Joel Sherrill <joel.sherrill@…>, on 03/16/11 at 20:06:55

2011-03-16 Jennifer Averett <jennifer.averett@…>

PR 1729/cpukit

  • aclocal/enable-smp.m4: New file.
  • Property mode set to 100644
File size: 58.9 KB
Line 
12011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
2
3        PR 1729/cpukit
4        * aclocal/enable-smp.m4: New file.
5
62011-03-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
7
8        * Makefile.maint: Remove started_ada.
9
102011-03-06      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * aclocal/rtems-top.m4: Add pkgdatadir.
13        Override pkgdatadir to $(datadir)/rtems$_RTEMS_API.
14        * Makefile.am: Install make/Templates to pkgdatadir.
15
162011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Merge-in make/Makefile.am.
19        * configure.ac: Reflect change above.
20
212011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.maint, aclocal/rpm.m4, aclocal/rtems-top.m4,
24        aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
25
262011-03-03      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * bootstrap: Add -g option.
29        Switch default to autoreconf.
30
312011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Require autoconf-2.68, automake-1.11.1.
34
352011-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * configure.ac: Don't build tools/schedsim by default.
38        Add --enable-schedsim (Default: disabled).
39
402010-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        Add RTEMS Scheduler Simulator.
43        * configure.ac: Add tools/schedsim.
44
452010-12-16      Joel Sherrill <joel.sherrilL@OARcorp.com>
46
47        * SUPPORT: Update address.
48
492010-09-27      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * README.configure: Further cleanup.
52
532010-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * README.configure: Remove the most obsolete parts.
56
572010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        PR 1532/testing
60        * aclocal/project-root.m4: Add initial tests for untar capabilities.
61
622010-06-23      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * configure.ac: autoconf >= 2.65, automake >= 1.11.
65
662010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile.maint, README.configure: Remove more ITRON references.
69
702010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * aclocal/enable-itron.m4: Remove.
73        * configure.ac: Remove itron.
74
752010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * aclocal/version.m4: Bump RTEMS_API to 4.11.
78        Bump _RTEMS_VERSION to 4.10.99.0.
79
802010-05-11      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * aclocal/bsp-alias.m4: Change quoting to work-round
83        http://www.freebsd.org/cgi/query-pr.cgi?pr=146378.
84
852009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * aclocal/check-custom-bsp.m4: Be less verbose.
88
892009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * aclocal/bsp-alias.m4: Fix quoting bug.
92
932009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * aclocal/check-custom-bsp.m4:
96        Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1".
97        * aclocal/check-bsps.m4: Remove "blacklist".
98
992009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * aclocal/bsp-alias.m4: Remove bare BSP (Abandoned).
102
1032009-10-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
104
105        * README.configure: added COBRA5475 reference
106
1072009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * aclocal/bsp-alias.m4: Pickup bsps from
110        c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
111
1122009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * aclocal/check-bsps.m4: Pickup bsps from
115        c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
116
1172009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
120        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
121
1222009-10-14      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * aclocal/canonical-target-name.m4, aclocal/enable-posix.m4:
125        Remove posix/unix simulator.
126
1272009-10-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
128
129        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Renamed LPC24XX BSP
130        variants.
131
1322009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * aclocal/bsp-alias.m4: Add BSP for GDB ARM simulator so we can easily
135        experiment with and debug different ARM architectural variations.
136
1372009-09-14      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * aclocal/check-bsps.m4: Add csb337 bsp family.
140
1412009-07-23      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * aclocal/enable-itron.m4: Default to not building itron.
144
1452009-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * aclocal/bsp-alias.m4: Add csb637 as variant of csb337.
148
1492009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
150
151        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added defines for
152        LPC2478 BSP variants.
153
1542009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * aclocal/bsp-alias.m4: Add simsh2e.
157
1582009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * Makefile.maint: rtems_api=4.10.
161        * Makefile.maint: Dump stuff hanging around for much too long.
162
1632009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * aclocal/canonical-target-name.m4:
166        Remove comment referring to HPUX9.
167
1682009-02-05      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Remove pck6 BSP.
171
1722008-12-31      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * config-ml.in: Comment out arm/thumb exception (Add arm/thumb
175        multilib).
176
1772008-12-30      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * aclocal/check-bsps.m4: remove stray ")" from rtl22xx_t alias.
180
1812008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * aclocal/canonical-target-name.m4: Remove tic4x.
184
1852008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
186
187        * README.configure: Add Lattice Mico32 support.
188
1892008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add h8sxsim as variant
192        of h8sim.
193
1942008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
195
196        * README.configure: Add new M32R port. It is just a beginning but the
197        BSP is functional enough to initialize and shutdown RTEMS.
198
1992008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add
202        M32C port and m32csim BSP.
203
2042008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * VERSION: Bump version to 4.9.99.0
207
2082008-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        PR 1324/bsps
211        * aclocal/check-bsps.m4: Revert Joel's icecube patch.
212
2132008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * MAINTAINERS: Remove myself from avr.
216
2172008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
220        Recognize the the GDB SuperH simulator is just an architectural
221        simulator and does not include devices. Rename existing simulator BSP
222        configurations to simsh1 and simsh2 and add simsh4.
223
2242008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        PR 1324/bsps
227        * aclocal/check-bsps.m4: Add missing icecube.
228
2292008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * aclocal/version.m4: Bump RTEMS_API to 4.10.
232        Bump _RTEMS_VERSION to 4.9.99.0.
233
2342008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
235
236        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added defines for
237        LPC2478 BSP.
238
2392008-09-09      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * README.configure: Updated list of BSPs.
242
2432008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
244
245        * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg,
246        * make/custom/tqm8xx.cfg,
247        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
248        added MPC8xx based tqm8xx BSP family
249
2502008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * acinclude.m4 (_RTEMS_OUTPUT_SUBDIRS): Allow empty configdirs.
253
2542008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Remove doxygen
257        comments.
258        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
259        AC_PREREQ(2.62).
260
2612008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
262
263        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added MPC5566EVB and
264        MPC8313ERDB.  Added Doxygen style comment.
265
2662008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
267
268        * make/custom/haleakala.cfg:
269        added PPC405 haleakala BSP contributed by Michael Hamel
270
2712008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
272
273        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4,
274        * make/custom/m5484FireEngine.cfg:
275        added pgh360 BSP variant
276        added m5484FireEngine BSP
277
2782008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * configure.ac, acinclude.m4: s/AC_HELP/AS_HELP/.
281
2822008-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * bootstrap: Use find . ... preinstall.am for portability reasons.
285
2862008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
287
288        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
289        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
290        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
291        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
292        aclocal/multilib.m4: s/AC_HELP/AS_HELP/.
293
2942007-11-06      Ray Xu <rayx.cn@gmail.com>
295
296        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
297
2982007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * VERSION: Bump VERSION to 4.8.99.0.
301        * aclocal/version.m4: Bump RTEMS_API to 4.9.
302        Bump RTEMS_VERSION to 4.8.99.0.
303
3042007-09-04      Joel Sherrill <joel.sherrill@OARcorp.com>
305
306        * Makefile.maint: touch all documentation master files so the date on
307        the manual reflects the release date of the software.
308
3092007-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
310
311        * Makefile.maint: Add touching master files for various manuals so the
312        date on the cover page will reflect the date a tarball is cut.
313
3142007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * README.configure, aclocal/bsp-alias.m4: Rename EP5200 to IceCube
317        since that is the nickname for the Freescale evaluation board it is
318        based upon. BSP was tested on a Freescale MPC5200LITE.
319
3202007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
321
322        * Makefile.maint, configure.ac, release_support: Remove RDBG.
323        * aclocal/enable-rdbg.m4: Removed.
324
3252007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
326
327        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4, README.configure:
328        Add gen83xx and mpc8349eamds BSP
329
3302007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
331
332        * README.configure: Add virtex BSP
333
3342007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
335
336        * aclocal/bsp-alias.m4, README.configure: Add ep5200, IceCube, 5200Lite.
337
3382007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
339
340        * README.configure: Removed armulator.
341
3422007-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
343
344        * README.configure, aclocal/check-bsps.m4: Remove references to
345        mbx860_1b since it is just an alternate name for the mbx860_001b.
346
3472007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
350        Per Jiri Gaisler remove unused erc32nfp and leon1 BSP variants.
351
3522007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
353
354        * README.configure: DMV152 obsoleted.
355
3562007-02-21      Joel Sherrill <joel@OARcorp.com>
357
358        * Makefile.maint: Added TOOL_VERSIONS stanza and fixed typo.
359
3602007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * Makefile.am: Use MKDIR_P instead of mkdir_p.
363
3642007-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * Makefile.maint: Use VERSION as master source for version.m4's.
367        * VERSION: Sync with version in aclocal/version.m4.
368
3692007-01-28      Ralf Corsépius <ralf.corsepius@rtems.org>
370
371        * Makefile.maint: Sync nomenclature with that being used in
372          cpukit/score/include/rtems/system.h (major->minor,
373          minor->revision).
374
3752007-01-27      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * Makefile.maint: Remove references to
378          cpukit/score/include/rtems/system.h.
379        * Makefile.maint: Add CVS_RUN.
380
3812007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
382
383        * Makefile.maint: New.
384
3852007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
386
387        * acinclude.m4: AC_PREREQ(2.60).
388
3892007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * ampolish3: Use MKDIR_P instead of mkdir_p.
392
3932007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * Makefile.am: Remove scripts/.
396
3972006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
398
399        * configure.ac: New BUG-REPORT address.
400
4012006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * Makefile.am: Add ampolish3.
404
4052006-11-18      Ralf Corsépius <ralf.corsepius@rtems.org>
406
407        * bootstrap: Add -r (autoreconf).
408
4092006-11-18      Ralf Corsépius <ralf.corsepius@rtems.org>
410
411        * bootstrap: Add -p (regenerate preinstall.ams).
412
4132006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
414
415        * ampolish3: New.
416
4172006-10-19      Joel Sherrill <joel@OARcorp.com>
418
419        * configure.ac: Remove all macro implementations and use only the
420        static inline. Static inline functions are now well supported so
421        there is no reason for duplicate maintenance.
422        * aclocal/enable-inlines.m4: Removed.
423
4242006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
425
426        * aclocal/rtems-top.m4: Remove RTEMS_API.
427        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
428
4292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
430
431        * aclocal/version.m4: Bump version to 4.7.99.0.
432
4332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
434
435        * configure.ac: Require autoconf-2.60. Require automake-1.10.
436
4372006-08-09      Kolja Waschk <waschk@telos.de>
438
439        * config-ml.in: New port to Altera NIOS II.
440
4412006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
442
443        * aclocal/bsp-alias.m4: (PR1117) Add brs5l as alias for gen5200
444        * aclocal/check-bsps.m4: (PR1117) Add brs5l as alias for gen5200
445       
4462006-06-23      Worth Burruss <worth@motioncontrol.org>
447
448        * README.configure: Add mcf5235.
449
4502006-04-18      Joel Sherrill <joel@OARcorp.com>
451
452        * VERSION: Updated to rtems-4.6.99.3.
453
4542006-04-18  Joel Sherrill <joel@OARcorp.com>
455
456        * aclocal/version.m4: Updated to rtems-4.6.99.3.
457
4582006-04-18      Joel Sherrill <joel@OARcorp.com>
459
460        * release_support: Fix typos.
461
4622006-04-18      Joel Sherrill <joel@OARcorp.com>
463
464        * ChangeLog, release_support: Fix typos.
465
4662006-03-09      Ralf Corsepius <ralf.corsepius@rtems.org>
467
468        * acinclude.m4: Requires autoconf-2.59.
469
4702006-03-07      Joel Sherrill <joel@OARcorp.com>
471
472        PR 694/rtems
473        * release_support: Do not include .cvsignore files in release tarballs.
474
4752006-02-01      Ralf Corsepius <ralf.corsepius@rtems.org>
476
477        PR 882/make_build
478        * bootstrap: Only remove bspopts.h.in instead of bspopts.h*.
479
4802006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
481
482        * aclocal/bsp-alias.m4: Revert Joel's 2006-01-10 change.
483        Alpha-sort the aliases list.
484        * automake/host.am, automake/local.am, automake/subdirs.am:
485        Remove depend-am, depend-recursive.
486
4872006-01-10      Joel Sherrill <joel@OARcorp.com>
488
489        * aclocal/bsp-alias.m4: Add sis as alias of erc32.
490
4912006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
492
493        * aclocal/bsp-alias.m4: Remove brs5l. Remove leon2.
494        Alias leon1 to leon2. Add sis.
495        * aclocal/check_bsps.m4: Remove brs5l.
496        Remove leon. Add leon2. Add sis to erc32 family.
497
4982005-11-31      Ralf Corsepius <ralf.corsepius@rtems.org>
499
500        PR 851/bsps
501        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add gen5200 BSP
502        family.
503
5042005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
505
506        * aclocal/check-bsps.m4: Add the plethora of mbx* BSP.
507
5082005-09-02      Joel Sherrill <joel@OARcorp.com>
509
510        * VERSION: Updated to rtems-4.6.99.2.
511
5122005-09-02  Joel Sherrill <joel@OARcorp.com>
513
514        * aclocal/version.m4: Updated to rtems-4.6.99.2.
515
5162005-07-06      Philippe Simons
517
518        * MAINTAINERS: Added me as arm/gp32 bsp maintainer.
519
5202005-04-28      Joel Sherrill <joel@OARcorp.com>
521
522        * README.configure: Updated to account for removal of dmv177 and
523        ppcn_60x as well as other additions and deletions.
524
5252005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
526
527        * aclocal/enable-itron.m4: Allow unix.
528
5292005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
530
531        * Makefile.am: Remove ACLOCAL_FILES.
532
5332004-11-16      Ralf Corsepius <ralf_corsepius@rtems.org>
534
535        * aclocal/check-bsps.m4: Use ls instead of globs to pickup
536        bsp_specs.
537
5382004-11-12      Ralf Corsepius <ralf_corsepius@rtems.org>
539
540        * aclocal/check-bsps.m4: Add MVME2100 BSP as alias of
541        motorola_shared.
542
5432004-11-10      Joel Sherrill <joel@oarcorp.com>
544
545        * aclocal/bsp-alias.m4: Add MVME2100 BSP as alias of motorola_shared.
546
5472004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
548
549        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
550
5512004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
552
553        * aclocal/check-bsps.m4: Add bspkit support. Don't check for
554        presence of *.cfg.
555        * aclocal/check-custom-bsp.m4: Add bspkit support.
556
5572004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
558
559        * aclocal/enable-bare.m4: Remove.
560
5612004-09-29      Joel Sherrill <joel@OARcorp.com>
562
563        * MAINTAINERS, README.configure, c/ACKNOWLEDGEMENTS,
564        c/TOOL_TARGETS: i960 obsoleted and all references removed.
565
5662004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
567
568        * configure.ac: Require automake > 1.9.
569
5702004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
571
572        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
573
5742004-08-18      Ralf Corsepius <ralf_corsepius@rtems.org>
575
576        PR 673/make_build
577        * config-ml.in: Quote 'cd "${ml_origdir}"'.
578        Quote 'cd "${ML_POPDIR}"'.
579
5802004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
581
582        PR 673/make_build
583        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
584
5852004-07-14      Joel Sherrill <joel@OARcorp.com>
586
587        * MAINTAINERS: Added Jay Monkman as ARM architecture maintainer
588
5892004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
590
591        * aclocal/rtems-top.m4: Remove ENDIF.
592        Remove with_target_subdir defaulting to '.'.
593        * acinclude.m4: Add --includedir to sub_configure_args.
594
5952004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * Makefile.am: DIST_SUBDIRS = $(SUBDIRS).
598        Rework dist-hook.
599        * configure.ac: Reflect changes to RTEMS_ENABLE_RTEMSBSP.
600        * aclocal/enable-rtemsbsp.m4: Add support for --disable-rtemsbsp.
601
6022004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * configure.ac: RTEMS_BUILD_CONFIG_SUBDIRS([testsuites/tools]).
605
6062004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * Makefile.am: Remove AUTOMAKE_FILES.
609        Cleanup duplicate ACLOCAL_FILES.
610        EXTRA_DIST += config-ml.in.
611        DIST_SUBDIRS += make.
612        Add dist-hook.
613        * configure.ac: Add dist-bzip2 no-dist-gzip to AUTOMAKE_OPTIONS.
614
6152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * bootstrap: RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY).
618
6192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * VERSION: 4.6.99.0.
622        * aclocal/version.m4: 4.6.99.0.
623
6242004-02-06      Joel Sherrill <joel@OARcorp.com>
625
626        * aclocal/bsp-alias.m4: Readd aliases for p4600 and p4650
627        which were accidentally removed when purging the mips64orion.
628
6292004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * aclocal/rpm.m4: Make osversions the default.
632        * aclocal/rtems-top.m4: Remove check for version.m4 (Breaks make
633        distcheck).
634
6352004-02-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * aclocal/rpm.m4: New (extracted from scripts/configure.ac).
638
6392004-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * configure.ac: Require automake >= 1.8.2.
642        * aclocal/check-bsps.m4: Also test for make/custom/*.cfg.
643
6442004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * configure.ac: Requires automake >= 1.8.1.
647
6482004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * .cvsignore: Remove mkinstalldirs.
651        * bootstrap: Remove compile during "clean".
652
6532004-01-08      Joel Sherrill <joel@OARcorp.com>
654
655        * .cvsignore: Add compile.
656
6572004-01-07      Joel Sherrill <joel@OARcorp.com>
658
659        * README.configure: Remove efi68k and efi332 references as they are no
660        longer in the tree.
661
6622004-01-07      Joel Sherrill <joel@OARcorp.com>
663
664        * aclocal/bsp-alias.m4, aclocal/rtems-cpu-subdirs.m4: mips64orion port
665        removed as mips port more completely covers the MIPS family.
666
6672003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * README.configure: Reflect requireing autoconf-2.59 and
670        automake-1.8.
671
6722003-12-17      Joel Sherrill <joel@OARcorp.com>
673
674        * VERSION: Updated to rtems-20031217-test.
675
6762003-12-17  Joel Sherrill <joel@OARcorp.com>
677
678    * aclocal/version.m4: Updated to rtems-20031217-test.
679
6802003-12-17      Joel Sherrill <joel@OARcorp.com>
681
682        * release_support: Correct method used to find ChangeLog associated
683        with the version.m4 files.  Keep going until I can get a tarball cut.
684
6852003-12-17      Joel Sherrill <joel@OARcorp.com>
686
687        * release_support: Use dirname not basedir.  Keep going until I
688        can get a tarball cut.
689
6902003-12-17      Joel Sherrill <joel@OARcorp.com>
691
692        * release_support: New file -- assistant to new cut_release script.
693
6942003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * Makefile.am: Remove automake/compile.am
697
6982003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * automake/compile.am: Remove (Unused).
701
7022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * automake/lib.am: Remove (Unused).
705
7062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
709
7102003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * configure.ac: Remove make/custom/Makefile.
713        * Makefile.am: Cosmetics.
714        * automake/compile.am: Remove compilation rules.
715        Remove $(ARCH) directory generation.
716
7172003-11-26      Joel Sherrill <joel@OARcorp.com>
718
719        * MAINTAINERS: New file.
720
7212003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4,
724        aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4,
725        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
726        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
727        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
728        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
729        aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4,
730        aclocal/enable-tests.m4, aclocal/multilib.m4,
731        aclocal/path-ksh.m4, aclocal/project-root.m4,
732        aclocal/rtems-top.m4, aclocal/tool-paths.m4,
733        acinclude.m4:
734        Fix underquoting to silence automake-1.8.
735
7362003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * config-ml.in: Don't built multilib variant normal (-mn) for
739        h8300-*-rtems*.
740
7412003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * aclocal/config-subdirs.m4: Remove.
744        * Makefile.am: Reflect changes above.
745
7462003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * aclocal/canonical-host.m4: Remove.
749        * Makefile.am: Reflect changes above.
750
7512003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in
754        c/src/lib/libbsp/*/acinclude.m4.
755
7562003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * aclocal/check-cpu.m4: Remove.
759        * Makefile.am: Remove reference to aclocal/check-cpu.m4.
760        * acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of
761        $1 in $srcdir before adding dir to SUBDIRS.
762
7632003-09-26  Joel Sherrill <joel@OARcorp.com>
764
765        * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
766
7672003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
770        patches).
771        * aclocal/enable-tests.m4: Change to support
772        --enable-tests=no|yes|samples, default is samples.
773
7742003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * Makefile.am: Correct bogus ACLOCAL_FILES.
777
7782003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4,
781        aclocal/bspopts.m4, aclocal/canonicalize-tools.m4,
782        aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4,
783        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
784        aclocal/check-networking.m4, aclocal/check-newlib.m4,
785        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
786        aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4,
787        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
788        aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4,
789        aclocal/path-perl.m4, aclocal/ppc.m4,
790        aclocal/prog-cc.m4, aclocal/prog-ccas.m4,
791        aclocal/prog-cxx.m4, aclocal/prog-gnat.m4,
792        aclocal/rtems-debug.m4, aclocal/rtems-flags.m4,
793        aclocal/rtems-test-no-pause.m4, aclocal/target.m4:
794        Remove (Unused).
795        * automake/leaf.am, automake/force-preinstall.am:
796        Remove (Unused).
797        * Makefile.am: Reflect changes above.
798
7992003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * automake/local.am, automake/host.am: Remove "debug".
802
8032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
806
8072003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
810        Add "autoconf-2.5x unquoting" hack.
811
8122003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * config.sub: Remove (Automatically added by automake, again).
815        * bootstrap: Reflect change above.
816        * configure.ac: Require automake >= 1.7.6.
817
8182003-07-03      Joel Sherrill <joel@OARcorp.com>
819
820        * SUPPORT: Fix Mark Johannes' email address.
821
8222003-07-03      Joel Sherrill <joel@OARcorp.com>
823
824        * VERSION: Updated to rtems-ss-20030703.
825
8262003-07-03      Joel Sherrill <joel@OARcorp.com>
827
828        * aclocal/version.m4: Updated to rtems-ss-20030703.
829
8302003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * bootstrap: Reflect having added config.sub.
833        * config.sub: New from subversions to accomodate c4x/tic4x.
834
8352003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        PR 412/make_build
838        * configure.ac: Remove "BLEEDING EDGE" warning.
839        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
840        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
841        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
842        * aclocal/gcc-isystem.m4: New.
843        * Makefile.am: Add aclocal/gcc-isystem.m4.
844
8452003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * automake/local.am: Remove $(ARCH), clean-local.
848
8492003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        PR 321:
852        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
853        * aclocal/env-rtemsbsp.m4
854        * automake/compile.am
855        * automake/host.am
856        * automake/local.am
857
8582003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
861        * automake/compile.am: Remove LIBSUFFIX_VA.
862        Merger from rtems-4-6-branch.
863
8642003-04-17      Joel Sherrill <joel@OARcorp.com>
865
866        * VERSION: Updated to rtems-ss-20030417.
867
8682003-04-17      Joel Sherrill <joel@OARcorp.com>
869
870        * aclocal/version.m4: Updated to rtems-ss-20030417.
871
8722003-04-11      Joel Sherrill <joel@OARcorp.com>
873
874        * VERSION: Updated to rtems-ss-20030411.
875
8762003-04-11      Joel Sherrill <joel@OARcorp.com>
877
878        * aclocal/version.m4: Updated to rtems-ss-20030411.
879
8802003-04-11      Joel Sherrill <joel@OARcorp.com>
881
882        * VERSION: Updated to rtems-ss-20020411.
883
8842003-04-11      Joel Sherrill <joel@OARcorp.com>
885
886        * aclocal/version.m4: Updated to rtems-ss-20020411.
887
8882003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * acinclude.m4: Reformat build_* handling.
891        Preset *_alias if empty.
892        * configure.ac: Change tools/build to build-config dirs.
893        Conditionally build tools/build as host-config dirs.
894
8952003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * acinclude.m4: Fix broken comments.
898        Add hidden option --enable-experimental.
899        * README.cdn-X: Update.
900        * configure.ac: Build tools/build as host and build-host tools to
901        accomodate those BSPs applying packhex in <BSP>.cfg.
902        Build tools/cpu as build-host tools.
903
9042003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * tools/Makefile.am: Remove.
907        * configure.ac: Remove tools.
908        * acinclude.m4: Fix build_subdir handling.
909        * Makefile.am: Remove tools from SUBDIRS.
910        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
911
9122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * configure.ac: Remove AC_CONFIG_AUX_DIR.
915        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
916
9172003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * bootstrap: Add ACLOCAL, AUTOHEADER.
920        Don't check for auto*tool-versions.
921
9222003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
925
9262003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * automake/compile.am: Introduce depend-gcc.
929        * automake/lib.am: Remove stray comment.
930        * automake/local.am: Introduce depend-gcc.
931
9322003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
935
9362003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
939        * automake/local.am: Remove $(ARCH), clean-local.
940        * automake/compile.am: Add $(ARCH), clean-local.
941        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
942
9432003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * Makefile.am: Remove references to obsoleted files
946        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
947
9482003-02-14      Joel Sherrill <joel@OARcorp.com>
949
950        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
951        references.
952
9532003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
956
9572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * bootstrap: Remove attempts to detect autoconf and automake using
960        "which" (PR 325).
961
9622003-02-06      Joel Sherrill <joel@OARcorp.com>
963
964        * README.configure: Updated to reflect new BSPs and deprecated
965        targets.
966
9672003-01-28      Joel Sherrill <joel@OARcorp.com>
968
969        * VERSION: Updated to rtems-ss-20030128.
970
9712003-01-28      Joel Sherrill <joel@OARcorp.com>
972
973        * aclocal/version.m4: Updated to rtems-ss-20030128.
974
9752003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
978        Remove CLOBBER_DEPEND (Unused).
979
9802003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * automake/local.am: Remove distclean-local.
983
9842001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
987        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
988
9892002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
992        Rework RTEMS_PROG_CXX_FOR_TARGET.
993
9942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
997
9982002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
1001
10022002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
1005
10062002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1007
1008        * bootstrap: Require autoconf 2.54 or 2.57.
1009        Require automake-1.7.2.
1010
10112002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1012
1013        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
1014        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
1015        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
1016
10172002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1018
1019        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
1020
10212002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1022
1023        * automake/compile.am: Remove hard-coded *_PROFILE_V.
1024        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1025        CFLAGS_PROFILE_V.
1026        Remove CPPFLAGS_GCC.
1027
10282002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1029
1030        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
1031        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
1032        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
1033        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
1034
10352002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * aclocal/rtems-flags.m4: New.
1038
10392002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * bootstrap: Allow autoconf-2.57.
1042
10432002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1044
1045        * aclocal/prog-cc.m4: Remove GCCSED.
1046
10472002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1048
1049        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
1050        Remove LDFLAGS.
1051        Add CCAS, CCASCOMPILE.
1052        Remove compilation rules for *.cpp, *.cxx, *.C.
1053        Use CCASCOMPILE to compile *.S.
1054        Add -pg to RTEMS_CFLAGS_PROFILE_V.
1055
10562002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * configure.ac: Remove c/make.
1059
10602002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * aclocal/prog-ccas.m4: New.
1063        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
1064        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
1065        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
1066
10672002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1068
1069        * acinclude.m4: Conditionally append --target=.
1070
10712002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1072
1073        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
1074
10752002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * automake/compile.am: Remove LD_PATHS (Unused).
1078        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
1079        is announced obsolete).
1080
10812002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1082
1083        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
1084
10852002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1086
1087        * aclocal/sysv-ipc.m4: Remove (Unused).
1088        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
1089
10902002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1091
1092        * acinclude.m4: Lots of changes addressing PR 312.
1093
10942002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1095
1096        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
1097        to PR 312).
1098
10992002-11-18      Joel Sherrill <joel@OARcorp.com>
1100
1101        * VERSION: Updated to rtems-ss-20021118.
1102
11032002-11-18      Joel Sherrill <joel@OARcorp.com>
1104
1105        * aclocal/version.m4: Updated to rtems-ss-20021118.
1106
11072002-11-17      Joel Sherrill <joel@OARcorp.com>
1108
1109        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
1110        Motorola MTX603e.
1111
11122002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
1115
11162002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
1119        * configure.ac: Ditto.
1120
11212002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1122
1123        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
1124        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
1125        Support @CFLAGS@, @CXXFLAGS@.
1126
11272002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * bootstrap: Allow autoconf-2.56.
1130
11312002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1132
1133        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
1134        Fix stupid typo (continue/configure).
1135        * aclocal/prog-cc.m4: Remove obsolete comments.
1136        Acknowledge CFLAGS.
1137
11382002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1139
1140        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
1141        end of the args passed to sub-configure-scripts. (Reported by
1142        Wulf Hofbauer <wh73@cornell.edu>)
1143
11442002-11-12      Joel Sherrill <joel@OARcorp.com>
1145
1146        * configure.ac: Remove make/compilers/Makefile.
1147
11482002-11-11      Joel Sherrill <joel@OARcorp.com>
1149
1150        * VERSION: Updated to rtems-ss-20021111.
1151
11522002-11-11      Joel Sherrill <joel@OARcorp.com>
1153
1154        * aclocal/version.m4: Updated to rtems-ss-20021111.
1155
11562002-11-11      Joel Sherrill <joel@OARcorp.com>
1157
1158        * VERSION: Updated to rtems-ss-20021111.
1159
11602002-11-11      Joel Sherrill <joel@OARcorp.com>
1161
1162        * aclocal/version.m4: Updated to rtems-ss-20021111.
1163
11642002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1165
1166        * automake/compile.am: Remove rel rule.
1167
11682002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
1171
11722002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * configure.ac: Remove make/Templates/Makefile.
1175        * README.configure: Minor massaging.
1176
11772002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1178
1179        Further preparations for autoconf > 2.52:
1180        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
1181        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
1182        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
1183
11842002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        * acinclude.m4: Adapations to autoconf > 2.52.
1187
11882002-11-01      Joel Sherrill <joel@OARcorp.com>
1189
1190        * ChangeLog: Corrected.
1191
11922002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1193
1194        * bootstrap: Add generate_bspdir_acinclude to automatically update
1195        c/src/lib/libbsp/<cpu>/acinclude.m4.
1196        Use #! /bin/sh instead of #!/bin/sh.
1197        Remove autom4te*.cache during ./bootstrap --clean.
1198
11992002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
1202        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
1203        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
1204        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
1205        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
1206        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
1207        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
1208        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
1209        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
1210        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
1211        (autoconf > 2.54 seems to have problems with the old form of
1212        quoting).
1213
12142002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1215
1216        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
1217        (autoconf > 2.54 complains about).
1218
12192002-10-21      Joel Sherrill <joel@OARcorp.com>
1220
1221        * VERSION: Updated to rtems-20021021-test.
1222
12232002-10-21      Joel Sherrill <joel@OARcorp.com>
1224
1225        * aclocal/version.m4: Updated to rtems-20021021-test.
1226
12272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * .cvsignore: Reformat.
1230        Add autom4te*cache.
1231        Remove autom4te.cache.
1232
12332002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1234
1235        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1236
12372002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1238
1239        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
1240        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1241
12422002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1243
1244        * bootstrap: Add autoconf/automake version checks by popular demand.
1245        [FWIW: I dislike this.]
1246
12472002-10-07      Joel Sherrill <joel@OARcorp.com>
1248
1249        * VERSION: Updated to rtems-ss-20021007.
1250
12512002-10-07      Joel Sherrill <joel@OARcorp.com>
1252
1253        * aclocal/version.m4: Updated to rtems-ss-20021007.
1254
12552002-10-04      Joel Sherrill <joel@OARcorp.com>
1256
1257        * VERSION: Updated to rtems-JUNK.
1258
12592002-10-04      Joel Sherrill <joel@OARcorp.com>
1260
1261        * aclocal/version.m4: Updated to rtems-JUNK.
1262
12632002-10-04      Joel Sherrill <joel@OARcorp.com>
1264
1265        * VERSION: Updated to rtems-ss-20021004.
1266
12672002-10-04      Joel Sherrill <joel@OARcorp.com>
1268
1269        * aclocal/version.m4: Updated to rtems-ss-20021004.
1270
12712002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1272
1273        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
1274        autoconf-2.53 PACKAGE crap.
1275
12762002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * aclocal/prog-gnat.m4: New.
1279
12802002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1281
1282        * aclocal/bsp-configure.m4: Fix small typo in comment.
1283
12842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
1287
12882002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1289
1290        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
1291        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
1292        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
1293
12942002-08-07      Joel Sherrill <joel@OARcorp.com>
1295
1296        * aclocal/version.m4: Updated to rtems-ss-20020807.
1297
12982002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1299
1300        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
1301
13022002-07-31      Joel Sherrill <joel@OARcorp.com>
1303
1304        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
1305        was just a stub and only the OR32 port is getting worked on.
1306
13072002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1308
1309        * aclocal/subdirs.m4: Remove.
1310        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
1311
13122002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1313
1314        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
1315        exec/score/cpu.
1316
13172002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1318
1319        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
1320        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
1321        compilation rules (Work-around to an automake bug).
1322        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
1323        make-library.
1324
13252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1326
1327        * configure.ac: Activate cpukit. Remove references to c/src/exec.
1328
13292002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1330
1331        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
1332
13332002-07-17      Joel Sherrill <joel@OARcorp.com>
1334
1335        * aclocal/version.m4: Updated to rtems-ss-20020717.
1336
13372002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1338
1339        * config-ml.in: Imported from gcc-3.1.
1340        Change to match c/src/config-ml.in.
1341
13422002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1343
1344        * aclocal/check-multiprocessing.m4: Reworked.
1345        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
1346
13472002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1348
1349        * automake/multilib.am: Remove.
1350        * Makefile.am: Reflect change above.
1351
13522002-06-28      Joel Sherrill <joel@OARcorp.com>
1353
1354        * aclocal/version.m4: Updated to rtems-ss-20020628.
1355
13562002-06-27      Joel Sherrill <joel@OARcorp.com>
1357
1358        * tools/Makefile.am: Build the cpu dependent tools as well.
1359
13602002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * aclocal/env-rtemscpu.m4: Remove.
1363        * aclocal/multi.m4: Remove.
1364        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
1365
13662002-05-28      Joel Sherrill <joel@OARcorp.com>
1367
1368        * aclocal/version.m4: Updated to rtems-ss-20020528.
1369
13702002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1371
1372        * aclocal/prog-cc.m4: Remove GCC272 support.
1373        Remove ENABLE_LIBCDIR.
1374        * aclocal/prog-cxx.m4: Ditto.
1375        * aclocal/enable-gcc28.m4: Remove.
1376        * aclocal/enable-libcdir.m4: Ditto.
1377
13782002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1379
1380        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
1381        ENABLE_GCC28.
1382
13832002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1384
1385        * automake/compile.am: Remove GCC272 support.
1386        Remove *.sh rule (unused).
1387        * configure.ac: Remove ENABLE_GCC28.
1388        Remove ENABLE_LIBCDIR.
1389
13902002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1391
1392        * .cvsignore: Added mdate-sh and texinfo.tex.
1393
13942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1395
1396        * aclocal/version.m4: New file.
1397        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
1398        aclocal/version.m4.
1399        * bootstrap: Use aclocal/version.m4 instead of VERSION.
1400        * configure.ac: Use aclocal/version.m4 instead of VERSION.
1401
14022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1403
1404        * configure.ac:
1405        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1406        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1407        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1408        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
1409
14102002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1411
1412        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
1413        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
1414
14152002-03-08      Joel Sherrill <joel@OARcorp.com>
1416
1417        * VERSION: Updated to rtems-mg5-20020808.
1418
14192002-03-01      Joel Sherrill <joel@OARcorp.com>
1420
1421        * VERSION: Updated to rtems-ss-20020301.
1422
14232002-02-15      Joel Sherrill <joel@OARcorp.com>
1424
1425        * VERSION: Updated to rtems-ss-20020215.
1426
14272002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
1429        * aclocal/subdirs.m4: Propagate the current $prefix to the
1430        sub-configures.
1431
14322002-02-05      Joel Sherrill <joel@OARcorp.com>
1433
1434        * VERSION: Updated to rtems-ss-20020205.
1435
14362002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
1439        compatibility.
1440        * bootstrap: Let --clean remove texinfo.tex.
1441
14422002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1443
1444        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
1445
14462002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1447
1448        * configure.ac: Add --enable-docs support. Add
1449        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
1450        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
1451        hard-coded SUBDIRS.
1452        * README.configure: Added a bit of information on this new option.
1453
14542002-01-18      Joel Sherrill <joel@OARcorp.com>
1455
1456        * VERSION: Updated to rtems-ss-20020118.
1457
14582002-01-18      Joel Sherrill <joel@OARcorp.com>
1459
1460        * VERSION: Updated to rtems-20020118.
1461
14622002-01-17      Joel Sherrill <joel@OARcorp.com>
1463
1464        * VERSION: Updated to rtems-ss-20020717.
1465
14662002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1467
1468        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
1469        check upon host_alias != build_alias.
1470
14712002-01-07      Joel Sherrill <joel@OARcorp.com>
1472
1473        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
1474        last line to eliminate 100's of warnings.
1475
14762002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1477
1478        * aclocal/check-newlib.m4: Apply AS_IF.
1479        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
1480        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
1481        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
1482        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
1483        changes.
1484        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
1485        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
1486        * automake/compile.am: Remove librtemsall from LINK_FILES.
1487
14882001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1489
1490        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
1491        * aclocal/subdirs.m4: New file.
1492        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
1493        modifications.
1494        * aclocal/check-posix.m4: Apply AS_IF.
1495        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
1496        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
1497        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
1498        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
1499        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
1500        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
1501        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
1502        OUTPUT_COMMANDS.
1503        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
1504        * aclocal/rtems-debug.m4: Minor cleanups.
1505        * aclocal/rtems-top.m4: Minor cleanups.
1506        * automake/compile.am: Further steps towards automake's rules.
1507
15082001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
1511        * automake/lib.am: Add MULTISUBDIR.
1512
15132001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * bootstrap: Run autoheader when configure.ac contains
1516        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
1517
15182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1519
1520        * aclocal/bsp-configure.m4: New file.
1521        * Makefile.am: Add aclocal/bsp-configure.m4.
1522
15232001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1524
1525        * Makefile.am: Add automake/force-preinstall.am,
1526        aclocal/ppc.am, remove ACLOCAL_M4.
1527
15282001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1529
1530        * aclocal/bsp-alias.m4: Remove score603e_g1.
1531        * aclocal/check-bsps.m4: Remove score603e_g1.
1532        * aclocal/prog-cc.m4: Apply m4_if.
1533
1534
15352001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1536
1537        * automake/force-preinstall.am: New file.
1538        * aclocal/ppc.m4: New file.
1539
15402001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1541
1542        * aclocal/check-bsps.m4: Reworked.
1543        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
1544
15452001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1546
1547        * aclocal/bspopts.m4: New file.
1548
15492001-11-13      Joel Sherrill <joel@OARcorp.com>
1550
1551        * COPYING: Test of $Id$ -> $RTEMS$.
1552
15532001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1554
1555        This modification is part of the submitted modifications necessary to
1556        support the IBM PPC405 family.  This submission was reviewed by
1557        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1558        not negatively impact the ppc403 BSPs.  The submission and tracking
1559        process was captured as PR50.
1560        * README.configure: Added gen405 BSP.
1561
15622001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1563
1564        * Adopt more automake rules:
1565        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
1566        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
1567        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
1568        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
1569        CXXLINK_APP in make-cxx-exe.
1570        * automake/lib.am: Add ARFLAGS.
1571
15722001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1573
1574        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
1575        config.cache's which prevented powerpc targets librdbg from building.
1576
15772001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1578
1579        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
1580        add 2nd arg to _RTEMS_CPU_SUBDIR.
1581        * aclocal/target.m4: Replace ac_configure_args with
1582        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
1583        * Makefile.am: Require automake-1.5.
1584
15852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1586
1587        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1588        * configure.in: Remove.
1589        * configure.ac: New file, generated from configure.in by autoupdate.
1590
15912001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1592
1593        * aclocal/rtems-cpu-subdirs.m4: New file.
1594
15952001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1596
1597        * automake/compile.am: Fundamentally reworked compilation rules for
1598        closer adaptation to automake's behavior.
1599
16002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * automake/lib.am: Comment out LD.
1603        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
1604        automake/leaf.am to AUTOMAKE_FILES.
1605
16062001-09-27      Joel Sherrill <joel@OARcorp.com>
1607
1608        * config.guess: No longer in CVS since installed by bootstrap.
1609
16102001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1611
1612        * bootstrap: remove/add automake added files.
1613        * .cvsignore: reflect changes to bootstrap.
1614
16152001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1616
1617        * automake/leaf.am: New file.
1618
16192001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1620
1621        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
1622        of AC_CANONICAL_SYSTEM.
1623        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
1624        mkinstalldirs and mkdir.
1625        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
1626        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
1627        _RTEMS_OUTPUT_BUILD_SUBDIRS.
1628       
16292001-09-13      Joel Sherrill <joel@OARcorp.com>
1630
1631        * missing: Updated to latest version.
1632
16332001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1634
1635        * configure.in: autoupdate to autoconf-2.52.
1636        * bootstrap: Add handling for configure.ac, make autoheader verbose,
1637        fix auto*tool invocation order.
1638        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
1639        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
1640        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
1641        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
1642        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
1643        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
1644        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
1645        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
1646        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
1647        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
1648        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
1649        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
1650        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
1651        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
1652        RTEMS_CONFIG_PER_BSP conditional.
1653        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
1654        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
1655        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
1656
16572001-05-25      Joel Sherrill <joel@OARcorp.com>
1658
1659        * README.configure: Corrected the name of the MRM332 BSP.
1660        Strengthened the distinction between what the target
1661        and the BSP each select.  Added more targets to list.
1662
16632001-05-25      Joel Sherrill <joel@OARcorp.com>
1664
1665        * README.configure: Updated the list of BSPs.
1666
16672001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1668
1669        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
1670        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
1671        Add support for DOS-drive-letters.
1672
16732001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1674
1675        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
1676        RTEMS_PROG_CC_FOR_TARGET.
1677
16782001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1679
1680        * README.cdn-X: Update.
1681        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
1682        @CPPFLAGS@ to CPPFLAGS.
1683
16842001-04-20      Eric Valette <valette@crf.canon.fr>
1685
1686        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
1687        BSPs support the new exception processing model and
1688        consequently, librdbg.
1689
16902001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1691
1692        * configure.in: Reworked for Canadian Cross support.
1693        * Makefile.am: Reflect changes to configure.in.
1694        * config.guess, config.sub: Update from subversions.gnu.org.
1695        * README.cdn-X: New file.
1696        * tools/Makefile.am: Remove build, tools from SUBDIRS.
1697
16982001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1699
1700        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
1701        TARGET_CONFIG_SUBDIRS.
1702        * aclocal/enable-bsp.m4: fix quoting.
1703        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
1704
17052001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1706
1707        * aclocal/config-subdirs.m4: New file.
1708        * aclocal/target.m4: Use macros from config-subdirs.m4.
1709
17102001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1711
1712        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
1713        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
1714
17152001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1716
1717        * configure.in: Fix AM_INIT_AUTOMAKE.
1718        * aclocal/bsp-arg-enable.m4: Extend comments.
1719        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
1720        the default clause.
1721
17222001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1723
1724        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
1725        RTEMS_ENV_RTEMSCPU.
1726        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
1727        special treatment for GCC_SPECS.
1728        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
1729        special treatment for GCC_SPECS.
1730        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
1731        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
1732        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
1733        instead of $(shell ..) for LIBC_LIB*.
1734
17352001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1736
1737        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
1738        simsh7045.
1739
17402001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1741
1742        * automake/compile.am: Add LD.
1743
17442000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1745
1746        * config.guess, config.sub: Update from CVS-autoconf to pick
1747        up new features (e.g. CC_FOR_BUILD in config.guess) but is
1748        necessary anyway to use autoconf-versions > 2.13.
1749
17502000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1751
1752        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
1753        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
1754        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
1755        help string.
1756        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
1757
17582000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1759
1760        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
1761        Modified to reflect addition of LEON BSPs as well as the
1762        no-FP ERC32 variant.
1763
17642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1765
1766        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1767        standard).
1768        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1769        standard).
1770        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
1771        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
1772        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1773        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
1774
17752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1776
1777        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
1778        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
1779        $host instead of $target (BUG-FIX).
1780        * configure.in: Use $target and $host instead of $target_alias and
1781        $host_alias (autoconf-2.49b).
1782        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
1783        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
1784
1785        NOTES:
1786        * autoconf-2.49b depredicates using changequotes.
1787        * The changes to configure.in are due to cleanups in
1788        autoconf-2.49b's implemention of canonicalization. With
1789        autoconf-2.1x it wasn't always clear, when to use $xxx or
1790        $xxx_alias. Now this is clear.
1791
17922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1793
1794        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1795
17962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1797
1798        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
1799        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
1800        with an RTEMS specific but more restrictive autoconf macro.
1801
18022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1803
1804        * automake/lib.am: Add LD.
1805
18062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1807
1808        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
1809        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
1810
18112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1812 
1813        * aclocal/*: Replace with contents of macros/*.m4
1814        * macros/: Remove.
1815        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1816        * Makefile.am: Reflect changes to aclocal/ and macros/.
1817
18182000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1819
1820        * configure.in: New, Cygnus/GNU style configuration.
1821        * Makefile.am: Add macros/, reflect new configure.in,
1822        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1823        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1824        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1825        * macros/tool-prefix.m4: Remove.
1826        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1827        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1828        RTEMS_ROOT.
1829        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1830        * macros/multilib.m4: Various minor fixes.
1831        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1832        PROJECT_ROOT, RTEMS_ROOT.
1833        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1834        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1835
18362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1837
1838        * automake/multilib.am: New file.
1839        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1840        the automake/ directory.
1841
18422000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1843
1844        * macros/enable-hwapi.m4: Removed.
1845        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1846        A small cleanup step towards gnu-canonicalization.
1847
18482000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1849
1850        * macros: New directory.
1851        * macros/bsp-alias.m4: new file.
1852        * macros/canonical-host.m4: new file.
1853        * macros/canonical-target-name.m4: new file.
1854        * macros/canonicalize-tools.m4: new file.
1855        * macros/check-bsp-cache.m4: new file.
1856        * macros/check-bsps.m4: new file.
1857        * macros/check-cpu.m4: new file.
1858        * macros/rtems-debug.m4: new file.
1859        * macros/check-cxx.m4: new file.
1860        * macros/check-itron.m4: new file.
1861        * macros/check-multiprocessing.m4: new file.
1862        * macros/check-networking.m4: new file.
1863        * macros/check-newlib.m4: new file.
1864        * macros/check-posix.m4: new file.
1865        * macros/check-rdbg.m4: new file.
1866        * macros/enable-bare.m4: new file.
1867        * macros/enable-cxx.m4: new file.
1868        * macros/enable-gcc28.m4: new file.
1869        * macros/enable-inlines.m4: new file.
1870        * macros/enable-itron.m4: new file.
1871        * macros/enable-libcdir.m4: new file.
1872        * macros/enable-multiprocessing.m4: new file.
1873        * macros/enable-networking.m4: new file.
1874        * macros/enable-posix.m4: new file.
1875        * macros/enable-rdbg.m4: new file.
1876        * macros/enable-rtemsbsp.m4: new file.
1877        * macros/enable-tests.m4: new file.
1878        * macros/gcc-pipe.m4: new file.
1879        * macros/gcc-specs.m4: new file.
1880        * macros/i386-gas-code16.m4: new file.
1881        * macros/path-ksh.m4: new file.
1882        * macros/path-perl.m4: new file.
1883        * macros/prog-cc.m4: new file.
1884        * macros/prog-cxx.m4: new file.
1885        * macros/project-root.m4: new file.
1886        * macros/rtems-top.m4: new file.
1887        * macros/sysv-ipc.m4: new file.
1888        * macros/target.m4: new file.
1889        * macros/rtems-test-no-pause.m4: new file.
1890        * macros/multilib.m4: new file.
1891        * macros/tool-paths.m4: new file.
1892        * macros/tool-prefix.m4: new file.
1893
18942000-09-14      Joel Sherrill <joel@OARcorp.com>
1895
1896        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1897
18982000-09-14      Joel Sherrill <joel@OARcorp.com>
1899
1900        * aclocal/enable-hwapi.m4: Now longer used and removed.
1901
19022000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1903
1904        * automake/lib.am: Remove leaf.cfg.
1905
19062000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1907
1908        * aclocal/rtems-top.m4: Add ENDIF-hack.
1909        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1910
19112000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1912
1913        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1914        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1915        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1916        * automake/compile.am: Replaced.
1917        * automake/local.am: Remove building variant handling.
1918
19192000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1920
1921        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1922        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1923        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1924        * aclocal/target.m4: Cleanup comments
1925        * Automake/compile.am: Add DEFS support to keep building happy.
1926
19272000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1928
1929        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1930
19312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1932
1933        * automake/compile.am: New file
1934        * ChangeLog: Fix email addresses
1935
19362000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1937
1938        * LICENSE.NET, README, README.configure: Spelling corrections.
1939
19402000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1941
1942        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1943
19442000-08-30      Joel Sherrill <joel@OARcorp.com>
1945
1946        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1947
19482000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1949
1950        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1951
19522000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1953
1954        * aclocal/check-bsps.h:
1955          - Add pck6-BSP
1956          - Exclude ChangeLog from being picked up as BSP
1957        * aclocal/bsp-alias.m4: Add pck6-BSP
1958
19592000-08-10      Joel Sherrill <joel@OARcorp.com>
1960
1961        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.