source: rtems/ChangeLog @ 87bf791

4.104.114.84.95
Last change on this file since 87bf791 was bde6014e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/19/02 at 16:00:03

2002-12-19 Ralf Corsepius <corsepiu@…>

  • aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX. Rework RTEMS_PROG_CXX_FOR_TARGET.
  • Property mode set to 100644
File size: 30.7 KB
Line 
12002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
4        Rework RTEMS_PROG_CXX_FOR_TARGET.
5
62002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
9
102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
13
142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
17
182002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * bootstrap: Require autoconf 2.54 or 2.57.
21        Require automake-1.7.2.
22
232002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
26        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
27        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
28
292002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
32
332002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * automake/compile.am: Remove hard-coded *_PROFILE_V.
36        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
37        CFLAGS_PROFILE_V.
38        Remove CPPFLAGS_GCC.
39
402002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
43        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
44        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
45        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
46
472002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * aclocal/rtems-flags.m4: New.
50
512002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * bootstrap: Allow autoconf-2.57.
54
552002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * aclocal/prog-cc.m4: Remove GCCSED.
58
592002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
62        Remove LDFLAGS.
63        Add CCAS, CCASCOMPILE.
64        Remove compilation rules for *.cpp, *.cxx, *.C.
65        Use CCASCOMPILE to compile *.S.
66        Add -pg to RTEMS_CFLAGS_PROFILE_V.
67
682002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove c/make.
71
722002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * aclocal/prog-ccas.m4: New.
75        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
76        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
77        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
78
792002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * acinclude.m4: Conditionally append --target=.
82
832002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
86
872002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * automake/compile.am: Remove LD_PATHS (Unused).
90        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
91        is announced obsolete).
92
932002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
96
972002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * aclocal/sysv-ipc.m4: Remove (Unused).
100        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
101
1022002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * acinclude.m4: Lots of changes addressing PR 312.
105
1062002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
109        to PR 312).
110
1112002-11-18      Joel Sherrill <joel@OARcorp.com>
112
113        * VERSION: Updated to rtems-ss-20021118.
114
1152002-11-18      Joel Sherrill <joel@OARcorp.com>
116
117        * aclocal/version.m4: Updated to rtems-ss-20021118.
118
1192002-11-17      Joel Sherrill <joel@OARcorp.com>
120
121        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
122        Motorola MTX603e.
123
1242002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
127
1282002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
131        * configure.ac: Ditto.
132
1332002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
136        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
137        Support @CFLAGS@, @CXXFLAGS@.
138
1392002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * bootstrap: Allow autoconf-2.56.
142
1432002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
146        Fix stupid typo (continue/configure).
147        * aclocal/prog-cc.m4: Remove obsolete comments.
148        Acknowledge CFLAGS.
149
1502002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
153        end of the args passed to sub-configure-scripts. (Reported by
154        Wulf Hofbauer <wh73@cornell.edu>)
155
1562002-11-12      Joel Sherrill <joel@OARcorp.com>
157
158        * configure.ac: Remove make/compilers/Makefile.
159
1602002-11-11      Joel Sherrill <joel@OARcorp.com>
161
162        * VERSION: Updated to rtems-ss-20021111.
163
1642002-11-11      Joel Sherrill <joel@OARcorp.com>
165
166        * aclocal/version.m4: Updated to rtems-ss-20021111.
167
1682002-11-11      Joel Sherrill <joel@OARcorp.com>
169
170        * VERSION: Updated to rtems-ss-20021111.
171
1722002-11-11      Joel Sherrill <joel@OARcorp.com>
173
174        * aclocal/version.m4: Updated to rtems-ss-20021111.
175
1762002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * automake/compile.am: Remove rel rule.
179
1802002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
183
1842002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Remove make/Templates/Makefile.
187        * README.configure: Minor massaging.
188
1892002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        Further preparations for autoconf > 2.52:
192        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
193        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
194        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
195
1962002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * acinclude.m4: Adapations to autoconf > 2.52.
199
2002002-11-01      Joel Sherrill <joel@OARcorp.com>
201
202        * ChangeLog: Corrected.
203
2042002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * bootstrap: Add generate_bspdir_acinclude to automatically update
207        c/src/lib/libbsp/<cpu>/acinclude.m4.
208        Use #! /bin/sh instead of #!/bin/sh.
209        Remove autom4te*.cache during ./bootstrap --clean.
210
2112002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
214        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
215        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
216        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
217        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
218        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
219        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
220        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
221        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
222        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
223        (autoconf > 2.54 seems to have problems with the old form of
224        quoting).
225
2262002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
229        (autoconf > 2.54 complains about).
230
2312002-10-21      Joel Sherrill <joel@OARcorp.com>
232
233        * VERSION: Updated to rtems-20021021-test.
234
2352002-10-21      Joel Sherrill <joel@OARcorp.com>
236
237        * aclocal/version.m4: Updated to rtems-20021021-test.
238
2392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * .cvsignore: Reformat.
242        Add autom4te*cache.
243        Remove autom4te.cache.
244
2452002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
248
2492002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
252        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
253
2542002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * bootstrap: Add autoconf/automake version checks by popular demand.
257        [FWIW: I dislike this.]
258
2592002-10-07      Joel Sherrill <joel@OARcorp.com>
260
261        * VERSION: Updated to rtems-ss-20021007.
262
2632002-10-07      Joel Sherrill <joel@OARcorp.com>
264
265        * aclocal/version.m4: Updated to rtems-ss-20021007.
266
2672002-10-04      Joel Sherrill <joel@OARcorp.com>
268
269        * VERSION: Updated to rtems-JUNK.
270
2712002-10-04      Joel Sherrill <joel@OARcorp.com>
272
273        * aclocal/version.m4: Updated to rtems-JUNK.
274
2752002-10-04      Joel Sherrill <joel@OARcorp.com>
276
277        * VERSION: Updated to rtems-ss-20021004.
278
2792002-10-04      Joel Sherrill <joel@OARcorp.com>
280
281        * aclocal/version.m4: Updated to rtems-ss-20021004.
282
2832002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
286        autoconf-2.53 PACKAGE crap.
287
2882002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * aclocal/prog-gnat.m4: New.
291
2922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * aclocal/bsp-configure.m4: Fix small typo in comment.
295
2962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
299
3002002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
303        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
304        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
305
3062002-08-07      Joel Sherrill <joel@OARcorp.com>
307
308        * aclocal/version.m4: Updated to rtems-ss-20020807.
309
3102002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
313
3142002-07-31      Joel Sherrill <joel@OARcorp.com>
315
316        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
317        was just a stub and only the OR32 port is getting worked on.
318
3192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * aclocal/subdirs.m4: Remove.
322        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
323
3242002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
327        exec/score/cpu.
328
3292002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
332        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
333        compilation rules (Work-around to an automake bug).
334        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
335        make-library.
336
3372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Activate cpukit. Remove references to c/src/exec.
340
3412002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
344
3452002-07-17      Joel Sherrill <joel@OARcorp.com>
346
347        * aclocal/version.m4: Updated to rtems-ss-20020717.
348
3492002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * config-ml.in: Imported from gcc-3.1.
352        Change to match c/src/config-ml.in.
353
3542002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * aclocal/check-multiprocessing.m4: Reworked.
357        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
358
3592002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * automake/multilib.am: Remove.
362        * Makefile.am: Reflect change above.
363
3642002-06-28      Joel Sherrill <joel@OARcorp.com>
365
366        * aclocal/version.m4: Updated to rtems-ss-20020628.
367
3682002-06-27      Joel Sherrill <joel@OARcorp.com>
369
370        * tools/Makefile.am: Build the cpu dependent tools as well.
371
3722002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * aclocal/env-rtemscpu.m4: Remove.
375        * aclocal/multi.m4: Remove.
376        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
377
3782002-05-28      Joel Sherrill <joel@OARcorp.com>
379
380        * aclocal/version.m4: Updated to rtems-ss-20020528.
381
3822002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * aclocal/prog-cc.m4: Remove GCC272 support.
385        Remove ENABLE_LIBCDIR.
386        * aclocal/prog-cxx.m4: Ditto.
387        * aclocal/enable-gcc28.m4: Remove.
388        * aclocal/enable-libcdir.m4: Ditto.
389
3902002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
393        ENABLE_GCC28.
394
3952002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * automake/compile.am: Remove GCC272 support.
398        Remove *.sh rule (unused).
399        * configure.ac: Remove ENABLE_GCC28.
400        Remove ENABLE_LIBCDIR.
401
4022002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * .cvsignore: Added mdate-sh and texinfo.tex.
405
4062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * aclocal/version.m4: New file.
409        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
410        aclocal/version.m4.
411        * bootstrap: Use aclocal/version.m4 instead of VERSION.
412        * configure.ac: Use aclocal/version.m4 instead of VERSION.
413
4142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac:
417        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
418        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
419        * Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
421
4222002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
425        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
426
4272002-03-08      Joel Sherrill <joel@OARcorp.com>
428
429        * VERSION: Updated to rtems-mg5-20020808.
430
4312002-03-01      Joel Sherrill <joel@OARcorp.com>
432
433        * VERSION: Updated to rtems-ss-20020301.
434
4352002-02-15      Joel Sherrill <joel@OARcorp.com>
436
437        * VERSION: Updated to rtems-ss-20020215.
438
4392002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * aclocal/subdirs.m4: Propagate the current $prefix to the
442        sub-configures.
443
4442002-02-05      Joel Sherrill <joel@OARcorp.com>
445
446        * VERSION: Updated to rtems-ss-20020205.
447
4482002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
451        compatibility.
452        * bootstrap: Let --clean remove texinfo.tex.
453
4542002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
457
4582002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: Add --enable-docs support. Add
461        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
462        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
463        hard-coded SUBDIRS.
464        * README.configure: Added a bit of information on this new option.
465
4662002-01-18      Joel Sherrill <joel@OARcorp.com>
467
468        * VERSION: Updated to rtems-ss-20020118.
469
4702002-01-18      Joel Sherrill <joel@OARcorp.com>
471
472        * VERSION: Updated to rtems-20020118.
473
4742002-01-17      Joel Sherrill <joel@OARcorp.com>
475
476        * VERSION: Updated to rtems-ss-20020717.
477
4782002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
481        check upon host_alias != build_alias.
482
4832002-01-07      Joel Sherrill <joel@OARcorp.com>
484
485        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
486        last line to eliminate 100's of warnings.
487
4882002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * aclocal/check-newlib.m4: Apply AS_IF.
491        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
492        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
493        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
494        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
495        changes.
496        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
497        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
498        * automake/compile.am: Remove librtemsall from LINK_FILES.
499
5002001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
503        * aclocal/subdirs.m4: New file.
504        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
505        modifications.
506        * aclocal/check-posix.m4: Apply AS_IF.
507        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
508        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
509        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
510        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
511        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
512        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
513        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
514        OUTPUT_COMMANDS.
515        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
516        * aclocal/rtems-debug.m4: Minor cleanups.
517        * aclocal/rtems-top.m4: Minor cleanups.
518        * automake/compile.am: Further steps towards automake's rules.
519
5202001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
523        * automake/lib.am: Add MULTISUBDIR.
524
5252001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * bootstrap: Run autoheader when configure.ac contains
528        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
529
5302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * aclocal/bsp-configure.m4: New file.
533        * Makefile.am: Add aclocal/bsp-configure.m4.
534
5352001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * Makefile.am: Add automake/force-preinstall.am,
538        aclocal/ppc.am, remove ACLOCAL_M4.
539
5402001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal/bsp-alias.m4: Remove score603e_g1.
543        * aclocal/check-bsps.m4: Remove score603e_g1.
544        * aclocal/prog-cc.m4: Apply m4_if.
545
546
5472001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * automake/force-preinstall.am: New file.
550        * aclocal/ppc.m4: New file.
551
5522001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * aclocal/check-bsps.m4: Reworked.
555        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
556
5572001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * aclocal/bspopts.m4: New file.
560
5612001-11-13      Joel Sherrill <joel@OARcorp.com>
562
563        * COPYING: Test of $Id$ -> $RTEMS$.
564
5652001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
566
567        This modification is part of the submitted modifications necessary to
568        support the IBM PPC405 family.  This submission was reviewed by
569        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
570        not negatively impact the ppc403 BSPs.  The submission and tracking
571        process was captured as PR50.
572        * README.configure: Added gen405 BSP.
573
5742001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * Adopt more automake rules:
577        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
578        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
579        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
580        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
581        CXXLINK_APP in make-cxx-exe.
582        * automake/lib.am: Add ARFLAGS.
583
5842001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
587        config.cache's which prevented powerpc targets librdbg from building.
588
5892001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
592        add 2nd arg to _RTEMS_CPU_SUBDIR.
593        * aclocal/target.m4: Replace ac_configure_args with
594        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
595        * Makefile.am: Require automake-1.5.
596
5972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
600        * configure.in: Remove.
601        * configure.ac: New file, generated from configure.in by autoupdate.
602
6032001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * aclocal/rtems-cpu-subdirs.m4: New file.
606
6072001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * automake/compile.am: Fundamentally reworked compilation rules for
610        closer adaptation to automake's behavior.
611
6122001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * automake/lib.am: Comment out LD.
615        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
616        automake/leaf.am to AUTOMAKE_FILES.
617
6182001-09-27      Joel Sherrill <joel@OARcorp.com>
619
620        * config.guess: No longer in CVS since installed by bootstrap.
621
6222001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * bootstrap: remove/add automake added files.
625        * .cvsignore: reflect changes to bootstrap.
626
6272001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * automake/leaf.am: New file.
630
6312001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
634        of AC_CANONICAL_SYSTEM.
635        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
636        mkinstalldirs and mkdir.
637        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
638        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
639        _RTEMS_OUTPUT_BUILD_SUBDIRS.
640       
6412001-09-13      Joel Sherrill <joel@OARcorp.com>
642
643        * missing: Updated to latest version.
644
6452001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * configure.in: autoupdate to autoconf-2.52.
648        * bootstrap: Add handling for configure.ac, make autoheader verbose,
649        fix auto*tool invocation order.
650        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
651        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
652        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
653        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
654        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
655        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
656        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
657        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
658        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
659        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
660        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
661        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
662        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
663        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
664        RTEMS_CONFIG_PER_BSP conditional.
665        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
666        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
667        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
668
6692001-05-25      Joel Sherrill <joel@OARcorp.com>
670
671        * README.configure: Corrected the name of the MRM332 BSP.
672        Strengthened the distinction between what the target
673        and the BSP each select.  Added more targets to list.
674
6752001-05-25      Joel Sherrill <joel@OARcorp.com>
676
677        * README.configure: Updated the list of BSPs.
678
6792001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
682        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
683        Add support for DOS-drive-letters.
684
6852001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
688        RTEMS_PROG_CC_FOR_TARGET.
689
6902001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * README.cdn-X: Update.
693        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
694        @CPPFLAGS@ to CPPFLAGS.
695
6962001-04-20      Eric Valette <valette@crf.canon.fr>
697
698        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
699        BSPs support the new exception processing model and
700        consequently, librdbg.
701
7022001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * configure.in: Reworked for Canadian Cross support.
705        * Makefile.am: Reflect changes to configure.in.
706        * config.guess, config.sub: Update from subversions.gnu.org.
707        * README.cdn-X: New file.
708        * tools/Makefile.am: Remove build, tools from SUBDIRS.
709
7102001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
713        TARGET_CONFIG_SUBDIRS.
714        * aclocal/enable-bsp.m4: fix quoting.
715        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
716
7172001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * aclocal/config-subdirs.m4: New file.
720        * aclocal/target.m4: Use macros from config-subdirs.m4.
721
7222001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
725        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
726
7272001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * configure.in: Fix AM_INIT_AUTOMAKE.
730        * aclocal/bsp-arg-enable.m4: Extend comments.
731        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
732        the default clause.
733
7342001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
737        RTEMS_ENV_RTEMSCPU.
738        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
739        special treatment for GCC_SPECS.
740        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
741        special treatment for GCC_SPECS.
742        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
743        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
744        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
745        instead of $(shell ..) for LIBC_LIB*.
746
7472001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
750        simsh7045.
751
7522001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
753
754        * automake/compile.am: Add LD.
755
7562000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * config.guess, config.sub: Update from CVS-autoconf to pick
759        up new features (e.g. CC_FOR_BUILD in config.guess) but is
760        necessary anyway to use autoconf-versions > 2.13.
761
7622000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
765        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
766        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
767        help string.
768        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
769
7702000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
771
772        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
773        Modified to reflect addition of LEON BSPs as well as the
774        no-FP ERC32 variant.
775
7762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
779        standard).
780        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
781        standard).
782        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
783        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
784        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
785        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
786
7872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
790        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
791        $host instead of $target (BUG-FIX).
792        * configure.in: Use $target and $host instead of $target_alias and
793        $host_alias (autoconf-2.49b).
794        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
795        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
796
797        NOTES:
798        * autoconf-2.49b depredicates using changequotes.
799        * The changes to configure.in are due to cleanups in
800        autoconf-2.49b's implemention of canonicalization. With
801        autoconf-2.1x it wasn't always clear, when to use $xxx or
802        $xxx_alias. Now this is clear.
803
8042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
807
8082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
811        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
812        with an RTEMS specific but more restrictive autoconf macro.
813
8142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * automake/lib.am: Add LD.
817
8182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
821        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
822
8232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824 
825        * aclocal/*: Replace with contents of macros/*.m4
826        * macros/: Remove.
827        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
828        * Makefile.am: Reflect changes to aclocal/ and macros/.
829
8302000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * configure.in: New, Cygnus/GNU style configuration.
833        * Makefile.am: Add macros/, reflect new configure.in,
834        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
835        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
836        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
837        * macros/tool-prefix.m4: Remove.
838        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
839        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
840        RTEMS_ROOT.
841        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
842        * macros/multilib.m4: Various minor fixes.
843        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
844        PROJECT_ROOT, RTEMS_ROOT.
845        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
846        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
847
8482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * automake/multilib.am: New file.
851        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
852        the automake/ directory.
853
8542000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
855
856        * macros/enable-hwapi.m4: Removed.
857        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
858        A small cleanup step towards gnu-canonicalization.
859
8602000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * macros: New directory.
863        * macros/bsp-alias.m4: new file.
864        * macros/canonical-host.m4: new file.
865        * macros/canonical-target-name.m4: new file.
866        * macros/canonicalize-tools.m4: new file.
867        * macros/check-bsp-cache.m4: new file.
868        * macros/check-bsps.m4: new file.
869        * macros/check-cpu.m4: new file.
870        * macros/rtems-debug.m4: new file.
871        * macros/check-cxx.m4: new file.
872        * macros/check-itron.m4: new file.
873        * macros/check-multiprocessing.m4: new file.
874        * macros/check-networking.m4: new file.
875        * macros/check-newlib.m4: new file.
876        * macros/check-posix.m4: new file.
877        * macros/check-rdbg.m4: new file.
878        * macros/enable-bare.m4: new file.
879        * macros/enable-cxx.m4: new file.
880        * macros/enable-gcc28.m4: new file.
881        * macros/enable-inlines.m4: new file.
882        * macros/enable-itron.m4: new file.
883        * macros/enable-libcdir.m4: new file.
884        * macros/enable-multiprocessing.m4: new file.
885        * macros/enable-networking.m4: new file.
886        * macros/enable-posix.m4: new file.
887        * macros/enable-rdbg.m4: new file.
888        * macros/enable-rtemsbsp.m4: new file.
889        * macros/enable-tests.m4: new file.
890        * macros/gcc-pipe.m4: new file.
891        * macros/gcc-specs.m4: new file.
892        * macros/i386-gas-code16.m4: new file.
893        * macros/path-ksh.m4: new file.
894        * macros/path-perl.m4: new file.
895        * macros/prog-cc.m4: new file.
896        * macros/prog-cxx.m4: new file.
897        * macros/project-root.m4: new file.
898        * macros/rtems-top.m4: new file.
899        * macros/sysv-ipc.m4: new file.
900        * macros/target.m4: new file.
901        * macros/rtems-test-no-pause.m4: new file.
902        * macros/multilib.m4: new file.
903        * macros/tool-paths.m4: new file.
904        * macros/tool-prefix.m4: new file.
905
9062000-09-14      Joel Sherrill <joel@OARcorp.com>
907
908        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
909
9102000-09-14      Joel Sherrill <joel@OARcorp.com>
911
912        * aclocal/enable-hwapi.m4: Now longer used and removed.
913
9142000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * automake/lib.am: Remove leaf.cfg.
917
9182000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * aclocal/rtems-top.m4: Add ENDIF-hack.
921        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
922
9232000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
926        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
927        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
928        * automake/compile.am: Replaced.
929        * automake/local.am: Remove building variant handling.
930
9312000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
932
933        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
934        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
935        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
936        * aclocal/target.m4: Cleanup comments
937        * Automake/compile.am: Add DEFS support to keep building happy.
938
9392000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
940
941        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
942
9432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
944
945        * automake/compile.am: New file
946        * ChangeLog: Fix email addresses
947
9482000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * LICENSE.NET, README, README.configure: Spelling corrections.
951
9522000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
953
954        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
955
9562000-08-30      Joel Sherrill <joel@OARcorp.com>
957
958        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
959
9602000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
961
962        * ChangeLog: Moved incorrect entries to make/ChangeLog.
963
9642000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
965
966        * aclocal/check-bsps.h:
967          - Add pck6-BSP
968          - Exclude ChangeLog from being picked up as BSP
969        * aclocal/bsp-alias.m4: Add pck6-BSP
970
9712000-08-10      Joel Sherrill <joel@OARcorp.com>
972
973        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.