source: rtems/ChangeLog @ 8ca2e5b

4.104.114.84.95
Last change on this file since 8ca2e5b was 55837f7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/25/03 at 08:55:26

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 33.7 KB
Line 
12003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * acinclude.m4: Reformat build_* handling.
4        Preset *_alias if empty.
5        * configure.ac: Change tools/build to build-config dirs.
6        Conditionally build tools/build as host-config dirs.
7
82003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * acinclude.m4: Fix broken comments.
11        Add hidden option --enable-experimental.
12        * README.cdn-X: Update.
13        * configure.ac: Build tools/build as host and build-host tools to
14        accomodate those BSPs applying packhex in <BSP>.cfg.
15        Build tools/cpu as build-host tools.
16
172003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * tools/Makefile.am: Remove.
20        * configure.ac: Remove tools.
21        * acinclude.m4: Fix build_subdir handling.
22        * Makefile.am: Remove tools from SUBDIRS.
23        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
24
252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove AC_CONFIG_AUX_DIR.
28        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
29
302003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * bootstrap: Add ACLOCAL, AUTOHEADER.
33        Don't check for auto*tool-versions.
34
352003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
38
392003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * automake/compile.am: Introduce depend-gcc.
42        * automake/lib.am: Remove stray comment.
43        * automake/local.am: Introduce depend-gcc.
44
452003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
48
492003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
52        * automake/local.am: Remove $(ARCH), clean-local.
53        * automake/compile.am: Add $(ARCH), clean-local.
54        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
55
562003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Remove references to obsoleted files
59        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
60
612003-02-14      Joel Sherrill <joel@OARcorp.com>
62
63        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
64        references.
65
662003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
69
702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * bootstrap: Remove attempts to detect autoconf and automake using
73        "which" (PR 325).
74
752003-02-06      Joel Sherrill <joel@OARcorp.com>
76
77        * README.configure: Updated to reflect new BSPs and deprecated
78        targets.
79
802003-01-28      Joel Sherrill <joel@OARcorp.com>
81
82        * VERSION: Updated to rtems-ss-20030128.
83
842003-01-28      Joel Sherrill <joel@OARcorp.com>
85
86        * aclocal/version.m4: Updated to rtems-ss-20030128.
87
882003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
91        Remove CLOBBER_DEPEND (Unused).
92
932003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * automake/local.am: Remove distclean-local.
96
972001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
100        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
101
1022002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
105        Rework RTEMS_PROG_CXX_FOR_TARGET.
106
1072002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
110
1112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
114
1152002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
118
1192002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * bootstrap: Require autoconf 2.54 or 2.57.
122        Require automake-1.7.2.
123
1242002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
127        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
128        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
129
1302002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
133
1342002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * automake/compile.am: Remove hard-coded *_PROFILE_V.
137        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
138        CFLAGS_PROFILE_V.
139        Remove CPPFLAGS_GCC.
140
1412002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
144        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
145        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
146        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
147
1482002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * aclocal/rtems-flags.m4: New.
151
1522002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * bootstrap: Allow autoconf-2.57.
155
1562002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * aclocal/prog-cc.m4: Remove GCCSED.
159
1602002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
163        Remove LDFLAGS.
164        Add CCAS, CCASCOMPILE.
165        Remove compilation rules for *.cpp, *.cxx, *.C.
166        Use CCASCOMPILE to compile *.S.
167        Add -pg to RTEMS_CFLAGS_PROFILE_V.
168
1692002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Remove c/make.
172
1732002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * aclocal/prog-ccas.m4: New.
176        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
177        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
178        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
179
1802002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * acinclude.m4: Conditionally append --target=.
183
1842002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
187
1882002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * automake/compile.am: Remove LD_PATHS (Unused).
191        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
192        is announced obsolete).
193
1942002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
197
1982002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * aclocal/sysv-ipc.m4: Remove (Unused).
201        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
202
2032002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * acinclude.m4: Lots of changes addressing PR 312.
206
2072002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
210        to PR 312).
211
2122002-11-18      Joel Sherrill <joel@OARcorp.com>
213
214        * VERSION: Updated to rtems-ss-20021118.
215
2162002-11-18      Joel Sherrill <joel@OARcorp.com>
217
218        * aclocal/version.m4: Updated to rtems-ss-20021118.
219
2202002-11-17      Joel Sherrill <joel@OARcorp.com>
221
222        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
223        Motorola MTX603e.
224
2252002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
228
2292002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
232        * configure.ac: Ditto.
233
2342002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
237        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
238        Support @CFLAGS@, @CXXFLAGS@.
239
2402002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * bootstrap: Allow autoconf-2.56.
243
2442002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
247        Fix stupid typo (continue/configure).
248        * aclocal/prog-cc.m4: Remove obsolete comments.
249        Acknowledge CFLAGS.
250
2512002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
254        end of the args passed to sub-configure-scripts. (Reported by
255        Wulf Hofbauer <wh73@cornell.edu>)
256
2572002-11-12      Joel Sherrill <joel@OARcorp.com>
258
259        * configure.ac: Remove make/compilers/Makefile.
260
2612002-11-11      Joel Sherrill <joel@OARcorp.com>
262
263        * VERSION: Updated to rtems-ss-20021111.
264
2652002-11-11      Joel Sherrill <joel@OARcorp.com>
266
267        * aclocal/version.m4: Updated to rtems-ss-20021111.
268
2692002-11-11      Joel Sherrill <joel@OARcorp.com>
270
271        * VERSION: Updated to rtems-ss-20021111.
272
2732002-11-11      Joel Sherrill <joel@OARcorp.com>
274
275        * aclocal/version.m4: Updated to rtems-ss-20021111.
276
2772002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * automake/compile.am: Remove rel rule.
280
2812002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
284
2852002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Remove make/Templates/Makefile.
288        * README.configure: Minor massaging.
289
2902002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        Further preparations for autoconf > 2.52:
293        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
294        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
295        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
296
2972002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * acinclude.m4: Adapations to autoconf > 2.52.
300
3012002-11-01      Joel Sherrill <joel@OARcorp.com>
302
303        * ChangeLog: Corrected.
304
3052002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * bootstrap: Add generate_bspdir_acinclude to automatically update
308        c/src/lib/libbsp/<cpu>/acinclude.m4.
309        Use #! /bin/sh instead of #!/bin/sh.
310        Remove autom4te*.cache during ./bootstrap --clean.
311
3122002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
315        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
316        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
317        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
318        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
319        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
320        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
321        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
322        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
323        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
324        (autoconf > 2.54 seems to have problems with the old form of
325        quoting).
326
3272002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
330        (autoconf > 2.54 complains about).
331
3322002-10-21      Joel Sherrill <joel@OARcorp.com>
333
334        * VERSION: Updated to rtems-20021021-test.
335
3362002-10-21      Joel Sherrill <joel@OARcorp.com>
337
338        * aclocal/version.m4: Updated to rtems-20021021-test.
339
3402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * .cvsignore: Reformat.
343        Add autom4te*cache.
344        Remove autom4te.cache.
345
3462002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
349
3502002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
353        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
354
3552002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * bootstrap: Add autoconf/automake version checks by popular demand.
358        [FWIW: I dislike this.]
359
3602002-10-07      Joel Sherrill <joel@OARcorp.com>
361
362        * VERSION: Updated to rtems-ss-20021007.
363
3642002-10-07      Joel Sherrill <joel@OARcorp.com>
365
366        * aclocal/version.m4: Updated to rtems-ss-20021007.
367
3682002-10-04      Joel Sherrill <joel@OARcorp.com>
369
370        * VERSION: Updated to rtems-JUNK.
371
3722002-10-04      Joel Sherrill <joel@OARcorp.com>
373
374        * aclocal/version.m4: Updated to rtems-JUNK.
375
3762002-10-04      Joel Sherrill <joel@OARcorp.com>
377
378        * VERSION: Updated to rtems-ss-20021004.
379
3802002-10-04      Joel Sherrill <joel@OARcorp.com>
381
382        * aclocal/version.m4: Updated to rtems-ss-20021004.
383
3842002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
387        autoconf-2.53 PACKAGE crap.
388
3892002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * aclocal/prog-gnat.m4: New.
392
3932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * aclocal/bsp-configure.m4: Fix small typo in comment.
396
3972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
400
4012002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
404        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
405        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
406
4072002-08-07      Joel Sherrill <joel@OARcorp.com>
408
409        * aclocal/version.m4: Updated to rtems-ss-20020807.
410
4112002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
414
4152002-07-31      Joel Sherrill <joel@OARcorp.com>
416
417        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
418        was just a stub and only the OR32 port is getting worked on.
419
4202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * aclocal/subdirs.m4: Remove.
423        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
424
4252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
428        exec/score/cpu.
429
4302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
433        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
434        compilation rules (Work-around to an automake bug).
435        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
436        make-library.
437
4382002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Activate cpukit. Remove references to c/src/exec.
441
4422002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
445
4462002-07-17      Joel Sherrill <joel@OARcorp.com>
447
448        * aclocal/version.m4: Updated to rtems-ss-20020717.
449
4502002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * config-ml.in: Imported from gcc-3.1.
453        Change to match c/src/config-ml.in.
454
4552002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * aclocal/check-multiprocessing.m4: Reworked.
458        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
459
4602002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * automake/multilib.am: Remove.
463        * Makefile.am: Reflect change above.
464
4652002-06-28      Joel Sherrill <joel@OARcorp.com>
466
467        * aclocal/version.m4: Updated to rtems-ss-20020628.
468
4692002-06-27      Joel Sherrill <joel@OARcorp.com>
470
471        * tools/Makefile.am: Build the cpu dependent tools as well.
472
4732002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * aclocal/env-rtemscpu.m4: Remove.
476        * aclocal/multi.m4: Remove.
477        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
478
4792002-05-28      Joel Sherrill <joel@OARcorp.com>
480
481        * aclocal/version.m4: Updated to rtems-ss-20020528.
482
4832002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/prog-cc.m4: Remove GCC272 support.
486        Remove ENABLE_LIBCDIR.
487        * aclocal/prog-cxx.m4: Ditto.
488        * aclocal/enable-gcc28.m4: Remove.
489        * aclocal/enable-libcdir.m4: Ditto.
490
4912002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
494        ENABLE_GCC28.
495
4962002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * automake/compile.am: Remove GCC272 support.
499        Remove *.sh rule (unused).
500        * configure.ac: Remove ENABLE_GCC28.
501        Remove ENABLE_LIBCDIR.
502
5032002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * .cvsignore: Added mdate-sh and texinfo.tex.
506
5072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * aclocal/version.m4: New file.
510        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
511        aclocal/version.m4.
512        * bootstrap: Use aclocal/version.m4 instead of VERSION.
513        * configure.ac: Use aclocal/version.m4 instead of VERSION.
514
5152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac:
518        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
519        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
520        * Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
522
5232002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
526        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
527
5282002-03-08      Joel Sherrill <joel@OARcorp.com>
529
530        * VERSION: Updated to rtems-mg5-20020808.
531
5322002-03-01      Joel Sherrill <joel@OARcorp.com>
533
534        * VERSION: Updated to rtems-ss-20020301.
535
5362002-02-15      Joel Sherrill <joel@OARcorp.com>
537
538        * VERSION: Updated to rtems-ss-20020215.
539
5402002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal/subdirs.m4: Propagate the current $prefix to the
543        sub-configures.
544
5452002-02-05      Joel Sherrill <joel@OARcorp.com>
546
547        * VERSION: Updated to rtems-ss-20020205.
548
5492002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
552        compatibility.
553        * bootstrap: Let --clean remove texinfo.tex.
554
5552002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
558
5592002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.ac: Add --enable-docs support. Add
562        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
563        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
564        hard-coded SUBDIRS.
565        * README.configure: Added a bit of information on this new option.
566
5672002-01-18      Joel Sherrill <joel@OARcorp.com>
568
569        * VERSION: Updated to rtems-ss-20020118.
570
5712002-01-18      Joel Sherrill <joel@OARcorp.com>
572
573        * VERSION: Updated to rtems-20020118.
574
5752002-01-17      Joel Sherrill <joel@OARcorp.com>
576
577        * VERSION: Updated to rtems-ss-20020717.
578
5792002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
582        check upon host_alias != build_alias.
583
5842002-01-07      Joel Sherrill <joel@OARcorp.com>
585
586        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
587        last line to eliminate 100's of warnings.
588
5892002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * aclocal/check-newlib.m4: Apply AS_IF.
592        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
593        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
594        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
595        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
596        changes.
597        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
598        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
599        * automake/compile.am: Remove librtemsall from LINK_FILES.
600
6012001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
604        * aclocal/subdirs.m4: New file.
605        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
606        modifications.
607        * aclocal/check-posix.m4: Apply AS_IF.
608        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
609        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
610        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
611        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
612        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
613        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
614        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
615        OUTPUT_COMMANDS.
616        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
617        * aclocal/rtems-debug.m4: Minor cleanups.
618        * aclocal/rtems-top.m4: Minor cleanups.
619        * automake/compile.am: Further steps towards automake's rules.
620
6212001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
624        * automake/lib.am: Add MULTISUBDIR.
625
6262001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * bootstrap: Run autoheader when configure.ac contains
629        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
630
6312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * aclocal/bsp-configure.m4: New file.
634        * Makefile.am: Add aclocal/bsp-configure.m4.
635
6362001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * Makefile.am: Add automake/force-preinstall.am,
639        aclocal/ppc.am, remove ACLOCAL_M4.
640
6412001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * aclocal/bsp-alias.m4: Remove score603e_g1.
644        * aclocal/check-bsps.m4: Remove score603e_g1.
645        * aclocal/prog-cc.m4: Apply m4_if.
646
647
6482001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * automake/force-preinstall.am: New file.
651        * aclocal/ppc.m4: New file.
652
6532001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * aclocal/check-bsps.m4: Reworked.
656        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
657
6582001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * aclocal/bspopts.m4: New file.
661
6622001-11-13      Joel Sherrill <joel@OARcorp.com>
663
664        * COPYING: Test of $Id$ -> $RTEMS$.
665
6662001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
667
668        This modification is part of the submitted modifications necessary to
669        support the IBM PPC405 family.  This submission was reviewed by
670        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
671        not negatively impact the ppc403 BSPs.  The submission and tracking
672        process was captured as PR50.
673        * README.configure: Added gen405 BSP.
674
6752001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * Adopt more automake rules:
678        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
679        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
680        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
681        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
682        CXXLINK_APP in make-cxx-exe.
683        * automake/lib.am: Add ARFLAGS.
684
6852001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
688        config.cache's which prevented powerpc targets librdbg from building.
689
6902001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
693        add 2nd arg to _RTEMS_CPU_SUBDIR.
694        * aclocal/target.m4: Replace ac_configure_args with
695        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
696        * Makefile.am: Require automake-1.5.
697
6982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
701        * configure.in: Remove.
702        * configure.ac: New file, generated from configure.in by autoupdate.
703
7042001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * aclocal/rtems-cpu-subdirs.m4: New file.
707
7082001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * automake/compile.am: Fundamentally reworked compilation rules for
711        closer adaptation to automake's behavior.
712
7132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * automake/lib.am: Comment out LD.
716        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
717        automake/leaf.am to AUTOMAKE_FILES.
718
7192001-09-27      Joel Sherrill <joel@OARcorp.com>
720
721        * config.guess: No longer in CVS since installed by bootstrap.
722
7232001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * bootstrap: remove/add automake added files.
726        * .cvsignore: reflect changes to bootstrap.
727
7282001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * automake/leaf.am: New file.
731
7322001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
735        of AC_CANONICAL_SYSTEM.
736        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
737        mkinstalldirs and mkdir.
738        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
739        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
740        _RTEMS_OUTPUT_BUILD_SUBDIRS.
741       
7422001-09-13      Joel Sherrill <joel@OARcorp.com>
743
744        * missing: Updated to latest version.
745
7462001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * configure.in: autoupdate to autoconf-2.52.
749        * bootstrap: Add handling for configure.ac, make autoheader verbose,
750        fix auto*tool invocation order.
751        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
752        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
753        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
754        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
755        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
756        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
757        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
758        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
759        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
760        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
761        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
762        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
763        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
764        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
765        RTEMS_CONFIG_PER_BSP conditional.
766        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
767        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
768        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
769
7702001-05-25      Joel Sherrill <joel@OARcorp.com>
771
772        * README.configure: Corrected the name of the MRM332 BSP.
773        Strengthened the distinction between what the target
774        and the BSP each select.  Added more targets to list.
775
7762001-05-25      Joel Sherrill <joel@OARcorp.com>
777
778        * README.configure: Updated the list of BSPs.
779
7802001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
783        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
784        Add support for DOS-drive-letters.
785
7862001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
789        RTEMS_PROG_CC_FOR_TARGET.
790
7912001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * README.cdn-X: Update.
794        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
795        @CPPFLAGS@ to CPPFLAGS.
796
7972001-04-20      Eric Valette <valette@crf.canon.fr>
798
799        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
800        BSPs support the new exception processing model and
801        consequently, librdbg.
802
8032001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * configure.in: Reworked for Canadian Cross support.
806        * Makefile.am: Reflect changes to configure.in.
807        * config.guess, config.sub: Update from subversions.gnu.org.
808        * README.cdn-X: New file.
809        * tools/Makefile.am: Remove build, tools from SUBDIRS.
810
8112001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
814        TARGET_CONFIG_SUBDIRS.
815        * aclocal/enable-bsp.m4: fix quoting.
816        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
817
8182001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * aclocal/config-subdirs.m4: New file.
821        * aclocal/target.m4: Use macros from config-subdirs.m4.
822
8232001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
826        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
827
8282001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * configure.in: Fix AM_INIT_AUTOMAKE.
831        * aclocal/bsp-arg-enable.m4: Extend comments.
832        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
833        the default clause.
834
8352001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
838        RTEMS_ENV_RTEMSCPU.
839        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
840        special treatment for GCC_SPECS.
841        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
842        special treatment for GCC_SPECS.
843        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
844        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
845        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
846        instead of $(shell ..) for LIBC_LIB*.
847
8482001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
851        simsh7045.
852
8532001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
854
855        * automake/compile.am: Add LD.
856
8572000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * config.guess, config.sub: Update from CVS-autoconf to pick
860        up new features (e.g. CC_FOR_BUILD in config.guess) but is
861        necessary anyway to use autoconf-versions > 2.13.
862
8632000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
866        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
867        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
868        help string.
869        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
870
8712000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
872
873        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
874        Modified to reflect addition of LEON BSPs as well as the
875        no-FP ERC32 variant.
876
8772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
880        standard).
881        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
882        standard).
883        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
884        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
885        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
886        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
887
8882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
891        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
892        $host instead of $target (BUG-FIX).
893        * configure.in: Use $target and $host instead of $target_alias and
894        $host_alias (autoconf-2.49b).
895        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
896        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
897
898        NOTES:
899        * autoconf-2.49b depredicates using changequotes.
900        * The changes to configure.in are due to cleanups in
901        autoconf-2.49b's implemention of canonicalization. With
902        autoconf-2.1x it wasn't always clear, when to use $xxx or
903        $xxx_alias. Now this is clear.
904
9052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
906
907        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
908
9092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
912        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
913        with an RTEMS specific but more restrictive autoconf macro.
914
9152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * automake/lib.am: Add LD.
918
9192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
920
921        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
922        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
923
9242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925 
926        * aclocal/*: Replace with contents of macros/*.m4
927        * macros/: Remove.
928        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
929        * Makefile.am: Reflect changes to aclocal/ and macros/.
930
9312000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * configure.in: New, Cygnus/GNU style configuration.
934        * Makefile.am: Add macros/, reflect new configure.in,
935        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
936        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
937        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
938        * macros/tool-prefix.m4: Remove.
939        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
940        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
941        RTEMS_ROOT.
942        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
943        * macros/multilib.m4: Various minor fixes.
944        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
945        PROJECT_ROOT, RTEMS_ROOT.
946        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
947        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
948
9492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * automake/multilib.am: New file.
952        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
953        the automake/ directory.
954
9552000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * macros/enable-hwapi.m4: Removed.
958        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
959        A small cleanup step towards gnu-canonicalization.
960
9612000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * macros: New directory.
964        * macros/bsp-alias.m4: new file.
965        * macros/canonical-host.m4: new file.
966        * macros/canonical-target-name.m4: new file.
967        * macros/canonicalize-tools.m4: new file.
968        * macros/check-bsp-cache.m4: new file.
969        * macros/check-bsps.m4: new file.
970        * macros/check-cpu.m4: new file.
971        * macros/rtems-debug.m4: new file.
972        * macros/check-cxx.m4: new file.
973        * macros/check-itron.m4: new file.
974        * macros/check-multiprocessing.m4: new file.
975        * macros/check-networking.m4: new file.
976        * macros/check-newlib.m4: new file.
977        * macros/check-posix.m4: new file.
978        * macros/check-rdbg.m4: new file.
979        * macros/enable-bare.m4: new file.
980        * macros/enable-cxx.m4: new file.
981        * macros/enable-gcc28.m4: new file.
982        * macros/enable-inlines.m4: new file.
983        * macros/enable-itron.m4: new file.
984        * macros/enable-libcdir.m4: new file.
985        * macros/enable-multiprocessing.m4: new file.
986        * macros/enable-networking.m4: new file.
987        * macros/enable-posix.m4: new file.
988        * macros/enable-rdbg.m4: new file.
989        * macros/enable-rtemsbsp.m4: new file.
990        * macros/enable-tests.m4: new file.
991        * macros/gcc-pipe.m4: new file.
992        * macros/gcc-specs.m4: new file.
993        * macros/i386-gas-code16.m4: new file.
994        * macros/path-ksh.m4: new file.
995        * macros/path-perl.m4: new file.
996        * macros/prog-cc.m4: new file.
997        * macros/prog-cxx.m4: new file.
998        * macros/project-root.m4: new file.
999        * macros/rtems-top.m4: new file.
1000        * macros/sysv-ipc.m4: new file.
1001        * macros/target.m4: new file.
1002        * macros/rtems-test-no-pause.m4: new file.
1003        * macros/multilib.m4: new file.
1004        * macros/tool-paths.m4: new file.
1005        * macros/tool-prefix.m4: new file.
1006
10072000-09-14      Joel Sherrill <joel@OARcorp.com>
1008
1009        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1010
10112000-09-14      Joel Sherrill <joel@OARcorp.com>
1012
1013        * aclocal/enable-hwapi.m4: Now longer used and removed.
1014
10152000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * automake/lib.am: Remove leaf.cfg.
1018
10192000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * aclocal/rtems-top.m4: Add ENDIF-hack.
1022        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1023
10242000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1025
1026        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1027        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1028        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1029        * automake/compile.am: Replaced.
1030        * automake/local.am: Remove building variant handling.
1031
10322000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1033
1034        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1035        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1036        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1037        * aclocal/target.m4: Cleanup comments
1038        * Automake/compile.am: Add DEFS support to keep building happy.
1039
10402000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1041
1042        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1043
10442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1045
1046        * automake/compile.am: New file
1047        * ChangeLog: Fix email addresses
1048
10492000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1050
1051        * LICENSE.NET, README, README.configure: Spelling corrections.
1052
10532000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1054
1055        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1056
10572000-08-30      Joel Sherrill <joel@OARcorp.com>
1058
1059        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1060
10612000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1062
1063        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1064
10652000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1066
1067        * aclocal/check-bsps.h:
1068          - Add pck6-BSP
1069          - Exclude ChangeLog from being picked up as BSP
1070        * aclocal/bsp-alias.m4: Add pck6-BSP
1071
10722000-08-10      Joel Sherrill <joel@OARcorp.com>
1073
1074        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.