source: rtems/ChangeLog @ a52b2059

4.104.114.84.95
Last change on this file since a52b2059 was a52b2059, checked in by Joel Sherrill <joel.sherrill@…>, on 04/11/03 at 21:29:43

2003-04-11 Joel Sherrill <joel@…>

  • VERSION: Updated to rtems-ss-20020411.
  • Property mode set to 100644
File size: 33.9 KB
Line 
12003-04-11      Joel Sherrill <joel@OARcorp.com>
2
3        * VERSION: Updated to rtems-ss-20020411.
4
52003-04-11      Joel Sherrill <joel@OARcorp.com>
6
7        * aclocal/version.m4: Updated to rtems-ss-20020411.
8
92003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * acinclude.m4: Reformat build_* handling.
12        Preset *_alias if empty.
13        * configure.ac: Change tools/build to build-config dirs.
14        Conditionally build tools/build as host-config dirs.
15
162003-03-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * acinclude.m4: Fix broken comments.
19        Add hidden option --enable-experimental.
20        * README.cdn-X: Update.
21        * configure.ac: Build tools/build as host and build-host tools to
22        accomodate those BSPs applying packhex in <BSP>.cfg.
23        Build tools/cpu as build-host tools.
24
252003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * tools/Makefile.am: Remove.
28        * configure.ac: Remove tools.
29        * acinclude.m4: Fix build_subdir handling.
30        * Makefile.am: Remove tools from SUBDIRS.
31        Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
32
332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove AC_CONFIG_AUX_DIR.
36        * alocal/rtems-top.a4: Add AC_CONFIG_AUX_DIR.
37
382003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * bootstrap: Add ACLOCAL, AUTOHEADER.
41        Don't check for auto*tool-versions.
42
432003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * config-ml.in: Don't build sh-rtems ml and ml/m2 multilib variants.
46
472003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * automake/compile.am: Introduce depend-gcc.
50        * automake/lib.am: Remove stray comment.
51        * automake/local.am: Introduce depend-gcc.
52
532003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * config-ml.in: Don't build arm-rtems/*fpu* multilib variants.
56
572003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * aclocal/rtems-top.m4: Set PROJECT_ROOT unconditionally.
60        * automake/local.am: Remove $(ARCH), clean-local.
61        * automake/compile.am: Add $(ARCH), clean-local.
62        Set CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS).
63
642003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Remove references to obsoleted files
67        aclocal/enable-gcc28.m4, aclocal/enable-libcdir.m4.
68
692003-02-14      Joel Sherrill <joel@OARcorp.com>
70
71        * README.configure, aclocal/rtems-cpu-subdirs.m4: Remove a29k
72        references.
73
742003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
77
782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * bootstrap: Remove attempts to detect autoconf and automake using
81        "which" (PR 325).
82
832003-02-06      Joel Sherrill <joel@OARcorp.com>
84
85        * README.configure: Updated to reflect new BSPs and deprecated
86        targets.
87
882003-01-28      Joel Sherrill <joel@OARcorp.com>
89
90        * VERSION: Updated to rtems-ss-20030128.
91
922003-01-28      Joel Sherrill <joel@OARcorp.com>
93
94        * aclocal/version.m4: Updated to rtems-ss-20030128.
95
962003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
99        Remove CLOBBER_DEPEND (Unused).
100
1012003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * automake/local.am: Remove distclean-local.
104
1052001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
108        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
109
1102002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
113        Rework RTEMS_PROG_CXX_FOR_TARGET.
114
1152002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
118
1192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
122
1232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
126
1272002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * bootstrap: Require autoconf 2.54 or 2.57.
130        Require automake-1.7.2.
131
1322002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
135        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
136        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
137
1382002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
141
1422002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * automake/compile.am: Remove hard-coded *_PROFILE_V.
145        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
146        CFLAGS_PROFILE_V.
147        Remove CPPFLAGS_GCC.
148
1492002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
152        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
153        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
154        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
155
1562002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * aclocal/rtems-flags.m4: New.
159
1602002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * bootstrap: Allow autoconf-2.57.
163
1642002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * aclocal/prog-cc.m4: Remove GCCSED.
167
1682002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
171        Remove LDFLAGS.
172        Add CCAS, CCASCOMPILE.
173        Remove compilation rules for *.cpp, *.cxx, *.C.
174        Use CCASCOMPILE to compile *.S.
175        Add -pg to RTEMS_CFLAGS_PROFILE_V.
176
1772002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Remove c/make.
180
1812002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * aclocal/prog-ccas.m4: New.
184        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
185        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
186        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
187
1882002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * acinclude.m4: Conditionally append --target=.
191
1922002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
195
1962002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * automake/compile.am: Remove LD_PATHS (Unused).
199        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
200        is announced obsolete).
201
2022002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
205
2062002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * aclocal/sysv-ipc.m4: Remove (Unused).
209        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
210
2112002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * acinclude.m4: Lots of changes addressing PR 312.
214
2152002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
218        to PR 312).
219
2202002-11-18      Joel Sherrill <joel@OARcorp.com>
221
222        * VERSION: Updated to rtems-ss-20021118.
223
2242002-11-18      Joel Sherrill <joel@OARcorp.com>
225
226        * aclocal/version.m4: Updated to rtems-ss-20021118.
227
2282002-11-17      Joel Sherrill <joel@OARcorp.com>
229
230        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
231        Motorola MTX603e.
232
2332002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
236
2372002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
240        * configure.ac: Ditto.
241
2422002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
245        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
246        Support @CFLAGS@, @CXXFLAGS@.
247
2482002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * bootstrap: Allow autoconf-2.56.
251
2522002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
255        Fix stupid typo (continue/configure).
256        * aclocal/prog-cc.m4: Remove obsolete comments.
257        Acknowledge CFLAGS.
258
2592002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
262        end of the args passed to sub-configure-scripts. (Reported by
263        Wulf Hofbauer <wh73@cornell.edu>)
264
2652002-11-12      Joel Sherrill <joel@OARcorp.com>
266
267        * configure.ac: Remove make/compilers/Makefile.
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-11      Joel Sherrill <joel@OARcorp.com>
278
279        * VERSION: Updated to rtems-ss-20021111.
280
2812002-11-11      Joel Sherrill <joel@OARcorp.com>
282
283        * aclocal/version.m4: Updated to rtems-ss-20021111.
284
2852002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * automake/compile.am: Remove rel rule.
288
2892002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
292
2932002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Remove make/Templates/Makefile.
296        * README.configure: Minor massaging.
297
2982002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        Further preparations for autoconf > 2.52:
301        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
302        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
303        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
304
3052002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * acinclude.m4: Adapations to autoconf > 2.52.
308
3092002-11-01      Joel Sherrill <joel@OARcorp.com>
310
311        * ChangeLog: Corrected.
312
3132002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * bootstrap: Add generate_bspdir_acinclude to automatically update
316        c/src/lib/libbsp/<cpu>/acinclude.m4.
317        Use #! /bin/sh instead of #!/bin/sh.
318        Remove autom4te*.cache during ./bootstrap --clean.
319
3202002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
323        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
324        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
325        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
326        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
327        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
328        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
329        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
330        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
331        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
332        (autoconf > 2.54 seems to have problems with the old form of
333        quoting).
334
3352002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
338        (autoconf > 2.54 complains about).
339
3402002-10-21      Joel Sherrill <joel@OARcorp.com>
341
342        * VERSION: Updated to rtems-20021021-test.
343
3442002-10-21      Joel Sherrill <joel@OARcorp.com>
345
346        * aclocal/version.m4: Updated to rtems-20021021-test.
347
3482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * .cvsignore: Reformat.
351        Add autom4te*cache.
352        Remove autom4te.cache.
353
3542002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
357
3582002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
361        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
362
3632002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * bootstrap: Add autoconf/automake version checks by popular demand.
366        [FWIW: I dislike this.]
367
3682002-10-07      Joel Sherrill <joel@OARcorp.com>
369
370        * VERSION: Updated to rtems-ss-20021007.
371
3722002-10-07      Joel Sherrill <joel@OARcorp.com>
373
374        * aclocal/version.m4: Updated to rtems-ss-20021007.
375
3762002-10-04      Joel Sherrill <joel@OARcorp.com>
377
378        * VERSION: Updated to rtems-JUNK.
379
3802002-10-04      Joel Sherrill <joel@OARcorp.com>
381
382        * aclocal/version.m4: Updated to rtems-JUNK.
383
3842002-10-04      Joel Sherrill <joel@OARcorp.com>
385
386        * VERSION: Updated to rtems-ss-20021004.
387
3882002-10-04      Joel Sherrill <joel@OARcorp.com>
389
390        * aclocal/version.m4: Updated to rtems-ss-20021004.
391
3922002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
395        autoconf-2.53 PACKAGE crap.
396
3972002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * aclocal/prog-gnat.m4: New.
400
4012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * aclocal/bsp-configure.m4: Fix small typo in comment.
404
4052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
408
4092002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
412        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
413        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
414
4152002-08-07      Joel Sherrill <joel@OARcorp.com>
416
417        * aclocal/version.m4: Updated to rtems-ss-20020807.
418
4192002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
422
4232002-07-31      Joel Sherrill <joel@OARcorp.com>
424
425        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
426        was just a stub and only the OR32 port is getting worked on.
427
4282002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * aclocal/subdirs.m4: Remove.
431        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
432
4332002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
436        exec/score/cpu.
437
4382002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
441        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
442        compilation rules (Work-around to an automake bug).
443        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
444        make-library.
445
4462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: Activate cpukit. Remove references to c/src/exec.
449
4502002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
453
4542002-07-17      Joel Sherrill <joel@OARcorp.com>
455
456        * aclocal/version.m4: Updated to rtems-ss-20020717.
457
4582002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * config-ml.in: Imported from gcc-3.1.
461        Change to match c/src/config-ml.in.
462
4632002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * aclocal/check-multiprocessing.m4: Reworked.
466        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
467
4682002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * automake/multilib.am: Remove.
471        * Makefile.am: Reflect change above.
472
4732002-06-28      Joel Sherrill <joel@OARcorp.com>
474
475        * aclocal/version.m4: Updated to rtems-ss-20020628.
476
4772002-06-27      Joel Sherrill <joel@OARcorp.com>
478
479        * tools/Makefile.am: Build the cpu dependent tools as well.
480
4812002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * aclocal/env-rtemscpu.m4: Remove.
484        * aclocal/multi.m4: Remove.
485        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
486
4872002-05-28      Joel Sherrill <joel@OARcorp.com>
488
489        * aclocal/version.m4: Updated to rtems-ss-20020528.
490
4912002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * aclocal/prog-cc.m4: Remove GCC272 support.
494        Remove ENABLE_LIBCDIR.
495        * aclocal/prog-cxx.m4: Ditto.
496        * aclocal/enable-gcc28.m4: Remove.
497        * aclocal/enable-libcdir.m4: Ditto.
498
4992002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
502        ENABLE_GCC28.
503
5042002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * automake/compile.am: Remove GCC272 support.
507        Remove *.sh rule (unused).
508        * configure.ac: Remove ENABLE_GCC28.
509        Remove ENABLE_LIBCDIR.
510
5112002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * .cvsignore: Added mdate-sh and texinfo.tex.
514
5152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * aclocal/version.m4: New file.
518        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
519        aclocal/version.m4.
520        * bootstrap: Use aclocal/version.m4 instead of VERSION.
521        * configure.ac: Use aclocal/version.m4 instead of VERSION.
522
5232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac:
526        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
527        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
528        * Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
530
5312002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
534        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
535
5362002-03-08      Joel Sherrill <joel@OARcorp.com>
537
538        * VERSION: Updated to rtems-mg5-20020808.
539
5402002-03-01      Joel Sherrill <joel@OARcorp.com>
541
542        * VERSION: Updated to rtems-ss-20020301.
543
5442002-02-15      Joel Sherrill <joel@OARcorp.com>
545
546        * VERSION: Updated to rtems-ss-20020215.
547
5482002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * aclocal/subdirs.m4: Propagate the current $prefix to the
551        sub-configures.
552
5532002-02-05      Joel Sherrill <joel@OARcorp.com>
554
555        * VERSION: Updated to rtems-ss-20020205.
556
5572002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
560        compatibility.
561        * bootstrap: Let --clean remove texinfo.tex.
562
5632002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
566
5672002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * configure.ac: Add --enable-docs support. Add
570        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
571        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
572        hard-coded SUBDIRS.
573        * README.configure: Added a bit of information on this new option.
574
5752002-01-18      Joel Sherrill <joel@OARcorp.com>
576
577        * VERSION: Updated to rtems-ss-20020118.
578
5792002-01-18      Joel Sherrill <joel@OARcorp.com>
580
581        * VERSION: Updated to rtems-20020118.
582
5832002-01-17      Joel Sherrill <joel@OARcorp.com>
584
585        * VERSION: Updated to rtems-ss-20020717.
586
5872002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
590        check upon host_alias != build_alias.
591
5922002-01-07      Joel Sherrill <joel@OARcorp.com>
593
594        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
595        last line to eliminate 100's of warnings.
596
5972002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * aclocal/check-newlib.m4: Apply AS_IF.
600        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
601        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
602        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
603        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
604        changes.
605        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
606        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
607        * automake/compile.am: Remove librtemsall from LINK_FILES.
608
6092001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
612        * aclocal/subdirs.m4: New file.
613        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
614        modifications.
615        * aclocal/check-posix.m4: Apply AS_IF.
616        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
617        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
618        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
619        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
620        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
621        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
622        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
623        OUTPUT_COMMANDS.
624        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
625        * aclocal/rtems-debug.m4: Minor cleanups.
626        * aclocal/rtems-top.m4: Minor cleanups.
627        * automake/compile.am: Further steps towards automake's rules.
628
6292001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
632        * automake/lib.am: Add MULTISUBDIR.
633
6342001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * bootstrap: Run autoheader when configure.ac contains
637        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
638
6392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * aclocal/bsp-configure.m4: New file.
642        * Makefile.am: Add aclocal/bsp-configure.m4.
643
6442001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * Makefile.am: Add automake/force-preinstall.am,
647        aclocal/ppc.am, remove ACLOCAL_M4.
648
6492001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * aclocal/bsp-alias.m4: Remove score603e_g1.
652        * aclocal/check-bsps.m4: Remove score603e_g1.
653        * aclocal/prog-cc.m4: Apply m4_if.
654
655
6562001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * automake/force-preinstall.am: New file.
659        * aclocal/ppc.m4: New file.
660
6612001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * aclocal/check-bsps.m4: Reworked.
664        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
665
6662001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * aclocal/bspopts.m4: New file.
669
6702001-11-13      Joel Sherrill <joel@OARcorp.com>
671
672        * COPYING: Test of $Id$ -> $RTEMS$.
673
6742001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
675
676        This modification is part of the submitted modifications necessary to
677        support the IBM PPC405 family.  This submission was reviewed by
678        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
679        not negatively impact the ppc403 BSPs.  The submission and tracking
680        process was captured as PR50.
681        * README.configure: Added gen405 BSP.
682
6832001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * Adopt more automake rules:
686        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
687        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
688        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
689        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
690        CXXLINK_APP in make-cxx-exe.
691        * automake/lib.am: Add ARFLAGS.
692
6932001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
696        config.cache's which prevented powerpc targets librdbg from building.
697
6982001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
701        add 2nd arg to _RTEMS_CPU_SUBDIR.
702        * aclocal/target.m4: Replace ac_configure_args with
703        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
704        * Makefile.am: Require automake-1.5.
705
7062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
709        * configure.in: Remove.
710        * configure.ac: New file, generated from configure.in by autoupdate.
711
7122001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * aclocal/rtems-cpu-subdirs.m4: New file.
715
7162001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * automake/compile.am: Fundamentally reworked compilation rules for
719        closer adaptation to automake's behavior.
720
7212001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * automake/lib.am: Comment out LD.
724        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
725        automake/leaf.am to AUTOMAKE_FILES.
726
7272001-09-27      Joel Sherrill <joel@OARcorp.com>
728
729        * config.guess: No longer in CVS since installed by bootstrap.
730
7312001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * bootstrap: remove/add automake added files.
734        * .cvsignore: reflect changes to bootstrap.
735
7362001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * automake/leaf.am: New file.
739
7402001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
743        of AC_CANONICAL_SYSTEM.
744        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
745        mkinstalldirs and mkdir.
746        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
747        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
748        _RTEMS_OUTPUT_BUILD_SUBDIRS.
749       
7502001-09-13      Joel Sherrill <joel@OARcorp.com>
751
752        * missing: Updated to latest version.
753
7542001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * configure.in: autoupdate to autoconf-2.52.
757        * bootstrap: Add handling for configure.ac, make autoheader verbose,
758        fix auto*tool invocation order.
759        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
760        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
761        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
762        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
763        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
764        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
765        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
766        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
767        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
768        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
769        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
770        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
771        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
772        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
773        RTEMS_CONFIG_PER_BSP conditional.
774        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
775        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
776        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
777
7782001-05-25      Joel Sherrill <joel@OARcorp.com>
779
780        * README.configure: Corrected the name of the MRM332 BSP.
781        Strengthened the distinction between what the target
782        and the BSP each select.  Added more targets to list.
783
7842001-05-25      Joel Sherrill <joel@OARcorp.com>
785
786        * README.configure: Updated the list of BSPs.
787
7882001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
791        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
792        Add support for DOS-drive-letters.
793
7942001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
797        RTEMS_PROG_CC_FOR_TARGET.
798
7992001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * README.cdn-X: Update.
802        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
803        @CPPFLAGS@ to CPPFLAGS.
804
8052001-04-20      Eric Valette <valette@crf.canon.fr>
806
807        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
808        BSPs support the new exception processing model and
809        consequently, librdbg.
810
8112001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * configure.in: Reworked for Canadian Cross support.
814        * Makefile.am: Reflect changes to configure.in.
815        * config.guess, config.sub: Update from subversions.gnu.org.
816        * README.cdn-X: New file.
817        * tools/Makefile.am: Remove build, tools from SUBDIRS.
818
8192001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
822        TARGET_CONFIG_SUBDIRS.
823        * aclocal/enable-bsp.m4: fix quoting.
824        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
825
8262001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * aclocal/config-subdirs.m4: New file.
829        * aclocal/target.m4: Use macros from config-subdirs.m4.
830
8312001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
834        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
835
8362001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * configure.in: Fix AM_INIT_AUTOMAKE.
839        * aclocal/bsp-arg-enable.m4: Extend comments.
840        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
841        the default clause.
842
8432001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
846        RTEMS_ENV_RTEMSCPU.
847        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
848        special treatment for GCC_SPECS.
849        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
850        special treatment for GCC_SPECS.
851        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
852        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
853        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
854        instead of $(shell ..) for LIBC_LIB*.
855
8562001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
859        simsh7045.
860
8612001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
862
863        * automake/compile.am: Add LD.
864
8652000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * config.guess, config.sub: Update from CVS-autoconf to pick
868        up new features (e.g. CC_FOR_BUILD in config.guess) but is
869        necessary anyway to use autoconf-versions > 2.13.
870
8712000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
874        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
875        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
876        help string.
877        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
878
8792000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
880
881        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
882        Modified to reflect addition of LEON BSPs as well as the
883        no-FP ERC32 variant.
884
8852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
888        standard).
889        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
890        standard).
891        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
892        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
893        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
894        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
895
8962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
899        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
900        $host instead of $target (BUG-FIX).
901        * configure.in: Use $target and $host instead of $target_alias and
902        $host_alias (autoconf-2.49b).
903        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
904        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
905
906        NOTES:
907        * autoconf-2.49b depredicates using changequotes.
908        * The changes to configure.in are due to cleanups in
909        autoconf-2.49b's implemention of canonicalization. With
910        autoconf-2.1x it wasn't always clear, when to use $xxx or
911        $xxx_alias. Now this is clear.
912
9132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
916
9172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
920        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
921        with an RTEMS specific but more restrictive autoconf macro.
922
9232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * automake/lib.am: Add LD.
926
9272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
928
929        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
930        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
931
9322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933 
934        * aclocal/*: Replace with contents of macros/*.m4
935        * macros/: Remove.
936        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
937        * Makefile.am: Reflect changes to aclocal/ and macros/.
938
9392000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
940
941        * configure.in: New, Cygnus/GNU style configuration.
942        * Makefile.am: Add macros/, reflect new configure.in,
943        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
944        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
945        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
946        * macros/tool-prefix.m4: Remove.
947        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
948        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
949        RTEMS_ROOT.
950        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
951        * macros/multilib.m4: Various minor fixes.
952        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
953        PROJECT_ROOT, RTEMS_ROOT.
954        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
955        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
956
9572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * automake/multilib.am: New file.
960        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
961        the automake/ directory.
962
9632000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * macros/enable-hwapi.m4: Removed.
966        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
967        A small cleanup step towards gnu-canonicalization.
968
9692000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * macros: New directory.
972        * macros/bsp-alias.m4: new file.
973        * macros/canonical-host.m4: new file.
974        * macros/canonical-target-name.m4: new file.
975        * macros/canonicalize-tools.m4: new file.
976        * macros/check-bsp-cache.m4: new file.
977        * macros/check-bsps.m4: new file.
978        * macros/check-cpu.m4: new file.
979        * macros/rtems-debug.m4: new file.
980        * macros/check-cxx.m4: new file.
981        * macros/check-itron.m4: new file.
982        * macros/check-multiprocessing.m4: new file.
983        * macros/check-networking.m4: new file.
984        * macros/check-newlib.m4: new file.
985        * macros/check-posix.m4: new file.
986        * macros/check-rdbg.m4: new file.
987        * macros/enable-bare.m4: new file.
988        * macros/enable-cxx.m4: new file.
989        * macros/enable-gcc28.m4: new file.
990        * macros/enable-inlines.m4: new file.
991        * macros/enable-itron.m4: new file.
992        * macros/enable-libcdir.m4: new file.
993        * macros/enable-multiprocessing.m4: new file.
994        * macros/enable-networking.m4: new file.
995        * macros/enable-posix.m4: new file.
996        * macros/enable-rdbg.m4: new file.
997        * macros/enable-rtemsbsp.m4: new file.
998        * macros/enable-tests.m4: new file.
999        * macros/gcc-pipe.m4: new file.
1000        * macros/gcc-specs.m4: new file.
1001        * macros/i386-gas-code16.m4: new file.
1002        * macros/path-ksh.m4: new file.
1003        * macros/path-perl.m4: new file.
1004        * macros/prog-cc.m4: new file.
1005        * macros/prog-cxx.m4: new file.
1006        * macros/project-root.m4: new file.
1007        * macros/rtems-top.m4: new file.
1008        * macros/sysv-ipc.m4: new file.
1009        * macros/target.m4: new file.
1010        * macros/rtems-test-no-pause.m4: new file.
1011        * macros/multilib.m4: new file.
1012        * macros/tool-paths.m4: new file.
1013        * macros/tool-prefix.m4: new file.
1014
10152000-09-14      Joel Sherrill <joel@OARcorp.com>
1016
1017        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
1018
10192000-09-14      Joel Sherrill <joel@OARcorp.com>
1020
1021        * aclocal/enable-hwapi.m4: Now longer used and removed.
1022
10232000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * automake/lib.am: Remove leaf.cfg.
1026
10272000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1028
1029        * aclocal/rtems-top.m4: Add ENDIF-hack.
1030        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
1031
10322000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1033
1034        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
1035        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
1036        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
1037        * automake/compile.am: Replaced.
1038        * automake/local.am: Remove building variant handling.
1039
10402000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1041
1042        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
1043        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
1044        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
1045        * aclocal/target.m4: Cleanup comments
1046        * Automake/compile.am: Add DEFS support to keep building happy.
1047
10482000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1049
1050        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
1051
10522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1053
1054        * automake/compile.am: New file
1055        * ChangeLog: Fix email addresses
1056
10572000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1058
1059        * LICENSE.NET, README, README.configure: Spelling corrections.
1060
10612000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1062
1063        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
1064
10652000-08-30      Joel Sherrill <joel@OARcorp.com>
1066
1067        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1068
10692000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1070
1071        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1072
10732000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1074
1075        * aclocal/check-bsps.h:
1076          - Add pck6-BSP
1077          - Exclude ChangeLog from being picked up as BSP
1078        * aclocal/bsp-alias.m4: Add pck6-BSP
1079
10802000-08-10      Joel Sherrill <joel@OARcorp.com>
1081
1082        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.