source: rtems/ChangeLog @ 028792e8

4.104.114.84.95
Last change on this file since 028792e8 was f04c916, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/06/02 at 11:21:57

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

  • automake/compile.am: Remove hard-coded *_PROFILE_V. Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V. Remove CPPFLAGS_GCC.
  • Property mode set to 100644
File size: 29.8 KB
Line 
12002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/compile.am: Remove hard-coded *_PROFILE_V.
4        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
5        CFLAGS_PROFILE_V.
6        Remove CPPFLAGS_GCC.
7
82002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
11        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
12        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
13        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
14
152002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * aclocal/rtems-flags.m4: New.
18
192002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * bootstrap: Allow autoconf-2.57.
22
232002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * aclocal/prog-cc.m4: Remove GCCSED.
26
272002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
30        Remove LDFLAGS.
31        Add CCAS, CCASCOMPILE.
32        Remove compilation rules for *.cpp, *.cxx, *.C.
33        Use CCASCOMPILE to compile *.S.
34        Add -pg to RTEMS_CFLAGS_PROFILE_V.
35
362002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove c/make.
39
402002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * aclocal/prog-ccas.m4: New.
43        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
44        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
45        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
46
472002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * acinclude.m4: Conditionally append --target=.
50
512002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
54
552002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * automake/compile.am: Remove LD_PATHS (Unused).
58        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
59        is announced obsolete).
60
612002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
64
652002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * aclocal/sysv-ipc.m4: Remove (Unused).
68        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
69
702002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * acinclude.m4: Lots of changes addressing PR 312.
73
742002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
77        to PR 312).
78
792002-11-18      Joel Sherrill <joel@OARcorp.com>
80
81        * VERSION: Updated to rtems-ss-20021118.
82
832002-11-18      Joel Sherrill <joel@OARcorp.com>
84
85        * aclocal/version.m4: Updated to rtems-ss-20021118.
86
872002-11-17      Joel Sherrill <joel@OARcorp.com>
88
89        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
90        Motorola MTX603e.
91
922002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
95
962002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
99        * configure.ac: Ditto.
100
1012002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
104        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
105        Support @CFLAGS@, @CXXFLAGS@.
106
1072002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * bootstrap: Allow autoconf-2.56.
110
1112002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
114        Fix stupid typo (continue/configure).
115        * aclocal/prog-cc.m4: Remove obsolete comments.
116        Acknowledge CFLAGS.
117
1182002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
121        end of the args passed to sub-configure-scripts. (Reported by
122        Wulf Hofbauer <wh73@cornell.edu>)
123
1242002-11-12      Joel Sherrill <joel@OARcorp.com>
125
126        * configure.ac: Remove make/compilers/Makefile.
127
1282002-11-11      Joel Sherrill <joel@OARcorp.com>
129
130        * VERSION: Updated to rtems-ss-20021111.
131
1322002-11-11      Joel Sherrill <joel@OARcorp.com>
133
134        * aclocal/version.m4: Updated to rtems-ss-20021111.
135
1362002-11-11      Joel Sherrill <joel@OARcorp.com>
137
138        * VERSION: Updated to rtems-ss-20021111.
139
1402002-11-11      Joel Sherrill <joel@OARcorp.com>
141
142        * aclocal/version.m4: Updated to rtems-ss-20021111.
143
1442002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * automake/compile.am: Remove rel rule.
147
1482002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
151
1522002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Remove make/Templates/Makefile.
155        * README.configure: Minor massaging.
156
1572002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        Further preparations for autoconf > 2.52:
160        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
161        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
162        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
163
1642002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * acinclude.m4: Adapations to autoconf > 2.52.
167
1682002-11-01      Joel Sherrill <joel@OARcorp.com>
169
170        * ChangeLog: Corrected.
171
1722002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * bootstrap: Add generate_bspdir_acinclude to automatically update
175        c/src/lib/libbsp/<cpu>/acinclude.m4.
176        Use #! /bin/sh instead of #!/bin/sh.
177        Remove autom4te*.cache during ./bootstrap --clean.
178
1792002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
182        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
183        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
184        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
185        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
186        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
187        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
188        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
189        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
190        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
191        (autoconf > 2.54 seems to have problems with the old form of
192        quoting).
193
1942002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
197        (autoconf > 2.54 complains about).
198
1992002-10-21      Joel Sherrill <joel@OARcorp.com>
200
201        * VERSION: Updated to rtems-20021021-test.
202
2032002-10-21      Joel Sherrill <joel@OARcorp.com>
204
205        * aclocal/version.m4: Updated to rtems-20021021-test.
206
2072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * .cvsignore: Reformat.
210        Add autom4te*cache.
211        Remove autom4te.cache.
212
2132002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
216
2172002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
220        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
221
2222002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * bootstrap: Add autoconf/automake version checks by popular demand.
225        [FWIW: I dislike this.]
226
2272002-10-07      Joel Sherrill <joel@OARcorp.com>
228
229        * VERSION: Updated to rtems-ss-20021007.
230
2312002-10-07      Joel Sherrill <joel@OARcorp.com>
232
233        * aclocal/version.m4: Updated to rtems-ss-20021007.
234
2352002-10-04      Joel Sherrill <joel@OARcorp.com>
236
237        * VERSION: Updated to rtems-JUNK.
238
2392002-10-04      Joel Sherrill <joel@OARcorp.com>
240
241        * aclocal/version.m4: Updated to rtems-JUNK.
242
2432002-10-04      Joel Sherrill <joel@OARcorp.com>
244
245        * VERSION: Updated to rtems-ss-20021004.
246
2472002-10-04      Joel Sherrill <joel@OARcorp.com>
248
249        * aclocal/version.m4: Updated to rtems-ss-20021004.
250
2512002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
254        autoconf-2.53 PACKAGE crap.
255
2562002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * aclocal/prog-gnat.m4: New.
259
2602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * aclocal/bsp-configure.m4: Fix small typo in comment.
263
2642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
267
2682002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
271        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
272        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
273
2742002-08-07      Joel Sherrill <joel@OARcorp.com>
275
276        * aclocal/version.m4: Updated to rtems-ss-20020807.
277
2782002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
281
2822002-07-31      Joel Sherrill <joel@OARcorp.com>
283
284        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
285        was just a stub and only the OR32 port is getting worked on.
286
2872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * aclocal/subdirs.m4: Remove.
290        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
291
2922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
295        exec/score/cpu.
296
2972002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
300        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
301        compilation rules (Work-around to an automake bug).
302        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
303        make-library.
304
3052002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Activate cpukit. Remove references to c/src/exec.
308
3092002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
312
3132002-07-17      Joel Sherrill <joel@OARcorp.com>
314
315        * aclocal/version.m4: Updated to rtems-ss-20020717.
316
3172002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * config-ml.in: Imported from gcc-3.1.
320        Change to match c/src/config-ml.in.
321
3222002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * aclocal/check-multiprocessing.m4: Reworked.
325        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
326
3272002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * automake/multilib.am: Remove.
330        * Makefile.am: Reflect change above.
331
3322002-06-28      Joel Sherrill <joel@OARcorp.com>
333
334        * aclocal/version.m4: Updated to rtems-ss-20020628.
335
3362002-06-27      Joel Sherrill <joel@OARcorp.com>
337
338        * tools/Makefile.am: Build the cpu dependent tools as well.
339
3402002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * aclocal/env-rtemscpu.m4: Remove.
343        * aclocal/multi.m4: Remove.
344        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
345
3462002-05-28      Joel Sherrill <joel@OARcorp.com>
347
348        * aclocal/version.m4: Updated to rtems-ss-20020528.
349
3502002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * aclocal/prog-cc.m4: Remove GCC272 support.
353        Remove ENABLE_LIBCDIR.
354        * aclocal/prog-cxx.m4: Ditto.
355        * aclocal/enable-gcc28.m4: Remove.
356        * aclocal/enable-libcdir.m4: Ditto.
357
3582002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
361        ENABLE_GCC28.
362
3632002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * automake/compile.am: Remove GCC272 support.
366        Remove *.sh rule (unused).
367        * configure.ac: Remove ENABLE_GCC28.
368        Remove ENABLE_LIBCDIR.
369
3702002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * .cvsignore: Added mdate-sh and texinfo.tex.
373
3742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * aclocal/version.m4: New file.
377        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
378        aclocal/version.m4.
379        * bootstrap: Use aclocal/version.m4 instead of VERSION.
380        * configure.ac: Use aclocal/version.m4 instead of VERSION.
381
3822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac:
385        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
386        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
387        * Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
389
3902002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
393        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
394
3952002-03-08      Joel Sherrill <joel@OARcorp.com>
396
397        * VERSION: Updated to rtems-mg5-20020808.
398
3992002-03-01      Joel Sherrill <joel@OARcorp.com>
400
401        * VERSION: Updated to rtems-ss-20020301.
402
4032002-02-15      Joel Sherrill <joel@OARcorp.com>
404
405        * VERSION: Updated to rtems-ss-20020215.
406
4072002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * aclocal/subdirs.m4: Propagate the current $prefix to the
410        sub-configures.
411
4122002-02-05      Joel Sherrill <joel@OARcorp.com>
413
414        * VERSION: Updated to rtems-ss-20020205.
415
4162002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
419        compatibility.
420        * bootstrap: Let --clean remove texinfo.tex.
421
4222002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
425
4262002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Add --enable-docs support. Add
429        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
430        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
431        hard-coded SUBDIRS.
432        * README.configure: Added a bit of information on this new option.
433
4342002-01-18      Joel Sherrill <joel@OARcorp.com>
435
436        * VERSION: Updated to rtems-ss-20020118.
437
4382002-01-18      Joel Sherrill <joel@OARcorp.com>
439
440        * VERSION: Updated to rtems-20020118.
441
4422002-01-17      Joel Sherrill <joel@OARcorp.com>
443
444        * VERSION: Updated to rtems-ss-20020717.
445
4462002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
449        check upon host_alias != build_alias.
450
4512002-01-07      Joel Sherrill <joel@OARcorp.com>
452
453        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
454        last line to eliminate 100's of warnings.
455
4562002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * aclocal/check-newlib.m4: Apply AS_IF.
459        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
460        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
461        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
462        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
463        changes.
464        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
465        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
466        * automake/compile.am: Remove librtemsall from LINK_FILES.
467
4682001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
471        * aclocal/subdirs.m4: New file.
472        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
473        modifications.
474        * aclocal/check-posix.m4: Apply AS_IF.
475        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
476        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
477        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
478        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
479        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
480        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
481        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
482        OUTPUT_COMMANDS.
483        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
484        * aclocal/rtems-debug.m4: Minor cleanups.
485        * aclocal/rtems-top.m4: Minor cleanups.
486        * automake/compile.am: Further steps towards automake's rules.
487
4882001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
491        * automake/lib.am: Add MULTISUBDIR.
492
4932001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * bootstrap: Run autoheader when configure.ac contains
496        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
497
4982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * aclocal/bsp-configure.m4: New file.
501        * Makefile.am: Add aclocal/bsp-configure.m4.
502
5032001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * Makefile.am: Add automake/force-preinstall.am,
506        aclocal/ppc.am, remove ACLOCAL_M4.
507
5082001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * aclocal/bsp-alias.m4: Remove score603e_g1.
511        * aclocal/check-bsps.m4: Remove score603e_g1.
512        * aclocal/prog-cc.m4: Apply m4_if.
513
514
5152001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * automake/force-preinstall.am: New file.
518        * aclocal/ppc.m4: New file.
519
5202001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * aclocal/check-bsps.m4: Reworked.
523        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
524
5252001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * aclocal/bspopts.m4: New file.
528
5292001-11-13      Joel Sherrill <joel@OARcorp.com>
530
531        * COPYING: Test of $Id$ -> $RTEMS$.
532
5332001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
534
535        This modification is part of the submitted modifications necessary to
536        support the IBM PPC405 family.  This submission was reviewed by
537        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
538        not negatively impact the ppc403 BSPs.  The submission and tracking
539        process was captured as PR50.
540        * README.configure: Added gen405 BSP.
541
5422001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Adopt more automake rules:
545        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
546        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
547        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
548        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
549        CXXLINK_APP in make-cxx-exe.
550        * automake/lib.am: Add ARFLAGS.
551
5522001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
555        config.cache's which prevented powerpc targets librdbg from building.
556
5572001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
560        add 2nd arg to _RTEMS_CPU_SUBDIR.
561        * aclocal/target.m4: Replace ac_configure_args with
562        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
563        * Makefile.am: Require automake-1.5.
564
5652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
568        * configure.in: Remove.
569        * configure.ac: New file, generated from configure.in by autoupdate.
570
5712001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * aclocal/rtems-cpu-subdirs.m4: New file.
574
5752001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * automake/compile.am: Fundamentally reworked compilation rules for
578        closer adaptation to automake's behavior.
579
5802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * automake/lib.am: Comment out LD.
583        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
584        automake/leaf.am to AUTOMAKE_FILES.
585
5862001-09-27      Joel Sherrill <joel@OARcorp.com>
587
588        * config.guess: No longer in CVS since installed by bootstrap.
589
5902001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * bootstrap: remove/add automake added files.
593        * .cvsignore: reflect changes to bootstrap.
594
5952001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * automake/leaf.am: New file.
598
5992001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
602        of AC_CANONICAL_SYSTEM.
603        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
604        mkinstalldirs and mkdir.
605        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
606        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
607        _RTEMS_OUTPUT_BUILD_SUBDIRS.
608       
6092001-09-13      Joel Sherrill <joel@OARcorp.com>
610
611        * missing: Updated to latest version.
612
6132001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * configure.in: autoupdate to autoconf-2.52.
616        * bootstrap: Add handling for configure.ac, make autoheader verbose,
617        fix auto*tool invocation order.
618        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
619        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
620        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
621        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
622        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
623        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
624        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
625        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
626        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
627        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
628        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
629        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
630        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
631        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
632        RTEMS_CONFIG_PER_BSP conditional.
633        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
634        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
635        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
636
6372001-05-25      Joel Sherrill <joel@OARcorp.com>
638
639        * README.configure: Corrected the name of the MRM332 BSP.
640        Strengthened the distinction between what the target
641        and the BSP each select.  Added more targets to list.
642
6432001-05-25      Joel Sherrill <joel@OARcorp.com>
644
645        * README.configure: Updated the list of BSPs.
646
6472001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
650        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
651        Add support for DOS-drive-letters.
652
6532001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
656        RTEMS_PROG_CC_FOR_TARGET.
657
6582001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * README.cdn-X: Update.
661        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
662        @CPPFLAGS@ to CPPFLAGS.
663
6642001-04-20      Eric Valette <valette@crf.canon.fr>
665
666        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
667        BSPs support the new exception processing model and
668        consequently, librdbg.
669
6702001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * configure.in: Reworked for Canadian Cross support.
673        * Makefile.am: Reflect changes to configure.in.
674        * config.guess, config.sub: Update from subversions.gnu.org.
675        * README.cdn-X: New file.
676        * tools/Makefile.am: Remove build, tools from SUBDIRS.
677
6782001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
681        TARGET_CONFIG_SUBDIRS.
682        * aclocal/enable-bsp.m4: fix quoting.
683        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
684
6852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * aclocal/config-subdirs.m4: New file.
688        * aclocal/target.m4: Use macros from config-subdirs.m4.
689
6902001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
693        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
694
6952001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * configure.in: Fix AM_INIT_AUTOMAKE.
698        * aclocal/bsp-arg-enable.m4: Extend comments.
699        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
700        the default clause.
701
7022001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
705        RTEMS_ENV_RTEMSCPU.
706        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
707        special treatment for GCC_SPECS.
708        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
709        special treatment for GCC_SPECS.
710        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
711        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
712        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
713        instead of $(shell ..) for LIBC_LIB*.
714
7152001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
718        simsh7045.
719
7202001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
721
722        * automake/compile.am: Add LD.
723
7242000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * config.guess, config.sub: Update from CVS-autoconf to pick
727        up new features (e.g. CC_FOR_BUILD in config.guess) but is
728        necessary anyway to use autoconf-versions > 2.13.
729
7302000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
733        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
734        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
735        help string.
736        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
737
7382000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
739
740        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
741        Modified to reflect addition of LEON BSPs as well as the
742        no-FP ERC32 variant.
743
7442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
747        standard).
748        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
749        standard).
750        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
751        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
752        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
753        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
754
7552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
758        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
759        $host instead of $target (BUG-FIX).
760        * configure.in: Use $target and $host instead of $target_alias and
761        $host_alias (autoconf-2.49b).
762        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
763        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
764
765        NOTES:
766        * autoconf-2.49b depredicates using changequotes.
767        * The changes to configure.in are due to cleanups in
768        autoconf-2.49b's implemention of canonicalization. With
769        autoconf-2.1x it wasn't always clear, when to use $xxx or
770        $xxx_alias. Now this is clear.
771
7722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
775
7762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
779        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
780        with an RTEMS specific but more restrictive autoconf macro.
781
7822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * automake/lib.am: Add LD.
785
7862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
789        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
790
7912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792 
793        * aclocal/*: Replace with contents of macros/*.m4
794        * macros/: Remove.
795        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
796        * Makefile.am: Reflect changes to aclocal/ and macros/.
797
7982000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * configure.in: New, Cygnus/GNU style configuration.
801        * Makefile.am: Add macros/, reflect new configure.in,
802        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
803        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
804        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
805        * macros/tool-prefix.m4: Remove.
806        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
807        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
808        RTEMS_ROOT.
809        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
810        * macros/multilib.m4: Various minor fixes.
811        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
812        PROJECT_ROOT, RTEMS_ROOT.
813        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
814        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
815
8162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
817
818        * automake/multilib.am: New file.
819        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
820        the automake/ directory.
821
8222000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * macros/enable-hwapi.m4: Removed.
825        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
826        A small cleanup step towards gnu-canonicalization.
827
8282000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * macros: New directory.
831        * macros/bsp-alias.m4: new file.
832        * macros/canonical-host.m4: new file.
833        * macros/canonical-target-name.m4: new file.
834        * macros/canonicalize-tools.m4: new file.
835        * macros/check-bsp-cache.m4: new file.
836        * macros/check-bsps.m4: new file.
837        * macros/check-cpu.m4: new file.
838        * macros/rtems-debug.m4: new file.
839        * macros/check-cxx.m4: new file.
840        * macros/check-itron.m4: new file.
841        * macros/check-multiprocessing.m4: new file.
842        * macros/check-networking.m4: new file.
843        * macros/check-newlib.m4: new file.
844        * macros/check-posix.m4: new file.
845        * macros/check-rdbg.m4: new file.
846        * macros/enable-bare.m4: new file.
847        * macros/enable-cxx.m4: new file.
848        * macros/enable-gcc28.m4: new file.
849        * macros/enable-inlines.m4: new file.
850        * macros/enable-itron.m4: new file.
851        * macros/enable-libcdir.m4: new file.
852        * macros/enable-multiprocessing.m4: new file.
853        * macros/enable-networking.m4: new file.
854        * macros/enable-posix.m4: new file.
855        * macros/enable-rdbg.m4: new file.
856        * macros/enable-rtemsbsp.m4: new file.
857        * macros/enable-tests.m4: new file.
858        * macros/gcc-pipe.m4: new file.
859        * macros/gcc-specs.m4: new file.
860        * macros/i386-gas-code16.m4: new file.
861        * macros/path-ksh.m4: new file.
862        * macros/path-perl.m4: new file.
863        * macros/prog-cc.m4: new file.
864        * macros/prog-cxx.m4: new file.
865        * macros/project-root.m4: new file.
866        * macros/rtems-top.m4: new file.
867        * macros/sysv-ipc.m4: new file.
868        * macros/target.m4: new file.
869        * macros/rtems-test-no-pause.m4: new file.
870        * macros/multilib.m4: new file.
871        * macros/tool-paths.m4: new file.
872        * macros/tool-prefix.m4: new file.
873
8742000-09-14      Joel Sherrill <joel@OARcorp.com>
875
876        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
877
8782000-09-14      Joel Sherrill <joel@OARcorp.com>
879
880        * aclocal/enable-hwapi.m4: Now longer used and removed.
881
8822000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * automake/lib.am: Remove leaf.cfg.
885
8862000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * aclocal/rtems-top.m4: Add ENDIF-hack.
889        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
890
8912000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
894        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
895        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
896        * automake/compile.am: Replaced.
897        * automake/local.am: Remove building variant handling.
898
8992000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
902        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
903        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
904        * aclocal/target.m4: Cleanup comments
905        * Automake/compile.am: Add DEFS support to keep building happy.
906
9072000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
908
909        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
910
9112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * automake/compile.am: New file
914        * ChangeLog: Fix email addresses
915
9162000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        * LICENSE.NET, README, README.configure: Spelling corrections.
919
9202000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
923
9242000-08-30      Joel Sherrill <joel@OARcorp.com>
925
926        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
927
9282000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
929
930        * ChangeLog: Moved incorrect entries to make/ChangeLog.
931
9322000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * aclocal/check-bsps.h:
935          - Add pck6-BSP
936          - Exclude ChangeLog from being picked up as BSP
937        * aclocal/bsp-alias.m4: Add pck6-BSP
938
9392000-08-10      Joel Sherrill <joel@OARcorp.com>
940
941        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.