source: rtems/ChangeLog @ 0ac55c0

4.104.114.84.95
Last change on this file since 0ac55c0 was b36cca28, checked in by Joel Sherrill <joel.sherrill@…>, on 01/28/03 at 18:47:38

2003-01-28 Joel Sherrill <joel@…>

  • VERSION: Updated to rtems-ss-20030128.
  • Property mode set to 100644
File size: 31.3 KB
Line 
12003-01-28      Joel Sherrill <joel@OARcorp.com>
2
3        * VERSION: Updated to rtems-ss-20030128.
4
52003-01-28      Joel Sherrill <joel@OARcorp.com>
6
7        * aclocal/version.m4: Updated to rtems-ss-20030128.
8
92003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
12        Remove CLOBBER_DEPEND (Unused).
13
142003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * automake/local.am: Remove distclean-local.
17
182001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
21        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
22
232002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
26        Rework RTEMS_PROG_CXX_FOR_TARGET.
27
282002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
31
322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
35
362002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
39
402002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * bootstrap: Require autoconf 2.54 or 2.57.
43        Require automake-1.7.2.
44
452002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
48        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
49        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
50
512002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
54
552002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * automake/compile.am: Remove hard-coded *_PROFILE_V.
58        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
59        CFLAGS_PROFILE_V.
60        Remove CPPFLAGS_GCC.
61
622002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
65        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
66        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
67        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
68
692002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * aclocal/rtems-flags.m4: New.
72
732002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * bootstrap: Allow autoconf-2.57.
76
772002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * aclocal/prog-cc.m4: Remove GCCSED.
80
812002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
84        Remove LDFLAGS.
85        Add CCAS, CCASCOMPILE.
86        Remove compilation rules for *.cpp, *.cxx, *.C.
87        Use CCASCOMPILE to compile *.S.
88        Add -pg to RTEMS_CFLAGS_PROFILE_V.
89
902002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove c/make.
93
942002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * aclocal/prog-ccas.m4: New.
97        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
98        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
99        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
100
1012002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * acinclude.m4: Conditionally append --target=.
104
1052002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
108
1092002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * automake/compile.am: Remove LD_PATHS (Unused).
112        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
113        is announced obsolete).
114
1152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
118
1192002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * aclocal/sysv-ipc.m4: Remove (Unused).
122        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
123
1242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * acinclude.m4: Lots of changes addressing PR 312.
127
1282002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
131        to PR 312).
132
1332002-11-18      Joel Sherrill <joel@OARcorp.com>
134
135        * VERSION: Updated to rtems-ss-20021118.
136
1372002-11-18      Joel Sherrill <joel@OARcorp.com>
138
139        * aclocal/version.m4: Updated to rtems-ss-20021118.
140
1412002-11-17      Joel Sherrill <joel@OARcorp.com>
142
143        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
144        Motorola MTX603e.
145
1462002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
149
1502002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
153        * configure.ac: Ditto.
154
1552002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
158        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
159        Support @CFLAGS@, @CXXFLAGS@.
160
1612002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * bootstrap: Allow autoconf-2.56.
164
1652002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
168        Fix stupid typo (continue/configure).
169        * aclocal/prog-cc.m4: Remove obsolete comments.
170        Acknowledge CFLAGS.
171
1722002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
175        end of the args passed to sub-configure-scripts. (Reported by
176        Wulf Hofbauer <wh73@cornell.edu>)
177
1782002-11-12      Joel Sherrill <joel@OARcorp.com>
179
180        * configure.ac: Remove make/compilers/Makefile.
181
1822002-11-11      Joel Sherrill <joel@OARcorp.com>
183
184        * VERSION: Updated to rtems-ss-20021111.
185
1862002-11-11      Joel Sherrill <joel@OARcorp.com>
187
188        * aclocal/version.m4: Updated to rtems-ss-20021111.
189
1902002-11-11      Joel Sherrill <joel@OARcorp.com>
191
192        * VERSION: Updated to rtems-ss-20021111.
193
1942002-11-11      Joel Sherrill <joel@OARcorp.com>
195
196        * aclocal/version.m4: Updated to rtems-ss-20021111.
197
1982002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * automake/compile.am: Remove rel rule.
201
2022002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
205
2062002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Remove make/Templates/Makefile.
209        * README.configure: Minor massaging.
210
2112002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        Further preparations for autoconf > 2.52:
214        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
215        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
216        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
217
2182002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * acinclude.m4: Adapations to autoconf > 2.52.
221
2222002-11-01      Joel Sherrill <joel@OARcorp.com>
223
224        * ChangeLog: Corrected.
225
2262002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * bootstrap: Add generate_bspdir_acinclude to automatically update
229        c/src/lib/libbsp/<cpu>/acinclude.m4.
230        Use #! /bin/sh instead of #!/bin/sh.
231        Remove autom4te*.cache during ./bootstrap --clean.
232
2332002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
236        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
237        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
238        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
239        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
240        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
241        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
242        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
243        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
244        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
245        (autoconf > 2.54 seems to have problems with the old form of
246        quoting).
247
2482002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
251        (autoconf > 2.54 complains about).
252
2532002-10-21      Joel Sherrill <joel@OARcorp.com>
254
255        * VERSION: Updated to rtems-20021021-test.
256
2572002-10-21      Joel Sherrill <joel@OARcorp.com>
258
259        * aclocal/version.m4: Updated to rtems-20021021-test.
260
2612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * .cvsignore: Reformat.
264        Add autom4te*cache.
265        Remove autom4te.cache.
266
2672002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
270
2712002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
274        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
275
2762002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * bootstrap: Add autoconf/automake version checks by popular demand.
279        [FWIW: I dislike this.]
280
2812002-10-07      Joel Sherrill <joel@OARcorp.com>
282
283        * VERSION: Updated to rtems-ss-20021007.
284
2852002-10-07      Joel Sherrill <joel@OARcorp.com>
286
287        * aclocal/version.m4: Updated to rtems-ss-20021007.
288
2892002-10-04      Joel Sherrill <joel@OARcorp.com>
290
291        * VERSION: Updated to rtems-JUNK.
292
2932002-10-04      Joel Sherrill <joel@OARcorp.com>
294
295        * aclocal/version.m4: Updated to rtems-JUNK.
296
2972002-10-04      Joel Sherrill <joel@OARcorp.com>
298
299        * VERSION: Updated to rtems-ss-20021004.
300
3012002-10-04      Joel Sherrill <joel@OARcorp.com>
302
303        * aclocal/version.m4: Updated to rtems-ss-20021004.
304
3052002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
308        autoconf-2.53 PACKAGE crap.
309
3102002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * aclocal/prog-gnat.m4: New.
313
3142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * aclocal/bsp-configure.m4: Fix small typo in comment.
317
3182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
321
3222002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
325        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
326        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
327
3282002-08-07      Joel Sherrill <joel@OARcorp.com>
329
330        * aclocal/version.m4: Updated to rtems-ss-20020807.
331
3322002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
335
3362002-07-31      Joel Sherrill <joel@OARcorp.com>
337
338        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
339        was just a stub and only the OR32 port is getting worked on.
340
3412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * aclocal/subdirs.m4: Remove.
344        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
345
3462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
349        exec/score/cpu.
350
3512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
354        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
355        compilation rules (Work-around to an automake bug).
356        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
357        make-library.
358
3592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Activate cpukit. Remove references to c/src/exec.
362
3632002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
366
3672002-07-17      Joel Sherrill <joel@OARcorp.com>
368
369        * aclocal/version.m4: Updated to rtems-ss-20020717.
370
3712002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * config-ml.in: Imported from gcc-3.1.
374        Change to match c/src/config-ml.in.
375
3762002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * aclocal/check-multiprocessing.m4: Reworked.
379        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
380
3812002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * automake/multilib.am: Remove.
384        * Makefile.am: Reflect change above.
385
3862002-06-28      Joel Sherrill <joel@OARcorp.com>
387
388        * aclocal/version.m4: Updated to rtems-ss-20020628.
389
3902002-06-27      Joel Sherrill <joel@OARcorp.com>
391
392        * tools/Makefile.am: Build the cpu dependent tools as well.
393
3942002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * aclocal/env-rtemscpu.m4: Remove.
397        * aclocal/multi.m4: Remove.
398        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
399
4002002-05-28      Joel Sherrill <joel@OARcorp.com>
401
402        * aclocal/version.m4: Updated to rtems-ss-20020528.
403
4042002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * aclocal/prog-cc.m4: Remove GCC272 support.
407        Remove ENABLE_LIBCDIR.
408        * aclocal/prog-cxx.m4: Ditto.
409        * aclocal/enable-gcc28.m4: Remove.
410        * aclocal/enable-libcdir.m4: Ditto.
411
4122002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
415        ENABLE_GCC28.
416
4172002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * automake/compile.am: Remove GCC272 support.
420        Remove *.sh rule (unused).
421        * configure.ac: Remove ENABLE_GCC28.
422        Remove ENABLE_LIBCDIR.
423
4242002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * .cvsignore: Added mdate-sh and texinfo.tex.
427
4282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * aclocal/version.m4: New file.
431        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
432        aclocal/version.m4.
433        * bootstrap: Use aclocal/version.m4 instead of VERSION.
434        * configure.ac: Use aclocal/version.m4 instead of VERSION.
435
4362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac:
439        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
440        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
441        * Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
443
4442002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
447        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
448
4492002-03-08      Joel Sherrill <joel@OARcorp.com>
450
451        * VERSION: Updated to rtems-mg5-20020808.
452
4532002-03-01      Joel Sherrill <joel@OARcorp.com>
454
455        * VERSION: Updated to rtems-ss-20020301.
456
4572002-02-15      Joel Sherrill <joel@OARcorp.com>
458
459        * VERSION: Updated to rtems-ss-20020215.
460
4612002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * aclocal/subdirs.m4: Propagate the current $prefix to the
464        sub-configures.
465
4662002-02-05      Joel Sherrill <joel@OARcorp.com>
467
468        * VERSION: Updated to rtems-ss-20020205.
469
4702002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
473        compatibility.
474        * bootstrap: Let --clean remove texinfo.tex.
475
4762002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
479
4802002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: Add --enable-docs support. Add
483        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
484        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
485        hard-coded SUBDIRS.
486        * README.configure: Added a bit of information on this new option.
487
4882002-01-18      Joel Sherrill <joel@OARcorp.com>
489
490        * VERSION: Updated to rtems-ss-20020118.
491
4922002-01-18      Joel Sherrill <joel@OARcorp.com>
493
494        * VERSION: Updated to rtems-20020118.
495
4962002-01-17      Joel Sherrill <joel@OARcorp.com>
497
498        * VERSION: Updated to rtems-ss-20020717.
499
5002002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
503        check upon host_alias != build_alias.
504
5052002-01-07      Joel Sherrill <joel@OARcorp.com>
506
507        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
508        last line to eliminate 100's of warnings.
509
5102002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal/check-newlib.m4: Apply AS_IF.
513        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
514        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
515        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
516        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
517        changes.
518        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
519        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
520        * automake/compile.am: Remove librtemsall from LINK_FILES.
521
5222001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
525        * aclocal/subdirs.m4: New file.
526        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
527        modifications.
528        * aclocal/check-posix.m4: Apply AS_IF.
529        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
530        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
531        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
532        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
533        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
534        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
535        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
536        OUTPUT_COMMANDS.
537        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
538        * aclocal/rtems-debug.m4: Minor cleanups.
539        * aclocal/rtems-top.m4: Minor cleanups.
540        * automake/compile.am: Further steps towards automake's rules.
541
5422001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
545        * automake/lib.am: Add MULTISUBDIR.
546
5472001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * bootstrap: Run autoheader when configure.ac contains
550        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
551
5522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * aclocal/bsp-configure.m4: New file.
555        * Makefile.am: Add aclocal/bsp-configure.m4.
556
5572001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * Makefile.am: Add automake/force-preinstall.am,
560        aclocal/ppc.am, remove ACLOCAL_M4.
561
5622001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * aclocal/bsp-alias.m4: Remove score603e_g1.
565        * aclocal/check-bsps.m4: Remove score603e_g1.
566        * aclocal/prog-cc.m4: Apply m4_if.
567
568
5692001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * automake/force-preinstall.am: New file.
572        * aclocal/ppc.m4: New file.
573
5742001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * aclocal/check-bsps.m4: Reworked.
577        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
578
5792001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * aclocal/bspopts.m4: New file.
582
5832001-11-13      Joel Sherrill <joel@OARcorp.com>
584
585        * COPYING: Test of $Id$ -> $RTEMS$.
586
5872001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
588
589        This modification is part of the submitted modifications necessary to
590        support the IBM PPC405 family.  This submission was reviewed by
591        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
592        not negatively impact the ppc403 BSPs.  The submission and tracking
593        process was captured as PR50.
594        * README.configure: Added gen405 BSP.
595
5962001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * Adopt more automake rules:
599        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
600        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
601        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
602        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
603        CXXLINK_APP in make-cxx-exe.
604        * automake/lib.am: Add ARFLAGS.
605
6062001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
609        config.cache's which prevented powerpc targets librdbg from building.
610
6112001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
614        add 2nd arg to _RTEMS_CPU_SUBDIR.
615        * aclocal/target.m4: Replace ac_configure_args with
616        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
617        * Makefile.am: Require automake-1.5.
618
6192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
622        * configure.in: Remove.
623        * configure.ac: New file, generated from configure.in by autoupdate.
624
6252001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * aclocal/rtems-cpu-subdirs.m4: New file.
628
6292001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * automake/compile.am: Fundamentally reworked compilation rules for
632        closer adaptation to automake's behavior.
633
6342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * automake/lib.am: Comment out LD.
637        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
638        automake/leaf.am to AUTOMAKE_FILES.
639
6402001-09-27      Joel Sherrill <joel@OARcorp.com>
641
642        * config.guess: No longer in CVS since installed by bootstrap.
643
6442001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * bootstrap: remove/add automake added files.
647        * .cvsignore: reflect changes to bootstrap.
648
6492001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * automake/leaf.am: New file.
652
6532001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
656        of AC_CANONICAL_SYSTEM.
657        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
658        mkinstalldirs and mkdir.
659        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
660        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
661        _RTEMS_OUTPUT_BUILD_SUBDIRS.
662       
6632001-09-13      Joel Sherrill <joel@OARcorp.com>
664
665        * missing: Updated to latest version.
666
6672001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * configure.in: autoupdate to autoconf-2.52.
670        * bootstrap: Add handling for configure.ac, make autoheader verbose,
671        fix auto*tool invocation order.
672        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
673        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
674        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
675        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
676        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
677        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
678        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
679        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
680        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
681        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
682        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
683        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
684        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
685        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
686        RTEMS_CONFIG_PER_BSP conditional.
687        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
688        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
689        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
690
6912001-05-25      Joel Sherrill <joel@OARcorp.com>
692
693        * README.configure: Corrected the name of the MRM332 BSP.
694        Strengthened the distinction between what the target
695        and the BSP each select.  Added more targets to list.
696
6972001-05-25      Joel Sherrill <joel@OARcorp.com>
698
699        * README.configure: Updated the list of BSPs.
700
7012001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
704        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
705        Add support for DOS-drive-letters.
706
7072001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
710        RTEMS_PROG_CC_FOR_TARGET.
711
7122001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * README.cdn-X: Update.
715        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
716        @CPPFLAGS@ to CPPFLAGS.
717
7182001-04-20      Eric Valette <valette@crf.canon.fr>
719
720        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
721        BSPs support the new exception processing model and
722        consequently, librdbg.
723
7242001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * configure.in: Reworked for Canadian Cross support.
727        * Makefile.am: Reflect changes to configure.in.
728        * config.guess, config.sub: Update from subversions.gnu.org.
729        * README.cdn-X: New file.
730        * tools/Makefile.am: Remove build, tools from SUBDIRS.
731
7322001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
735        TARGET_CONFIG_SUBDIRS.
736        * aclocal/enable-bsp.m4: fix quoting.
737        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
738
7392001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * aclocal/config-subdirs.m4: New file.
742        * aclocal/target.m4: Use macros from config-subdirs.m4.
743
7442001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
747        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
748
7492001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * configure.in: Fix AM_INIT_AUTOMAKE.
752        * aclocal/bsp-arg-enable.m4: Extend comments.
753        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
754        the default clause.
755
7562001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
759        RTEMS_ENV_RTEMSCPU.
760        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
761        special treatment for GCC_SPECS.
762        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
763        special treatment for GCC_SPECS.
764        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
765        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
766        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
767        instead of $(shell ..) for LIBC_LIB*.
768
7692001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
772        simsh7045.
773
7742001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
775
776        * automake/compile.am: Add LD.
777
7782000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * config.guess, config.sub: Update from CVS-autoconf to pick
781        up new features (e.g. CC_FOR_BUILD in config.guess) but is
782        necessary anyway to use autoconf-versions > 2.13.
783
7842000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
787        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
788        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
789        help string.
790        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
791
7922000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
793
794        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
795        Modified to reflect addition of LEON BSPs as well as the
796        no-FP ERC32 variant.
797
7982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
801        standard).
802        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
803        standard).
804        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
805        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
806        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
807        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
808
8092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
812        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
813        $host instead of $target (BUG-FIX).
814        * configure.in: Use $target and $host instead of $target_alias and
815        $host_alias (autoconf-2.49b).
816        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
817        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
818
819        NOTES:
820        * autoconf-2.49b depredicates using changequotes.
821        * The changes to configure.in are due to cleanups in
822        autoconf-2.49b's implemention of canonicalization. With
823        autoconf-2.1x it wasn't always clear, when to use $xxx or
824        $xxx_alias. Now this is clear.
825
8262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
827
828        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
829
8302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
833        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
834        with an RTEMS specific but more restrictive autoconf macro.
835
8362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * automake/lib.am: Add LD.
839
8402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
843        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
844
8452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846 
847        * aclocal/*: Replace with contents of macros/*.m4
848        * macros/: Remove.
849        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
850        * Makefile.am: Reflect changes to aclocal/ and macros/.
851
8522000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * configure.in: New, Cygnus/GNU style configuration.
855        * Makefile.am: Add macros/, reflect new configure.in,
856        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
857        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
858        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
859        * macros/tool-prefix.m4: Remove.
860        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
861        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
862        RTEMS_ROOT.
863        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
864        * macros/multilib.m4: Various minor fixes.
865        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
866        PROJECT_ROOT, RTEMS_ROOT.
867        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
868        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
869
8702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * automake/multilib.am: New file.
873        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
874        the automake/ directory.
875
8762000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
877
878        * macros/enable-hwapi.m4: Removed.
879        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
880        A small cleanup step towards gnu-canonicalization.
881
8822000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * macros: New directory.
885        * macros/bsp-alias.m4: new file.
886        * macros/canonical-host.m4: new file.
887        * macros/canonical-target-name.m4: new file.
888        * macros/canonicalize-tools.m4: new file.
889        * macros/check-bsp-cache.m4: new file.
890        * macros/check-bsps.m4: new file.
891        * macros/check-cpu.m4: new file.
892        * macros/rtems-debug.m4: new file.
893        * macros/check-cxx.m4: new file.
894        * macros/check-itron.m4: new file.
895        * macros/check-multiprocessing.m4: new file.
896        * macros/check-networking.m4: new file.
897        * macros/check-newlib.m4: new file.
898        * macros/check-posix.m4: new file.
899        * macros/check-rdbg.m4: new file.
900        * macros/enable-bare.m4: new file.
901        * macros/enable-cxx.m4: new file.
902        * macros/enable-gcc28.m4: new file.
903        * macros/enable-inlines.m4: new file.
904        * macros/enable-itron.m4: new file.
905        * macros/enable-libcdir.m4: new file.
906        * macros/enable-multiprocessing.m4: new file.
907        * macros/enable-networking.m4: new file.
908        * macros/enable-posix.m4: new file.
909        * macros/enable-rdbg.m4: new file.
910        * macros/enable-rtemsbsp.m4: new file.
911        * macros/enable-tests.m4: new file.
912        * macros/gcc-pipe.m4: new file.
913        * macros/gcc-specs.m4: new file.
914        * macros/i386-gas-code16.m4: new file.
915        * macros/path-ksh.m4: new file.
916        * macros/path-perl.m4: new file.
917        * macros/prog-cc.m4: new file.
918        * macros/prog-cxx.m4: new file.
919        * macros/project-root.m4: new file.
920        * macros/rtems-top.m4: new file.
921        * macros/sysv-ipc.m4: new file.
922        * macros/target.m4: new file.
923        * macros/rtems-test-no-pause.m4: new file.
924        * macros/multilib.m4: new file.
925        * macros/tool-paths.m4: new file.
926        * macros/tool-prefix.m4: new file.
927
9282000-09-14      Joel Sherrill <joel@OARcorp.com>
929
930        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
931
9322000-09-14      Joel Sherrill <joel@OARcorp.com>
933
934        * aclocal/enable-hwapi.m4: Now longer used and removed.
935
9362000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * automake/lib.am: Remove leaf.cfg.
939
9402000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * aclocal/rtems-top.m4: Add ENDIF-hack.
943        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
944
9452000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
948        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
949        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
950        * automake/compile.am: Replaced.
951        * automake/local.am: Remove building variant handling.
952
9532000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
956        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
957        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
958        * aclocal/target.m4: Cleanup comments
959        * Automake/compile.am: Add DEFS support to keep building happy.
960
9612000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
964
9652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * automake/compile.am: New file
968        * ChangeLog: Fix email addresses
969
9702000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * LICENSE.NET, README, README.configure: Spelling corrections.
973
9742000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
977
9782000-08-30      Joel Sherrill <joel@OARcorp.com>
979
980        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
981
9822000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
983
984        * ChangeLog: Moved incorrect entries to make/ChangeLog.
985
9862000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
987
988        * aclocal/check-bsps.h:
989          - Add pck6-BSP
990          - Exclude ChangeLog from being picked up as BSP
991        * aclocal/bsp-alias.m4: Add pck6-BSP
992
9932000-08-10      Joel Sherrill <joel@OARcorp.com>
994
995        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.