source: rtems/ChangeLog @ 2a2def9

4.104.114.84.95
Last change on this file since 2a2def9 was 2a2def9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/16/03 at 04:29:28

2001-01-16 Ralf Corsepius <corsepiu@…>

  • aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
  • aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
  • Property mode set to 100644
File size: 30.9 KB
Line 
12001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
4        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
5
62002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
9        Rework RTEMS_PROG_CXX_FOR_TARGET.
10
112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
14
152002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
18
192002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
22
232002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * bootstrap: Require autoconf 2.54 or 2.57.
26        Require automake-1.7.2.
27
282002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
31        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
32        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
33
342002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
37
382002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * automake/compile.am: Remove hard-coded *_PROFILE_V.
41        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
42        CFLAGS_PROFILE_V.
43        Remove CPPFLAGS_GCC.
44
452002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
48        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
49        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
50        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
51
522002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * aclocal/rtems-flags.m4: New.
55
562002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * bootstrap: Allow autoconf-2.57.
59
602002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * aclocal/prog-cc.m4: Remove GCCSED.
63
642002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
67        Remove LDFLAGS.
68        Add CCAS, CCASCOMPILE.
69        Remove compilation rules for *.cpp, *.cxx, *.C.
70        Use CCASCOMPILE to compile *.S.
71        Add -pg to RTEMS_CFLAGS_PROFILE_V.
72
732002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Remove c/make.
76
772002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * aclocal/prog-ccas.m4: New.
80        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
81        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
82        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
83
842002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * acinclude.m4: Conditionally append --target=.
87
882002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
91
922002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * automake/compile.am: Remove LD_PATHS (Unused).
95        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
96        is announced obsolete).
97
982002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
101
1022002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * aclocal/sysv-ipc.m4: Remove (Unused).
105        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
106
1072002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * acinclude.m4: Lots of changes addressing PR 312.
110
1112002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
114        to PR 312).
115
1162002-11-18      Joel Sherrill <joel@OARcorp.com>
117
118        * VERSION: Updated to rtems-ss-20021118.
119
1202002-11-18      Joel Sherrill <joel@OARcorp.com>
121
122        * aclocal/version.m4: Updated to rtems-ss-20021118.
123
1242002-11-17      Joel Sherrill <joel@OARcorp.com>
125
126        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
127        Motorola MTX603e.
128
1292002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
132
1332002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
136        * configure.ac: Ditto.
137
1382002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
141        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
142        Support @CFLAGS@, @CXXFLAGS@.
143
1442002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * bootstrap: Allow autoconf-2.56.
147
1482002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
151        Fix stupid typo (continue/configure).
152        * aclocal/prog-cc.m4: Remove obsolete comments.
153        Acknowledge CFLAGS.
154
1552002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
158        end of the args passed to sub-configure-scripts. (Reported by
159        Wulf Hofbauer <wh73@cornell.edu>)
160
1612002-11-12      Joel Sherrill <joel@OARcorp.com>
162
163        * configure.ac: Remove make/compilers/Makefile.
164
1652002-11-11      Joel Sherrill <joel@OARcorp.com>
166
167        * VERSION: Updated to rtems-ss-20021111.
168
1692002-11-11      Joel Sherrill <joel@OARcorp.com>
170
171        * aclocal/version.m4: Updated to rtems-ss-20021111.
172
1732002-11-11      Joel Sherrill <joel@OARcorp.com>
174
175        * VERSION: Updated to rtems-ss-20021111.
176
1772002-11-11      Joel Sherrill <joel@OARcorp.com>
178
179        * aclocal/version.m4: Updated to rtems-ss-20021111.
180
1812002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * automake/compile.am: Remove rel rule.
184
1852002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
188
1892002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove make/Templates/Makefile.
192        * README.configure: Minor massaging.
193
1942002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        Further preparations for autoconf > 2.52:
197        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
198        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
199        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
200
2012002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * acinclude.m4: Adapations to autoconf > 2.52.
204
2052002-11-01      Joel Sherrill <joel@OARcorp.com>
206
207        * ChangeLog: Corrected.
208
2092002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * bootstrap: Add generate_bspdir_acinclude to automatically update
212        c/src/lib/libbsp/<cpu>/acinclude.m4.
213        Use #! /bin/sh instead of #!/bin/sh.
214        Remove autom4te*.cache during ./bootstrap --clean.
215
2162002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
219        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
220        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
221        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
222        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
223        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
224        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
225        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
226        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
227        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
228        (autoconf > 2.54 seems to have problems with the old form of
229        quoting).
230
2312002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
234        (autoconf > 2.54 complains about).
235
2362002-10-21      Joel Sherrill <joel@OARcorp.com>
237
238        * VERSION: Updated to rtems-20021021-test.
239
2402002-10-21      Joel Sherrill <joel@OARcorp.com>
241
242        * aclocal/version.m4: Updated to rtems-20021021-test.
243
2442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * .cvsignore: Reformat.
247        Add autom4te*cache.
248        Remove autom4te.cache.
249
2502002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
253
2542002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
257        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
258
2592002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * bootstrap: Add autoconf/automake version checks by popular demand.
262        [FWIW: I dislike this.]
263
2642002-10-07      Joel Sherrill <joel@OARcorp.com>
265
266        * VERSION: Updated to rtems-ss-20021007.
267
2682002-10-07      Joel Sherrill <joel@OARcorp.com>
269
270        * aclocal/version.m4: Updated to rtems-ss-20021007.
271
2722002-10-04      Joel Sherrill <joel@OARcorp.com>
273
274        * VERSION: Updated to rtems-JUNK.
275
2762002-10-04      Joel Sherrill <joel@OARcorp.com>
277
278        * aclocal/version.m4: Updated to rtems-JUNK.
279
2802002-10-04      Joel Sherrill <joel@OARcorp.com>
281
282        * VERSION: Updated to rtems-ss-20021004.
283
2842002-10-04      Joel Sherrill <joel@OARcorp.com>
285
286        * aclocal/version.m4: Updated to rtems-ss-20021004.
287
2882002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
291        autoconf-2.53 PACKAGE crap.
292
2932002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * aclocal/prog-gnat.m4: New.
296
2972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * aclocal/bsp-configure.m4: Fix small typo in comment.
300
3012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
304
3052002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
308        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
309        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
310
3112002-08-07      Joel Sherrill <joel@OARcorp.com>
312
313        * aclocal/version.m4: Updated to rtems-ss-20020807.
314
3152002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
318
3192002-07-31      Joel Sherrill <joel@OARcorp.com>
320
321        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
322        was just a stub and only the OR32 port is getting worked on.
323
3242002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * aclocal/subdirs.m4: Remove.
327        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
328
3292002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
332        exec/score/cpu.
333
3342002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
337        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
338        compilation rules (Work-around to an automake bug).
339        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
340        make-library.
341
3422002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Activate cpukit. Remove references to c/src/exec.
345
3462002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
349
3502002-07-17      Joel Sherrill <joel@OARcorp.com>
351
352        * aclocal/version.m4: Updated to rtems-ss-20020717.
353
3542002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * config-ml.in: Imported from gcc-3.1.
357        Change to match c/src/config-ml.in.
358
3592002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * aclocal/check-multiprocessing.m4: Reworked.
362        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
363
3642002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * automake/multilib.am: Remove.
367        * Makefile.am: Reflect change above.
368
3692002-06-28      Joel Sherrill <joel@OARcorp.com>
370
371        * aclocal/version.m4: Updated to rtems-ss-20020628.
372
3732002-06-27      Joel Sherrill <joel@OARcorp.com>
374
375        * tools/Makefile.am: Build the cpu dependent tools as well.
376
3772002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * aclocal/env-rtemscpu.m4: Remove.
380        * aclocal/multi.m4: Remove.
381        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
382
3832002-05-28      Joel Sherrill <joel@OARcorp.com>
384
385        * aclocal/version.m4: Updated to rtems-ss-20020528.
386
3872002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * aclocal/prog-cc.m4: Remove GCC272 support.
390        Remove ENABLE_LIBCDIR.
391        * aclocal/prog-cxx.m4: Ditto.
392        * aclocal/enable-gcc28.m4: Remove.
393        * aclocal/enable-libcdir.m4: Ditto.
394
3952002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
398        ENABLE_GCC28.
399
4002002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * automake/compile.am: Remove GCC272 support.
403        Remove *.sh rule (unused).
404        * configure.ac: Remove ENABLE_GCC28.
405        Remove ENABLE_LIBCDIR.
406
4072002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * .cvsignore: Added mdate-sh and texinfo.tex.
410
4112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/version.m4: New file.
414        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
415        aclocal/version.m4.
416        * bootstrap: Use aclocal/version.m4 instead of VERSION.
417        * configure.ac: Use aclocal/version.m4 instead of VERSION.
418
4192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac:
422        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
423        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
424        * Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
426
4272002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
430        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
431
4322002-03-08      Joel Sherrill <joel@OARcorp.com>
433
434        * VERSION: Updated to rtems-mg5-20020808.
435
4362002-03-01      Joel Sherrill <joel@OARcorp.com>
437
438        * VERSION: Updated to rtems-ss-20020301.
439
4402002-02-15      Joel Sherrill <joel@OARcorp.com>
441
442        * VERSION: Updated to rtems-ss-20020215.
443
4442002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * aclocal/subdirs.m4: Propagate the current $prefix to the
447        sub-configures.
448
4492002-02-05      Joel Sherrill <joel@OARcorp.com>
450
451        * VERSION: Updated to rtems-ss-20020205.
452
4532002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
456        compatibility.
457        * bootstrap: Let --clean remove texinfo.tex.
458
4592002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
462
4632002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: Add --enable-docs support. Add
466        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
467        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
468        hard-coded SUBDIRS.
469        * README.configure: Added a bit of information on this new option.
470
4712002-01-18      Joel Sherrill <joel@OARcorp.com>
472
473        * VERSION: Updated to rtems-ss-20020118.
474
4752002-01-18      Joel Sherrill <joel@OARcorp.com>
476
477        * VERSION: Updated to rtems-20020118.
478
4792002-01-17      Joel Sherrill <joel@OARcorp.com>
480
481        * VERSION: Updated to rtems-ss-20020717.
482
4832002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
486        check upon host_alias != build_alias.
487
4882002-01-07      Joel Sherrill <joel@OARcorp.com>
489
490        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
491        last line to eliminate 100's of warnings.
492
4932002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * aclocal/check-newlib.m4: Apply AS_IF.
496        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
497        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
498        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
499        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
500        changes.
501        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
502        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
503        * automake/compile.am: Remove librtemsall from LINK_FILES.
504
5052001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
508        * aclocal/subdirs.m4: New file.
509        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
510        modifications.
511        * aclocal/check-posix.m4: Apply AS_IF.
512        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
513        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
514        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
515        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
516        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
517        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
518        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
519        OUTPUT_COMMANDS.
520        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
521        * aclocal/rtems-debug.m4: Minor cleanups.
522        * aclocal/rtems-top.m4: Minor cleanups.
523        * automake/compile.am: Further steps towards automake's rules.
524
5252001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
528        * automake/lib.am: Add MULTISUBDIR.
529
5302001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * bootstrap: Run autoheader when configure.ac contains
533        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
534
5352001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * aclocal/bsp-configure.m4: New file.
538        * Makefile.am: Add aclocal/bsp-configure.m4.
539
5402001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * Makefile.am: Add automake/force-preinstall.am,
543        aclocal/ppc.am, remove ACLOCAL_M4.
544
5452001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * aclocal/bsp-alias.m4: Remove score603e_g1.
548        * aclocal/check-bsps.m4: Remove score603e_g1.
549        * aclocal/prog-cc.m4: Apply m4_if.
550
551
5522001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * automake/force-preinstall.am: New file.
555        * aclocal/ppc.m4: New file.
556
5572001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * aclocal/check-bsps.m4: Reworked.
560        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
561
5622001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * aclocal/bspopts.m4: New file.
565
5662001-11-13      Joel Sherrill <joel@OARcorp.com>
567
568        * COPYING: Test of $Id$ -> $RTEMS$.
569
5702001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
571
572        This modification is part of the submitted modifications necessary to
573        support the IBM PPC405 family.  This submission was reviewed by
574        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
575        not negatively impact the ppc403 BSPs.  The submission and tracking
576        process was captured as PR50.
577        * README.configure: Added gen405 BSP.
578
5792001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * Adopt more automake rules:
582        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
583        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
584        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
585        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
586        CXXLINK_APP in make-cxx-exe.
587        * automake/lib.am: Add ARFLAGS.
588
5892001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
592        config.cache's which prevented powerpc targets librdbg from building.
593
5942001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
597        add 2nd arg to _RTEMS_CPU_SUBDIR.
598        * aclocal/target.m4: Replace ac_configure_args with
599        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
600        * Makefile.am: Require automake-1.5.
601
6022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
605        * configure.in: Remove.
606        * configure.ac: New file, generated from configure.in by autoupdate.
607
6082001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * aclocal/rtems-cpu-subdirs.m4: New file.
611
6122001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * automake/compile.am: Fundamentally reworked compilation rules for
615        closer adaptation to automake's behavior.
616
6172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * automake/lib.am: Comment out LD.
620        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
621        automake/leaf.am to AUTOMAKE_FILES.
622
6232001-09-27      Joel Sherrill <joel@OARcorp.com>
624
625        * config.guess: No longer in CVS since installed by bootstrap.
626
6272001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * bootstrap: remove/add automake added files.
630        * .cvsignore: reflect changes to bootstrap.
631
6322001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * automake/leaf.am: New file.
635
6362001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
639        of AC_CANONICAL_SYSTEM.
640        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
641        mkinstalldirs and mkdir.
642        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
643        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
644        _RTEMS_OUTPUT_BUILD_SUBDIRS.
645       
6462001-09-13      Joel Sherrill <joel@OARcorp.com>
647
648        * missing: Updated to latest version.
649
6502001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * configure.in: autoupdate to autoconf-2.52.
653        * bootstrap: Add handling for configure.ac, make autoheader verbose,
654        fix auto*tool invocation order.
655        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
656        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
657        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
658        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
659        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
660        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
661        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
662        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
663        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
664        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
665        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
666        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
667        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
668        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
669        RTEMS_CONFIG_PER_BSP conditional.
670        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
671        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
672        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
673
6742001-05-25      Joel Sherrill <joel@OARcorp.com>
675
676        * README.configure: Corrected the name of the MRM332 BSP.
677        Strengthened the distinction between what the target
678        and the BSP each select.  Added more targets to list.
679
6802001-05-25      Joel Sherrill <joel@OARcorp.com>
681
682        * README.configure: Updated the list of BSPs.
683
6842001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
687        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
688        Add support for DOS-drive-letters.
689
6902001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
693        RTEMS_PROG_CC_FOR_TARGET.
694
6952001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * README.cdn-X: Update.
698        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
699        @CPPFLAGS@ to CPPFLAGS.
700
7012001-04-20      Eric Valette <valette@crf.canon.fr>
702
703        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
704        BSPs support the new exception processing model and
705        consequently, librdbg.
706
7072001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * configure.in: Reworked for Canadian Cross support.
710        * Makefile.am: Reflect changes to configure.in.
711        * config.guess, config.sub: Update from subversions.gnu.org.
712        * README.cdn-X: New file.
713        * tools/Makefile.am: Remove build, tools from SUBDIRS.
714
7152001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
718        TARGET_CONFIG_SUBDIRS.
719        * aclocal/enable-bsp.m4: fix quoting.
720        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
721
7222001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * aclocal/config-subdirs.m4: New file.
725        * aclocal/target.m4: Use macros from config-subdirs.m4.
726
7272001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
730        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
731
7322001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * configure.in: Fix AM_INIT_AUTOMAKE.
735        * aclocal/bsp-arg-enable.m4: Extend comments.
736        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
737        the default clause.
738
7392001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
742        RTEMS_ENV_RTEMSCPU.
743        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
744        special treatment for GCC_SPECS.
745        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
746        special treatment for GCC_SPECS.
747        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
748        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
749        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
750        instead of $(shell ..) for LIBC_LIB*.
751
7522001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
755        simsh7045.
756
7572001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
758
759        * automake/compile.am: Add LD.
760
7612000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * config.guess, config.sub: Update from CVS-autoconf to pick
764        up new features (e.g. CC_FOR_BUILD in config.guess) but is
765        necessary anyway to use autoconf-versions > 2.13.
766
7672000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
770        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
771        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
772        help string.
773        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
774
7752000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
776
777        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
778        Modified to reflect addition of LEON BSPs as well as the
779        no-FP ERC32 variant.
780
7812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
784        standard).
785        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
786        standard).
787        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
788        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
789        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
790        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
791
7922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
795        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
796        $host instead of $target (BUG-FIX).
797        * configure.in: Use $target and $host instead of $target_alias and
798        $host_alias (autoconf-2.49b).
799        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
800        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
801
802        NOTES:
803        * autoconf-2.49b depredicates using changequotes.
804        * The changes to configure.in are due to cleanups in
805        autoconf-2.49b's implemention of canonicalization. With
806        autoconf-2.1x it wasn't always clear, when to use $xxx or
807        $xxx_alias. Now this is clear.
808
8092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
812
8132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
816        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
817        with an RTEMS specific but more restrictive autoconf macro.
818
8192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * automake/lib.am: Add LD.
822
8232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
826        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
827
8282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829 
830        * aclocal/*: Replace with contents of macros/*.m4
831        * macros/: Remove.
832        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
833        * Makefile.am: Reflect changes to aclocal/ and macros/.
834
8352000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        * configure.in: New, Cygnus/GNU style configuration.
838        * Makefile.am: Add macros/, reflect new configure.in,
839        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
840        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
841        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
842        * macros/tool-prefix.m4: Remove.
843        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
844        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
845        RTEMS_ROOT.
846        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
847        * macros/multilib.m4: Various minor fixes.
848        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
849        PROJECT_ROOT, RTEMS_ROOT.
850        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
851        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
852
8532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * automake/multilib.am: New file.
856        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
857        the automake/ directory.
858
8592000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * macros/enable-hwapi.m4: Removed.
862        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
863        A small cleanup step towards gnu-canonicalization.
864
8652000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * macros: New directory.
868        * macros/bsp-alias.m4: new file.
869        * macros/canonical-host.m4: new file.
870        * macros/canonical-target-name.m4: new file.
871        * macros/canonicalize-tools.m4: new file.
872        * macros/check-bsp-cache.m4: new file.
873        * macros/check-bsps.m4: new file.
874        * macros/check-cpu.m4: new file.
875        * macros/rtems-debug.m4: new file.
876        * macros/check-cxx.m4: new file.
877        * macros/check-itron.m4: new file.
878        * macros/check-multiprocessing.m4: new file.
879        * macros/check-networking.m4: new file.
880        * macros/check-newlib.m4: new file.
881        * macros/check-posix.m4: new file.
882        * macros/check-rdbg.m4: new file.
883        * macros/enable-bare.m4: new file.
884        * macros/enable-cxx.m4: new file.
885        * macros/enable-gcc28.m4: new file.
886        * macros/enable-inlines.m4: new file.
887        * macros/enable-itron.m4: new file.
888        * macros/enable-libcdir.m4: new file.
889        * macros/enable-multiprocessing.m4: new file.
890        * macros/enable-networking.m4: new file.
891        * macros/enable-posix.m4: new file.
892        * macros/enable-rdbg.m4: new file.
893        * macros/enable-rtemsbsp.m4: new file.
894        * macros/enable-tests.m4: new file.
895        * macros/gcc-pipe.m4: new file.
896        * macros/gcc-specs.m4: new file.
897        * macros/i386-gas-code16.m4: new file.
898        * macros/path-ksh.m4: new file.
899        * macros/path-perl.m4: new file.
900        * macros/prog-cc.m4: new file.
901        * macros/prog-cxx.m4: new file.
902        * macros/project-root.m4: new file.
903        * macros/rtems-top.m4: new file.
904        * macros/sysv-ipc.m4: new file.
905        * macros/target.m4: new file.
906        * macros/rtems-test-no-pause.m4: new file.
907        * macros/multilib.m4: new file.
908        * macros/tool-paths.m4: new file.
909        * macros/tool-prefix.m4: new file.
910
9112000-09-14      Joel Sherrill <joel@OARcorp.com>
912
913        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
914
9152000-09-14      Joel Sherrill <joel@OARcorp.com>
916
917        * aclocal/enable-hwapi.m4: Now longer used and removed.
918
9192000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
920
921        * automake/lib.am: Remove leaf.cfg.
922
9232000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
924
925        * aclocal/rtems-top.m4: Add ENDIF-hack.
926        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
927
9282000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
929
930        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
931        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
932        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
933        * automake/compile.am: Replaced.
934        * automake/local.am: Remove building variant handling.
935
9362000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
939        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
940        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
941        * aclocal/target.m4: Cleanup comments
942        * Automake/compile.am: Add DEFS support to keep building happy.
943
9442000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
947
9482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
949
950        * automake/compile.am: New file
951        * ChangeLog: Fix email addresses
952
9532000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * LICENSE.NET, README, README.configure: Spelling corrections.
956
9572000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
960
9612000-08-30      Joel Sherrill <joel@OARcorp.com>
962
963        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
964
9652000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
966
967        * ChangeLog: Moved incorrect entries to make/ChangeLog.
968
9692000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * aclocal/check-bsps.h:
972          - Add pck6-BSP
973          - Exclude ChangeLog from being picked up as BSP
974        * aclocal/bsp-alias.m4: Add pck6-BSP
975
9762000-08-10      Joel Sherrill <joel@OARcorp.com>
977
978        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.