source: rtems/ChangeLog @ e783d04

4.115
Last change on this file since e783d04 was 86c2108d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/04/11 at 18:32:15

2011-03-04 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Merge-in make/Makefile.am.
  • configure.ac: Reflect change above.
  • Property mode set to 100644
File size: 58.5 KB
Line 
12011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Merge-in make/Makefile.am.
4        * configure.ac: Reflect change above.
5
62011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.maint, aclocal/rpm.m4, aclocal/rtems-top.m4,
9        aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
10
112011-03-03      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * bootstrap: Add -g option.
14        Switch default to autoreconf.
15
162011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * configure.ac: Require autoconf-2.68, automake-1.11.1.
19
202011-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: Don't build tools/schedsim by default.
23        Add --enable-schedsim (Default: disabled).
24
252010-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        Add RTEMS Scheduler Simulator.
28        * configure.ac: Add tools/schedsim.
29
302010-12-16      Joel Sherrill <joel.sherrilL@OARcorp.com>
31
32        * SUPPORT: Update address.
33
342010-09-27      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * README.configure: Further cleanup.
37
382010-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * README.configure: Remove the most obsolete parts.
41
422010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        PR 1532/testing
45        * aclocal/project-root.m4: Add initial tests for untar capabilities.
46
472010-06-23      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * configure.ac: autoconf >= 2.65, automake >= 1.11.
50
512010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * Makefile.maint, README.configure: Remove more ITRON references.
54
552010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * aclocal/enable-itron.m4: Remove.
58        * configure.ac: Remove itron.
59
602010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * aclocal/version.m4: Bump RTEMS_API to 4.11.
63        Bump _RTEMS_VERSION to 4.10.99.0.
64
652010-05-11      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * aclocal/bsp-alias.m4: Change quoting to work-round
68        http://www.freebsd.org/cgi/query-pr.cgi?pr=146378.
69
702009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * aclocal/check-custom-bsp.m4: Be less verbose.
73
742009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * aclocal/bsp-alias.m4: Fix quoting bug.
77
782009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * aclocal/check-custom-bsp.m4:
81        Remove "${srcdir}/${RTEMS_TOPdir}/make/custom/$1".
82        * aclocal/check-bsps.m4: Remove "blacklist".
83
842009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * aclocal/bsp-alias.m4: Remove bare BSP (Abandoned).
87
882009-10-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
89
90        * README.configure: added COBRA5475 reference
91
922009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * aclocal/bsp-alias.m4: Pickup bsps from
95        c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
96
972009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * aclocal/check-bsps.m4: Pickup bsps from
100        c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom*.cfg.
101
1022009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for
105        *.cfg into c/src/lib/libbsp/<cpu>/<bsp_family>/make/custom.
106
1072009-10-14      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * aclocal/canonical-target-name.m4, aclocal/enable-posix.m4:
110        Remove posix/unix simulator.
111
1122009-10-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
113
114        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Renamed LPC24XX BSP
115        variants.
116
1172009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * aclocal/bsp-alias.m4: Add BSP for GDB ARM simulator so we can easily
120        experiment with and debug different ARM architectural variations.
121
1222009-09-14      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * aclocal/check-bsps.m4: Add csb337 bsp family.
125
1262009-07-23      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * aclocal/enable-itron.m4: Default to not building itron.
129
1302009-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * aclocal/bsp-alias.m4: Add csb637 as variant of csb337.
133
1342009-02-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
135
136        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added defines for
137        LPC2478 BSP variants.
138
1392009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * aclocal/bsp-alias.m4: Add simsh2e.
142
1432009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * Makefile.maint: rtems_api=4.10.
146        * Makefile.maint: Dump stuff hanging around for much too long.
147
1482009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * aclocal/canonical-target-name.m4:
151        Remove comment referring to HPUX9.
152
1532009-02-05      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Remove pck6 BSP.
156
1572008-12-31      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * config-ml.in: Comment out arm/thumb exception (Add arm/thumb
160        multilib).
161
1622008-12-30      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * aclocal/check-bsps.m4: remove stray ")" from rtl22xx_t alias.
165
1662008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * aclocal/canonical-target-name.m4: Remove tic4x.
169
1702008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
171
172        * README.configure: Add Lattice Mico32 support.
173
1742008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add h8sxsim as variant
177        of h8sim.
178
1792008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * README.configure: Add new M32R port. It is just a beginning but the
182        BSP is functional enough to initialize and shutdown RTEMS.
183
1842008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add
187        M32C port and m32csim BSP.
188
1892008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * VERSION: Bump version to 4.9.99.0
192
1932008-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        PR 1324/bsps
196        * aclocal/check-bsps.m4: Revert Joel's icecube patch.
197
1982008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * MAINTAINERS: Remove myself from avr.
201
2022008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
205        Recognize the the GDB SuperH simulator is just an architectural
206        simulator and does not include devices. Rename existing simulator BSP
207        configurations to simsh1 and simsh2 and add simsh4.
208
2092008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        PR 1324/bsps
212        * aclocal/check-bsps.m4: Add missing icecube.
213
2142008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * aclocal/version.m4: Bump RTEMS_API to 4.10.
217        Bump _RTEMS_VERSION to 4.9.99.0.
218
2192008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
220
221        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added defines for
222        LPC2478 BSP.
223
2242008-09-09      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * README.configure: Updated list of BSPs.
227
2282008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
229
230        * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg,
231        * make/custom/tqm8xx.cfg,
232        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
233        added MPC8xx based tqm8xx BSP family
234
2352008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * acinclude.m4 (_RTEMS_OUTPUT_SUBDIRS): Allow empty configdirs.
238
2392008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
240
241        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Remove doxygen
242        comments.
243        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
244        AC_PREREQ(2.62).
245
2462008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
247
248        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added MPC5566EVB and
249        MPC8313ERDB.  Added Doxygen style comment.
250
2512008-07-14      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
252
253        * make/custom/haleakala.cfg:
254        added PPC405 haleakala BSP contributed by Michael Hamel
255
2562008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
257
258        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4,
259        * make/custom/m5484FireEngine.cfg:
260        added pgh360 BSP variant
261        added m5484FireEngine BSP
262
2632008-06-01      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * configure.ac, acinclude.m4: s/AC_HELP/AS_HELP/.
266
2672008-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * bootstrap: Use find . ... preinstall.am for portability reasons.
270
2712008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
272
273        * aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
274        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
275        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
276        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
277        aclocal/multilib.m4: s/AC_HELP/AS_HELP/.
278
2792007-11-06      Ray Xu <rayx.cn@gmail.com>
280
281        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
282
2832007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * VERSION: Bump VERSION to 4.8.99.0.
286        * aclocal/version.m4: Bump RTEMS_API to 4.9.
287        Bump RTEMS_VERSION to 4.8.99.0.
288
2892007-09-04      Joel Sherrill <joel.sherrill@OARcorp.com>
290
291        * Makefile.maint: touch all documentation master files so the date on
292        the manual reflects the release date of the software.
293
2942007-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
295
296        * Makefile.maint: Add touching master files for various manuals so the
297        date on the cover page will reflect the date a tarball is cut.
298
2992007-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
300
301        * README.configure, aclocal/bsp-alias.m4: Rename EP5200 to IceCube
302        since that is the nickname for the Freescale evaluation board it is
303        based upon. BSP was tested on a Freescale MPC5200LITE.
304
3052007-08-02      Joel Sherrill <joel.sherrill@OARcorp.com>
306
307        * Makefile.maint, configure.ac, release_support: Remove RDBG.
308        * aclocal/enable-rdbg.m4: Removed.
309
3102007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
311
312        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4, README.configure:
313        Add gen83xx and mpc8349eamds BSP
314
3152007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
316
317        * README.configure: Add virtex BSP
318
3192007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
320
321        * aclocal/bsp-alias.m4, README.configure: Add ep5200, IceCube, 5200Lite.
322
3232007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
324
325        * README.configure: Removed armulator.
326
3272007-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
328
329        * README.configure, aclocal/check-bsps.m4: Remove references to
330        mbx860_1b since it is just an alternate name for the mbx860_001b.
331
3322007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
333
334        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
335        Per Jiri Gaisler remove unused erc32nfp and leon1 BSP variants.
336
3372007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
338
339        * README.configure: DMV152 obsoleted.
340
3412007-02-21      Joel Sherrill <joel@OARcorp.com>
342
343        * Makefile.maint: Added TOOL_VERSIONS stanza and fixed typo.
344
3452007-02-21      Ralf Corsépius <ralf.corsepius@rtems.org>
346
347        * Makefile.am: Use MKDIR_P instead of mkdir_p.
348
3492007-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
350
351        * Makefile.maint: Use VERSION as master source for version.m4's.
352        * VERSION: Sync with version in aclocal/version.m4.
353
3542007-01-28      Ralf Corsépius <ralf.corsepius@rtems.org>
355
356        * Makefile.maint: Sync nomenclature with that being used in
357          cpukit/score/include/rtems/system.h (major->minor,
358          minor->revision).
359
3602007-01-27      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * Makefile.maint: Remove references to
363          cpukit/score/include/rtems/system.h.
364        * Makefile.maint: Add CVS_RUN.
365
3662007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
367
368        * Makefile.maint: New.
369
3702007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
371
372        * acinclude.m4: AC_PREREQ(2.60).
373
3742007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
375
376        * ampolish3: Use MKDIR_P instead of mkdir_p.
377
3782007-01-08      Ralf Corsépius <ralf.corsepius@rtems.org>
379
380        * Makefile.am: Remove scripts/.
381
3822006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
383
384        * configure.ac: New BUG-REPORT address.
385
3862006-11-20      Ralf Corsépius <ralf.corsepius@rtems.org>
387
388        * Makefile.am: Add ampolish3.
389
3902006-11-18      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * bootstrap: Add -r (autoreconf).
393
3942006-11-18      Ralf Corsépius <ralf.corsepius@rtems.org>
395
396        * bootstrap: Add -p (regenerate preinstall.ams).
397
3982006-11-15      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * ampolish3: New.
401
4022006-10-19      Joel Sherrill <joel@OARcorp.com>
403
404        * configure.ac: Remove all macro implementations and use only the
405        static inline. Static inline functions are now well supported so
406        there is no reason for duplicate maintenance.
407        * aclocal/enable-inlines.m4: Removed.
408
4092006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
410
411        * aclocal/rtems-top.m4: Remove RTEMS_API.
412        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
413
4142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
415
416        * aclocal/version.m4: Bump version to 4.7.99.0.
417
4182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
419
420        * configure.ac: Require autoconf-2.60. Require automake-1.10.
421
4222006-08-09      Kolja Waschk <waschk@telos.de>
423
424        * config-ml.in: New port to Altera NIOS II.
425
4262006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
427
428        * aclocal/bsp-alias.m4: (PR1117) Add brs5l as alias for gen5200
429        * aclocal/check-bsps.m4: (PR1117) Add brs5l as alias for gen5200
430       
4312006-06-23      Worth Burruss <worth@motioncontrol.org>
432
433        * README.configure: Add mcf5235.
434
4352006-04-18      Joel Sherrill <joel@OARcorp.com>
436
437        * VERSION: Updated to rtems-4.6.99.3.
438
4392006-04-18  Joel Sherrill <joel@OARcorp.com>
440
441        * aclocal/version.m4: Updated to rtems-4.6.99.3.
442
4432006-04-18      Joel Sherrill <joel@OARcorp.com>
444
445        * release_support: Fix typos.
446
4472006-04-18      Joel Sherrill <joel@OARcorp.com>
448
449        * ChangeLog, release_support: Fix typos.
450
4512006-03-09      Ralf Corsepius <ralf.corsepius@rtems.org>
452
453        * acinclude.m4: Requires autoconf-2.59.
454
4552006-03-07      Joel Sherrill <joel@OARcorp.com>
456
457        PR 694/rtems
458        * release_support: Do not include .cvsignore files in release tarballs.
459
4602006-02-01      Ralf Corsepius <ralf.corsepius@rtems.org>
461
462        PR 882/make_build
463        * bootstrap: Only remove bspopts.h.in instead of bspopts.h*.
464
4652006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * aclocal/bsp-alias.m4: Revert Joel's 2006-01-10 change.
468        Alpha-sort the aliases list.
469        * automake/host.am, automake/local.am, automake/subdirs.am:
470        Remove depend-am, depend-recursive.
471
4722006-01-10      Joel Sherrill <joel@OARcorp.com>
473
474        * aclocal/bsp-alias.m4: Add sis as alias of erc32.
475
4762006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
477
478        * aclocal/bsp-alias.m4: Remove brs5l. Remove leon2.
479        Alias leon1 to leon2. Add sis.
480        * aclocal/check_bsps.m4: Remove brs5l.
481        Remove leon. Add leon2. Add sis to erc32 family.
482
4832005-11-31      Ralf Corsepius <ralf.corsepius@rtems.org>
484
485        PR 851/bsps
486        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add gen5200 BSP
487        family.
488
4892005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
490
491        * aclocal/check-bsps.m4: Add the plethora of mbx* BSP.
492
4932005-09-02      Joel Sherrill <joel@OARcorp.com>
494
495        * VERSION: Updated to rtems-4.6.99.2.
496
4972005-09-02  Joel Sherrill <joel@OARcorp.com>
498
499        * aclocal/version.m4: Updated to rtems-4.6.99.2.
500
5012005-07-06      Philippe Simons
502
503        * MAINTAINERS: Added me as arm/gp32 bsp maintainer.
504
5052005-04-28      Joel Sherrill <joel@OARcorp.com>
506
507        * README.configure: Updated to account for removal of dmv177 and
508        ppcn_60x as well as other additions and deletions.
509
5102005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
511
512        * aclocal/enable-itron.m4: Allow unix.
513
5142005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
515
516        * Makefile.am: Remove ACLOCAL_FILES.
517
5182004-11-16      Ralf Corsepius <ralf_corsepius@rtems.org>
519
520        * aclocal/check-bsps.m4: Use ls instead of globs to pickup
521        bsp_specs.
522
5232004-11-12      Ralf Corsepius <ralf_corsepius@rtems.org>
524
525        * aclocal/check-bsps.m4: Add MVME2100 BSP as alias of
526        motorola_shared.
527
5282004-11-10      Joel Sherrill <joel@oarcorp.com>
529
530        * aclocal/bsp-alias.m4: Add MVME2100 BSP as alias of motorola_shared.
531
5322004-10-22      Ralf Corsepius <ralf_corsepius@rtems.org>
533
534        * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
535
5362004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
537
538        * aclocal/check-bsps.m4: Add bspkit support. Don't check for
539        presence of *.cfg.
540        * aclocal/check-custom-bsp.m4: Add bspkit support.
541
5422004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
543
544        * aclocal/enable-bare.m4: Remove.
545
5462004-09-29      Joel Sherrill <joel@OARcorp.com>
547
548        * MAINTAINERS, README.configure, c/ACKNOWLEDGEMENTS,
549        c/TOOL_TARGETS: i960 obsoleted and all references removed.
550
5512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
552
553        * configure.ac: Require automake > 1.9.
554
5552004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
556
557        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
558
5592004-08-18      Ralf Corsepius <ralf_corsepius@rtems.org>
560
561        PR 673/make_build
562        * config-ml.in: Quote 'cd "${ml_origdir}"'.
563        Quote 'cd "${ML_POPDIR}"'.
564
5652004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
566
567        PR 673/make_build
568        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
569
5702004-07-14      Joel Sherrill <joel@OARcorp.com>
571
572        * MAINTAINERS: Added Jay Monkman as ARM architecture maintainer
573
5742004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
575
576        * aclocal/rtems-top.m4: Remove ENDIF.
577        Remove with_target_subdir defaulting to '.'.
578        * acinclude.m4: Add --includedir to sub_configure_args.
579
5802004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * Makefile.am: DIST_SUBDIRS = $(SUBDIRS).
583        Rework dist-hook.
584        * configure.ac: Reflect changes to RTEMS_ENABLE_RTEMSBSP.
585        * aclocal/enable-rtemsbsp.m4: Add support for --disable-rtemsbsp.
586
5872004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.ac: RTEMS_BUILD_CONFIG_SUBDIRS([testsuites/tools]).
590
5912004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * Makefile.am: Remove AUTOMAKE_FILES.
594        Cleanup duplicate ACLOCAL_FILES.
595        EXTRA_DIST += config-ml.in.
596        DIST_SUBDIRS += make.
597        Add dist-hook.
598        * configure.ac: Add dist-bzip2 no-dist-gzip to AUTOMAKE_OPTIONS.
599
6002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * bootstrap: RTEMS_CHECK_BSPDIR(RTEMS_BSP_FAMILY).
603
6042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * VERSION: 4.6.99.0.
607        * aclocal/version.m4: 4.6.99.0.
608
6092004-02-06      Joel Sherrill <joel@OARcorp.com>
610
611        * aclocal/bsp-alias.m4: Readd aliases for p4600 and p4650
612        which were accidentally removed when purging the mips64orion.
613
6142004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * aclocal/rpm.m4: Make osversions the default.
617        * aclocal/rtems-top.m4: Remove check for version.m4 (Breaks make
618        distcheck).
619
6202004-02-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * aclocal/rpm.m4: New (extracted from scripts/configure.ac).
623
6242004-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * configure.ac: Require automake >= 1.8.2.
627        * aclocal/check-bsps.m4: Also test for make/custom/*.cfg.
628
6292004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: Requires automake >= 1.8.1.
632
6332004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * .cvsignore: Remove mkinstalldirs.
636        * bootstrap: Remove compile during "clean".
637
6382004-01-08      Joel Sherrill <joel@OARcorp.com>
639
640        * .cvsignore: Add compile.
641
6422004-01-07      Joel Sherrill <joel@OARcorp.com>
643
644        * README.configure: Remove efi68k and efi332 references as they are no
645        longer in the tree.
646
6472004-01-07      Joel Sherrill <joel@OARcorp.com>
648
649        * aclocal/bsp-alias.m4, aclocal/rtems-cpu-subdirs.m4: mips64orion port
650        removed as mips port more completely covers the MIPS family.
651
6522003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * README.configure: Reflect requireing autoconf-2.59 and
655        automake-1.8.
656
6572003-12-17      Joel Sherrill <joel@OARcorp.com>
658
659        * VERSION: Updated to rtems-20031217-test.
660
6612003-12-17  Joel Sherrill <joel@OARcorp.com>
662
663    * aclocal/version.m4: Updated to rtems-20031217-test.
664
6652003-12-17      Joel Sherrill <joel@OARcorp.com>
666
667        * release_support: Correct method used to find ChangeLog associated
668        with the version.m4 files.  Keep going until I can get a tarball cut.
669
6702003-12-17      Joel Sherrill <joel@OARcorp.com>
671
672        * release_support: Use dirname not basedir.  Keep going until I
673        can get a tarball cut.
674
6752003-12-17      Joel Sherrill <joel@OARcorp.com>
676
677        * release_support: New file -- assistant to new cut_release script.
678
6792003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * Makefile.am: Remove automake/compile.am
682
6832003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * automake/compile.am: Remove (Unused).
686
6872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * automake/lib.am: Remove (Unused).
690
6912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
694
6952003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * configure.ac: Remove make/custom/Makefile.
698        * Makefile.am: Cosmetics.
699        * automake/compile.am: Remove compilation rules.
700        Remove $(ARCH) directory generation.
701
7022003-11-26      Joel Sherrill <joel@OARcorp.com>
703
704        * MAINTAINERS: New file.
705
7062003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4,
709        aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4,
710        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
711        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
712        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
713        aclocal/enable-posix.m4, aclocal/enable-rdbg.m4,
714        aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4,
715        aclocal/enable-tests.m4, aclocal/multilib.m4,
716        aclocal/path-ksh.m4, aclocal/project-root.m4,
717        aclocal/rtems-top.m4, aclocal/tool-paths.m4,
718        acinclude.m4:
719        Fix underquoting to silence automake-1.8.
720
7212003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * config-ml.in: Don't built multilib variant normal (-mn) for
724        h8300-*-rtems*.
725
7262003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * aclocal/config-subdirs.m4: Remove.
729        * Makefile.am: Reflect changes above.
730
7312003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * aclocal/canonical-host.m4: Remove.
734        * Makefile.am: Reflect changes above.
735
7362003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * bootstrap: Use $RTEMS_BSP_FAMILY instead of RTEMS_BSP_ALIAS in
739        c/src/lib/libbsp/*/acinclude.m4.
740
7412003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * aclocal/check-cpu.m4: Remove.
744        * Makefile.am: Remove reference to aclocal/check-cpu.m4.
745        * acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of
746        $1 in $srcdir before adding dir to SUBDIRS.
747
7482003-09-26  Joel Sherrill <joel@OARcorp.com>
749
750        * README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
751
7522003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
755        patches).
756        * aclocal/enable-tests.m4: Change to support
757        --enable-tests=no|yes|samples, default is samples.
758
7592003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * Makefile.am: Correct bogus ACLOCAL_FILES.
762
7632003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4,
766        aclocal/bspopts.m4, aclocal/canonicalize-tools.m4,
767        aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4,
768        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
769        aclocal/check-networking.m4, aclocal/check-newlib.m4,
770        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
771        aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4,
772        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
773        aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4,
774        aclocal/path-perl.m4, aclocal/ppc.m4,
775        aclocal/prog-cc.m4, aclocal/prog-ccas.m4,
776        aclocal/prog-cxx.m4, aclocal/prog-gnat.m4,
777        aclocal/rtems-debug.m4, aclocal/rtems-flags.m4,
778        aclocal/rtems-test-no-pause.m4, aclocal/target.m4:
779        Remove (Unused).
780        * automake/leaf.am, automake/force-preinstall.am:
781        Remove (Unused).
782        * Makefile.am: Reflect changes above.
783
7842003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * automake/local.am, automake/host.am: Remove "debug".
787
7882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
791
7922003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * config-ml.in: Partial sync with gcc-3.4's config-ml.in.
795        Add "autoconf-2.5x unquoting" hack.
796
7972003-07-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * config.sub: Remove (Automatically added by automake, again).
800        * bootstrap: Reflect change above.
801        * configure.ac: Require automake >= 1.7.6.
802
8032003-07-03      Joel Sherrill <joel@OARcorp.com>
804
805        * SUPPORT: Fix Mark Johannes' email address.
806
8072003-07-03      Joel Sherrill <joel@OARcorp.com>
808
809        * VERSION: Updated to rtems-ss-20030703.
810
8112003-07-03      Joel Sherrill <joel@OARcorp.com>
812
813        * aclocal/version.m4: Updated to rtems-ss-20030703.
814
8152003-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * bootstrap: Reflect having added config.sub.
818        * config.sub: New from subversions to accomodate c4x/tic4x.
819
8202003-06-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        PR 412/make_build
823        * configure.ac: Remove "BLEEDING EDGE" warning.
824        Put docs into RTEMS_BUILD_CONFIG_SUBDIRS.
825        * acinclude.m4: Add AC_PREREQ(2.57).  Major overhaul.
826        * aclocal/prog-cc.m4: Add RTEMS_GCC_ISYSTEM.
827        * aclocal/gcc-isystem.m4: New.
828        * Makefile.am: Add aclocal/gcc-isystem.m4.
829
8302003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * automake/local.am: Remove $(ARCH), clean-local.
833
8342003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        PR 321:
837        * aclocal/check-bsp-cache.m4: Remove support for profile-variant.
838        * aclocal/env-rtemsbsp.m4
839        * automake/compile.am
840        * automake/host.am
841        * automake/local.am
842
8432003-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * aclocal/check-cxx.m4: Remove LIBSUFFIX_VA.
846        * automake/compile.am: Remove LIBSUFFIX_VA.
847        Merger from rtems-4-6-branch.
848
8492003-04-17      Joel Sherrill <joel@OARcorp.com>
850
851        * VERSION: Updated to rtems-ss-20030417.
852
8532003-04-17      Joel Sherrill <joel@OARcorp.com>
854
855        * aclocal/version.m4: Updated to rtems-ss-20030417.
856
8572003-04-11      Joel Sherrill <joel@OARcorp.com>
858
859        * VERSION: Updated to rtems-ss-20030411.
860
8612003-04-11      Joel Sherrill <joel@OARcorp.com>
862
863        * aclocal/version.m4: Updated to rtems-ss-20030411.
864
8652003-04-11      Joel Sherrill <joel@OARcorp.com>
866
867        * VERSION: Updated to rtems-ss-20020411.
868
8692003-04-11      Joel Sherrill <joel@OARcorp.com>
870
871        * aclocal/version.m4: Updated to rtems-ss-20020411.
872
8732003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * acinclude.m4: Reformat build_* handling.
876        Preset *_alias if empty.
877        * configure.ac: Change tools/build to build-config dirs.
878        Conditionally build tools/build as host-config dirs.
879
8802003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * acinclude.m4: Fix broken comments.
883        Add hidden option --enable-experimental.
884        * README.cdn-X: Update.
885        * configure.ac: Build tools/build as host and build-host tools to
886        accomodate those BSPs applying packhex in <BSP>.cfg.
887        Build tools/cpu as build-host tools.
888
8892003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * tools/Makefile.am: Remove.
892        * configure.ac: Remove tools.
893        * acinclude.m4: Fix build_subdir handling.
894        * Makefile.am: Remove tools from SUBDIRS.
895        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
896
8972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * configure.ac: Remove AC_CONFIG_AUX_DIR.
900        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
901
9022003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
903
904        * bootstrap: Add ACLOCAL, AUTOHEADER.
905        Don't check for auto*tool-versions.
906
9072003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
910
9112003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * automake/compile.am: Introduce depend-gcc.
914        * automake/lib.am: Remove stray comment.
915        * automake/local.am: Introduce depend-gcc.
916
9172003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
920
9212003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
924        * automake/local.am: Remove $(ARCH), clean-local.
925        * automake/compile.am: Add $(ARCH), clean-local.
926        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
927
9282003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * Makefile.am: Remove references to obsoleted files
931        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
932
9332003-02-14      Joel Sherrill <joel@OARcorp.com>
934
935        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
936        references.
937
9382003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
939
940        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
941
9422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * bootstrap: Remove attempts to detect autoconf and automake using
945        "which" (PR 325).
946
9472003-02-06      Joel Sherrill <joel@OARcorp.com>
948
949        * README.configure: Updated to reflect new BSPs and deprecated
950        targets.
951
9522003-01-28      Joel Sherrill <joel@OARcorp.com>
953
954        * VERSION: Updated to rtems-ss-20030128.
955
9562003-01-28      Joel Sherrill <joel@OARcorp.com>
957
958        * aclocal/version.m4: Updated to rtems-ss-20030128.
959
9602003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
963        Remove CLOBBER_DEPEND (Unused).
964
9652003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * automake/local.am: Remove distclean-local.
968
9692001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
972        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
973
9742002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
977        Rework RTEMS_PROG_CXX_FOR_TARGET.
978
9792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
982
9832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
986
9872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
990
9912002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
992
993        * bootstrap: Require autoconf 2.54 or 2.57.
994        Require automake-1.7.2.
995
9962002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
999        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
1000        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
1001
10022002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
1005
10062002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1007
1008        * automake/compile.am: Remove hard-coded *_PROFILE_V.
1009        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
1010        CFLAGS_PROFILE_V.
1011        Remove CPPFLAGS_GCC.
1012
10132002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1014
1015        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
1016        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
1017        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
1018        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
1019
10202002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1021
1022        * aclocal/rtems-flags.m4: New.
1023
10242002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * bootstrap: Allow autoconf-2.57.
1027
10282002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1029
1030        * aclocal/prog-cc.m4: Remove GCCSED.
1031
10322002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1033
1034        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
1035        Remove LDFLAGS.
1036        Add CCAS, CCASCOMPILE.
1037        Remove compilation rules for *.cpp, *.cxx, *.C.
1038        Use CCASCOMPILE to compile *.S.
1039        Add -pg to RTEMS_CFLAGS_PROFILE_V.
1040
10412002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * configure.ac: Remove c/make.
1044
10452002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * aclocal/prog-ccas.m4: New.
1048        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
1049        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
1050        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
1051
10522002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * acinclude.m4: Conditionally append --target=.
1055
10562002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1057
1058        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
1059
10602002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1061
1062        * automake/compile.am: Remove LD_PATHS (Unused).
1063        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
1064        is announced obsolete).
1065
10662002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1067
1068        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
1069
10702002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1071
1072        * aclocal/sysv-ipc.m4: Remove (Unused).
1073        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
1074
10752002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1076
1077        * acinclude.m4: Lots of changes addressing PR 312.
1078
10792002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1080
1081        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
1082        to PR 312).
1083
10842002-11-18      Joel Sherrill <joel@OARcorp.com>
1085
1086        * VERSION: Updated to rtems-ss-20021118.
1087
10882002-11-18      Joel Sherrill <joel@OARcorp.com>
1089
1090        * aclocal/version.m4: Updated to rtems-ss-20021118.
1091
10922002-11-17      Joel Sherrill <joel@OARcorp.com>
1093
1094        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
1095        Motorola MTX603e.
1096
10972002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1098
1099        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
1100
11012002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1102
1103        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
1104        * configure.ac: Ditto.
1105
11062002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1107
1108        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
1109        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
1110        Support @CFLAGS@, @CXXFLAGS@.
1111
11122002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113
1114        * bootstrap: Allow autoconf-2.56.
1115
11162002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
1119        Fix stupid typo (continue/configure).
1120        * aclocal/prog-cc.m4: Remove obsolete comments.
1121        Acknowledge CFLAGS.
1122
11232002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1124
1125        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
1126        end of the args passed to sub-configure-scripts. (Reported by
1127        Wulf Hofbauer <wh73@cornell.edu>)
1128
11292002-11-12      Joel Sherrill <joel@OARcorp.com>
1130
1131        * configure.ac: Remove make/compilers/Makefile.
1132
11332002-11-11      Joel Sherrill <joel@OARcorp.com>
1134
1135        * VERSION: Updated to rtems-ss-20021111.
1136
11372002-11-11      Joel Sherrill <joel@OARcorp.com>
1138
1139        * aclocal/version.m4: Updated to rtems-ss-20021111.
1140
11412002-11-11      Joel Sherrill <joel@OARcorp.com>
1142
1143        * VERSION: Updated to rtems-ss-20021111.
1144
11452002-11-11      Joel Sherrill <joel@OARcorp.com>
1146
1147        * aclocal/version.m4: Updated to rtems-ss-20021111.
1148
11492002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * automake/compile.am: Remove rel rule.
1152
11532002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1154
1155        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
1156
11572002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * configure.ac: Remove make/Templates/Makefile.
1160        * README.configure: Minor massaging.
1161
11622002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1163
1164        Further preparations for autoconf > 2.52:
1165        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
1166        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
1167        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
1168
11692002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171        * acinclude.m4: Adapations to autoconf > 2.52.
1172
11732002-11-01      Joel Sherrill <joel@OARcorp.com>
1174
1175        * ChangeLog: Corrected.
1176
11772002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1178
1179        * bootstrap: Add generate_bspdir_acinclude to automatically update
1180        c/src/lib/libbsp/<cpu>/acinclude.m4.
1181        Use #! /bin/sh instead of #!/bin/sh.
1182        Remove autom4te*.cache during ./bootstrap --clean.
1183
11842002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1185
1186        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
1187        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
1188        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
1189        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
1190        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
1191        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
1192        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
1193        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
1194        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
1195        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
1196        (autoconf > 2.54 seems to have problems with the old form of
1197        quoting).
1198
11992002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1200
1201        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
1202        (autoconf > 2.54 complains about).
1203
12042002-10-21      Joel Sherrill <joel@OARcorp.com>
1205
1206        * VERSION: Updated to rtems-20021021-test.
1207
12082002-10-21      Joel Sherrill <joel@OARcorp.com>
1209
1210        * aclocal/version.m4: Updated to rtems-20021021-test.
1211
12122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1213
1214        * .cvsignore: Reformat.
1215        Add autom4te*cache.
1216        Remove autom4te.cache.
1217
12182002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1219
1220        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1221
12222002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1223
1224        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
1225        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
1226
12272002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1228
1229        * bootstrap: Add autoconf/automake version checks by popular demand.
1230        [FWIW: I dislike this.]
1231
12322002-10-07      Joel Sherrill <joel@OARcorp.com>
1233
1234        * VERSION: Updated to rtems-ss-20021007.
1235
12362002-10-07      Joel Sherrill <joel@OARcorp.com>
1237
1238        * aclocal/version.m4: Updated to rtems-ss-20021007.
1239
12402002-10-04      Joel Sherrill <joel@OARcorp.com>
1241
1242        * VERSION: Updated to rtems-JUNK.
1243
12442002-10-04      Joel Sherrill <joel@OARcorp.com>
1245
1246        * aclocal/version.m4: Updated to rtems-JUNK.
1247
12482002-10-04      Joel Sherrill <joel@OARcorp.com>
1249
1250        * VERSION: Updated to rtems-ss-20021004.
1251
12522002-10-04      Joel Sherrill <joel@OARcorp.com>
1253
1254        * aclocal/version.m4: Updated to rtems-ss-20021004.
1255
12562002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1257
1258        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
1259        autoconf-2.53 PACKAGE crap.
1260
12612002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1262
1263        * aclocal/prog-gnat.m4: New.
1264
12652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1266
1267        * aclocal/bsp-configure.m4: Fix small typo in comment.
1268
12692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1270
1271        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
1272
12732002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1274
1275        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
1276        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
1277        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
1278
12792002-08-07      Joel Sherrill <joel@OARcorp.com>
1280
1281        * aclocal/version.m4: Updated to rtems-ss-20020807.
1282
12832002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1284
1285        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
1286
12872002-07-31      Joel Sherrill <joel@OARcorp.com>
1288
1289        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
1290        was just a stub and only the OR32 port is getting worked on.
1291
12922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1293
1294        * aclocal/subdirs.m4: Remove.
1295        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
1296
12972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1298
1299        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
1300        exec/score/cpu.
1301
13022002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1303
1304        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
1305        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
1306        compilation rules (Work-around to an automake bug).
1307        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
1308        make-library.
1309
13102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1311
1312        * configure.ac: Activate cpukit. Remove references to c/src/exec.
1313
13142002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1315
1316        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
1317
13182002-07-17      Joel Sherrill <joel@OARcorp.com>
1319
1320        * aclocal/version.m4: Updated to rtems-ss-20020717.
1321
13222002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1323
1324        * config-ml.in: Imported from gcc-3.1.
1325        Change to match c/src/config-ml.in.
1326
13272002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * aclocal/check-multiprocessing.m4: Reworked.
1330        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
1331
13322002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1333
1334        * automake/multilib.am: Remove.
1335        * Makefile.am: Reflect change above.
1336
13372002-06-28      Joel Sherrill <joel@OARcorp.com>
1338
1339        * aclocal/version.m4: Updated to rtems-ss-20020628.
1340
13412002-06-27      Joel Sherrill <joel@OARcorp.com>
1342
1343        * tools/Makefile.am: Build the cpu dependent tools as well.
1344
13452002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1346
1347        * aclocal/env-rtemscpu.m4: Remove.
1348        * aclocal/multi.m4: Remove.
1349        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
1350
13512002-05-28      Joel Sherrill <joel@OARcorp.com>
1352
1353        * aclocal/version.m4: Updated to rtems-ss-20020528.
1354
13552002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1356
1357        * aclocal/prog-cc.m4: Remove GCC272 support.
1358        Remove ENABLE_LIBCDIR.
1359        * aclocal/prog-cxx.m4: Ditto.
1360        * aclocal/enable-gcc28.m4: Remove.
1361        * aclocal/enable-libcdir.m4: Ditto.
1362
13632002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1364
1365        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
1366        ENABLE_GCC28.
1367
13682002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1369
1370        * automake/compile.am: Remove GCC272 support.
1371        Remove *.sh rule (unused).
1372        * configure.ac: Remove ENABLE_GCC28.
1373        Remove ENABLE_LIBCDIR.
1374
13752002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1376
1377        * .cvsignore: Added mdate-sh and texinfo.tex.
1378
13792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1380
1381        * aclocal/version.m4: New file.
1382        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
1383        aclocal/version.m4.
1384        * bootstrap: Use aclocal/version.m4 instead of VERSION.
1385        * configure.ac: Use aclocal/version.m4 instead of VERSION.
1386
13872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1388
1389        * configure.ac:
1390        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1391        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1392        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1393        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
1394
13952002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1396
1397        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
1398        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
1399
14002002-03-08      Joel Sherrill <joel@OARcorp.com>
1401
1402        * VERSION: Updated to rtems-mg5-20020808.
1403
14042002-03-01      Joel Sherrill <joel@OARcorp.com>
1405
1406        * VERSION: Updated to rtems-ss-20020301.
1407
14082002-02-15      Joel Sherrill <joel@OARcorp.com>
1409
1410        * VERSION: Updated to rtems-ss-20020215.
1411
14122002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1413
1414        * aclocal/subdirs.m4: Propagate the current $prefix to the
1415        sub-configures.
1416
14172002-02-05      Joel Sherrill <joel@OARcorp.com>
1418
1419        * VERSION: Updated to rtems-ss-20020205.
1420
14212002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1422
1423        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
1424        compatibility.
1425        * bootstrap: Let --clean remove texinfo.tex.
1426
14272002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1428
1429        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
1430
14312002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1432
1433        * configure.ac: Add --enable-docs support. Add
1434        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
1435        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
1436        hard-coded SUBDIRS.
1437        * README.configure: Added a bit of information on this new option.
1438
14392002-01-18      Joel Sherrill <joel@OARcorp.com>
1440
1441        * VERSION: Updated to rtems-ss-20020118.
1442
14432002-01-18      Joel Sherrill <joel@OARcorp.com>
1444
1445        * VERSION: Updated to rtems-20020118.
1446
14472002-01-17      Joel Sherrill <joel@OARcorp.com>
1448
1449        * VERSION: Updated to rtems-ss-20020717.
1450
14512002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1452
1453        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
1454        check upon host_alias != build_alias.
1455
14562002-01-07      Joel Sherrill <joel@OARcorp.com>
1457
1458        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
1459        last line to eliminate 100's of warnings.
1460
14612002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1462
1463        * aclocal/check-newlib.m4: Apply AS_IF.
1464        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
1465        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
1466        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
1467        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
1468        changes.
1469        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
1470        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
1471        * automake/compile.am: Remove librtemsall from LINK_FILES.
1472
14732001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1474
1475        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
1476        * aclocal/subdirs.m4: New file.
1477        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
1478        modifications.
1479        * aclocal/check-posix.m4: Apply AS_IF.
1480        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
1481        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
1482        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
1483        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
1484        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
1485        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
1486        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
1487        OUTPUT_COMMANDS.
1488        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
1489        * aclocal/rtems-debug.m4: Minor cleanups.
1490        * aclocal/rtems-top.m4: Minor cleanups.
1491        * automake/compile.am: Further steps towards automake's rules.
1492
14932001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1494
1495        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
1496        * automake/lib.am: Add MULTISUBDIR.
1497
14982001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1499
1500        * bootstrap: Run autoheader when configure.ac contains
1501        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
1502
15032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1504
1505        * aclocal/bsp-configure.m4: New file.
1506        * Makefile.am: Add aclocal/bsp-configure.m4.
1507
15082001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1509
1510        * Makefile.am: Add automake/force-preinstall.am,
1511        aclocal/ppc.am, remove ACLOCAL_M4.
1512
15132001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1514
1515        * aclocal/bsp-alias.m4: Remove score603e_g1.
1516        * aclocal/check-bsps.m4: Remove score603e_g1.
1517        * aclocal/prog-cc.m4: Apply m4_if.
1518
1519
15202001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1521
1522        * automake/force-preinstall.am: New file.
1523        * aclocal/ppc.m4: New file.
1524
15252001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1526
1527        * aclocal/check-bsps.m4: Reworked.
1528        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
1529
15302001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1531
1532        * aclocal/bspopts.m4: New file.
1533
15342001-11-13      Joel Sherrill <joel@OARcorp.com>
1535
1536        * COPYING: Test of $Id$ -> $RTEMS$.
1537
15382001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1539
1540        This modification is part of the submitted modifications necessary to
1541        support the IBM PPC405 family.  This submission was reviewed by
1542        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1543        not negatively impact the ppc403 BSPs.  The submission and tracking
1544        process was captured as PR50.
1545        * README.configure: Added gen405 BSP.
1546
15472001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1548
1549        * Adopt more automake rules:
1550        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
1551        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
1552        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
1553        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
1554        CXXLINK_APP in make-cxx-exe.
1555        * automake/lib.am: Add ARFLAGS.
1556
15572001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1558
1559        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
1560        config.cache's which prevented powerpc targets librdbg from building.
1561
15622001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1563
1564        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
1565        add 2nd arg to _RTEMS_CPU_SUBDIR.
1566        * aclocal/target.m4: Replace ac_configure_args with
1567        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
1568        * Makefile.am: Require automake-1.5.
1569
15702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1571
1572        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1573        * configure.in: Remove.
1574        * configure.ac: New file, generated from configure.in by autoupdate.
1575
15762001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1577
1578        * aclocal/rtems-cpu-subdirs.m4: New file.
1579
15802001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1581
1582        * automake/compile.am: Fundamentally reworked compilation rules for
1583        closer adaptation to automake's behavior.
1584
15852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1586
1587        * automake/lib.am: Comment out LD.
1588        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
1589        automake/leaf.am to AUTOMAKE_FILES.
1590
15912001-09-27      Joel Sherrill <joel@OARcorp.com>
1592
1593        * config.guess: No longer in CVS since installed by bootstrap.
1594
15952001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1596
1597        * bootstrap: remove/add automake added files.
1598        * .cvsignore: reflect changes to bootstrap.
1599
16002001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1601
1602        * automake/leaf.am: New file.
1603
16042001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1605
1606        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
1607        of AC_CANONICAL_SYSTEM.
1608        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
1609        mkinstalldirs and mkdir.
1610        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
1611        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
1612        _RTEMS_OUTPUT_BUILD_SUBDIRS.
1613       
16142001-09-13      Joel Sherrill <joel@OARcorp.com>
1615
1616        * missing: Updated to latest version.
1617
16182001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1619
1620        * configure.in: autoupdate to autoconf-2.52.
1621        * bootstrap: Add handling for configure.ac, make autoheader verbose,
1622        fix auto*tool invocation order.
1623        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
1624        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
1625        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
1626        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
1627        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
1628        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
1629        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
1630        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
1631        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
1632        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
1633        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
1634        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
1635        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
1636        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
1637        RTEMS_CONFIG_PER_BSP conditional.
1638        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
1639        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
1640        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
1641
16422001-05-25      Joel Sherrill <joel@OARcorp.com>
1643
1644        * README.configure: Corrected the name of the MRM332 BSP.
1645        Strengthened the distinction between what the target
1646        and the BSP each select.  Added more targets to list.
1647
16482001-05-25      Joel Sherrill <joel@OARcorp.com>
1649
1650        * README.configure: Updated the list of BSPs.
1651
16522001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1653
1654        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
1655        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
1656        Add support for DOS-drive-letters.
1657
16582001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1659
1660        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
1661        RTEMS_PROG_CC_FOR_TARGET.
1662
16632001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1664
1665        * README.cdn-X: Update.
1666        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
1667        @CPPFLAGS@ to CPPFLAGS.
1668
16692001-04-20      Eric Valette <valette@crf.canon.fr>
1670
1671        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
1672        BSPs support the new exception processing model and
1673        consequently, librdbg.
1674
16752001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1676
1677        * configure.in: Reworked for Canadian Cross support.
1678        * Makefile.am: Reflect changes to configure.in.
1679        * config.guess, config.sub: Update from subversions.gnu.org.
1680        * README.cdn-X: New file.
1681        * tools/Makefile.am: Remove build, tools from SUBDIRS.
1682
16832001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1684
1685        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
1686        TARGET_CONFIG_SUBDIRS.
1687        * aclocal/enable-bsp.m4: fix quoting.
1688        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
1689
16902001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1691
1692        * aclocal/config-subdirs.m4: New file.
1693        * aclocal/target.m4: Use macros from config-subdirs.m4.
1694
16952001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1696
1697        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
1698        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
1699
17002001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1701
1702        * configure.in: Fix AM_INIT_AUTOMAKE.
1703        * aclocal/bsp-arg-enable.m4: Extend comments.
1704        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
1705        the default clause.
1706
17072001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1708
1709        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
1710        RTEMS_ENV_RTEMSCPU.
1711        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
1712        special treatment for GCC_SPECS.
1713        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
1714        special treatment for GCC_SPECS.
1715        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
1716        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
1717        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
1718        instead of $(shell ..) for LIBC_LIB*.
1719
17202001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1721
1722        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
1723        simsh7045.
1724
17252001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1726
1727        * automake/compile.am: Add LD.
1728
17292000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1730
1731        * config.guess, config.sub: Update from CVS-autoconf to pick
1732        up new features (e.g. CC_FOR_BUILD in config.guess) but is
1733        necessary anyway to use autoconf-versions > 2.13.
1734
17352000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1736
1737        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
1738        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
1739        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
1740        help string.
1741        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
1742
17432000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1744
1745        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
1746        Modified to reflect addition of LEON BSPs as well as the
1747        no-FP ERC32 variant.
1748
17492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1750
1751        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1752        standard).
1753        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1754        standard).
1755        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
1756        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
1757        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
1758        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
1759
17602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1761
1762        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
1763        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
1764        $host instead of $target (BUG-FIX).
1765        * configure.in: Use $target and $host instead of $target_alias and
1766        $host_alias (autoconf-2.49b).
1767        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
1768        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
1769
1770        NOTES:
1771        * autoconf-2.49b depredicates using changequotes.
1772        * The changes to configure.in are due to cleanups in
1773        autoconf-2.49b's implemention of canonicalization. With
1774        autoconf-2.1x it wasn't always clear, when to use $xxx or
1775        $xxx_alias. Now this is clear.
1776
17772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1778
1779        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1780
17812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1782
1783        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
1784        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
1785        with an RTEMS specific but more restrictive autoconf macro.
1786
17872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1788
1789        * automake/lib.am: Add LD.
1790
17912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1792
1793        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
1794        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
1795
17962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1797 
1798        * aclocal/*: Replace with contents of macros/*.m4
1799        * macros/: Remove.
1800        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
1801        * Makefile.am: Reflect changes to aclocal/ and macros/.
1802
18032000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1804
1805        * configure.in: New, Cygnus/GNU style configuration.
1806        * Makefile.am: Add macros/, reflect new configure.in,
1807        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
1808        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
1809        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
1810        * macros/tool-prefix.m4: Remove.
1811        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
1812        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
1813        RTEMS_ROOT.
1814        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
1815        * macros/multilib.m4: Various minor fixes.
1816        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
1817        PROJECT_ROOT, RTEMS_ROOT.
1818        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
1819        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
1820
18212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1822
1823        * automake/multilib.am: New file.
1824        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
1825        the automake/ directory.
1826
18272000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1828
1829        * macros/enable-hwapi.m4: Removed.
1830        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
1831        A small cleanup step towards gnu-canonicalization.
1832
18332000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1834
1835        * macros: New directory.
1836        * macros/bsp-alias.m4: new file.
1837        * macros/canonical-host.m4: new file.
1838        * macros/canonical-target-name.m4: new file.
1839        * macros/canonicalize-tools.m4: new file.
1840        * macros/check-bsp-cache.m4: new file.
1841        * macros/check-bsps.m4: new file.
1842        * macros/check-cpu.m4: new file.
1843        * macros/rtems-debug.m4: new file.
1844        * macros/check-cxx.m4: new file.
1845        * macros/check-itron.m4: new file.
1846        * macros/check-multiprocessing.m4: new file.
1847        * macros/check-networking.m4: new file.
1848        * macros/check-newlib.m4: new file.
1849        * macros/check-posix.m4: new file.
1850        * macros/check-rdbg.m4: new file.
1851        * macros/enable-bare.m4: new file.
1852        * macros/enable-cxx.m4: new file.
1853        * macros/enable-gcc28.m4: new file.
1854        * macros/enable-inlines.m4: new file.
1855        * macros/enable-itron.m4: new file.
1856        * macros/enable-libcdir.m4: new file.
1857        * macros/enable-multiprocessing.m4: new file.
1858        * macros/enable-networking.m4: new file.
1859        * macros/enable-posix.m4: new file.
1860        * macros/enable-rdbg.m4: new file.
1861        * macros/enable-rtemsbsp.m4: new file.
1862        * macros/enable-tests.m4: new file.
1863        * macros/gcc-pipe.m4: new file.
1864        * macros/gcc-specs.m4: new file.
1865        * macros/i386-gas-code16.m4: new file.
1866        * macros/path-ksh.m4: new file.
1867        * macros/path-perl.m4: new file.
1868        * macros/prog-cc.m4: new file.
1869        * macros/prog-cxx.m4: new file.
1870        * macros/project-root.m4: new file.
1871        * macros/rtems-top.m4: new file.
1872        * macros/sysv-ipc.m4: new file.
1873        * macros/target.m4: new file.
1874        * macros/rtems-test-no-pause.m4: new file.
1875        * macros/multilib.m4: new file.
1876        * macros/tool-paths.m4: new file.
1877        * macros/tool-prefix.m4: new file.
1878
18792000-09-14      Joel Sherrill <joel@OARcorp.com>
1880
1881        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1882
18832000-09-14      Joel Sherrill <joel@OARcorp.com>
1884
1885        * aclocal/enable-hwapi.m4: Now longer used and removed.
1886
18872000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1888
1889        * automake/lib.am: Remove leaf.cfg.
1890
18912000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1892
1893        * aclocal/rtems-top.m4: Add ENDIF-hack.
1894        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1895
18962000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1897
1898        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1899        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1900        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1901        * automake/compile.am: Replaced.
1902        * automake/local.am: Remove building variant handling.
1903
19042000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1905
1906        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1907        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1908        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1909        * aclocal/target.m4: Cleanup comments
1910        * Automake/compile.am: Add DEFS support to keep building happy.
1911
19122000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1913
1914        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1915
19162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1917
1918        * automake/compile.am: New file
1919        * ChangeLog: Fix email addresses
1920
19212000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1922
1923        * LICENSE.NET, README, README.configure: Spelling corrections.
1924
19252000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1926
1927        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1928
19292000-08-30      Joel Sherrill <joel@OARcorp.com>
1930
1931        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1932
19332000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1934
1935        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1936
19372000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1938
1939        * aclocal/check-bsps.h:
1940          - Add pck6-BSP
1941          - Exclude ChangeLog from being picked up as BSP
1942        * aclocal/bsp-alias.m4: Add pck6-BSP
1943
19442000-08-10      Joel Sherrill <joel@OARcorp.com>
1945
1946        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.