source: rtems/ChangeLog @ d8befba2

4.104.114.84.95
Last change on this file since d8befba2 was d8befba2, checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/02 at 19:03:07

2002-10-04 Joel Sherrill <joel@…>

  • VERSION: Updated to rtems-ss-20021004.
  • Property mode set to 100644
File size: 22.8 KB
Line 
12002-10-04      Joel Sherrill <joel@OARcorp.com>
2
3        * VERSION: Updated to rtems-ss-20021004.
4
52002-10-04      Joel Sherrill <joel@OARcorp.com>
6
7        * aclocal/version.m4: Updated to rtems-ss-20021004.
8
92002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
12        autoconf-2.53 PACKAGE crap.
13
142002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * aclocal/prog-gnat.m4: New.
17
182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/bsp-configure.m4: Fix small typo in comment.
21
222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
25
262002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
29        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
30        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
31
322002-08-07      Joel Sherrill <joel@OARcorp.com>
33
34        * aclocal/version.m4: Updated to rtems-ss-20020807.
35
362002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
39
402002-07-31      Joel Sherrill <joel@OARcorp.com>
41
42        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
43        was just a stub and only the OR32 port is getting worked on.
44
452002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * aclocal/subdirs.m4: Remove.
48        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
49
502002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
53        exec/score/cpu.
54
552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
58        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
59        compilation rules (Work-around to an automake bug).
60        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
61        make-library.
62
632002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Activate cpukit. Remove references to c/src/exec.
66
672002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
70
712002-07-17      Joel Sherrill <joel@OARcorp.com>
72
73        * aclocal/version.m4: Updated to rtems-ss-20020717.
74
752002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * config-ml.in: Imported from gcc-3.1.
78        Change to match c/src/config-ml.in.
79
802002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * aclocal/check-multiprocessing.m4: Reworked.
83        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
84
852002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * automake/multilib.am: Remove.
88        * Makefile.am: Reflect change above.
89
902002-06-28      Joel Sherrill <joel@OARcorp.com>
91
92        * aclocal/version.m4: Updated to rtems-ss-20020628.
93
942002-06-27      Joel Sherrill <joel@OARcorp.com>
95
96        * tools/Makefile.am: Build the cpu dependent tools as well.
97
982002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * aclocal/env-rtemscpu.m4: Remove.
101        * aclocal/multi.m4: Remove.
102        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
103
1042002-05-28      Joel Sherrill <joel@OARcorp.com>
105
106        * aclocal/version.m4: Updated to rtems-ss-20020528.
107
1082002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/prog-cc.m4: Remove GCC272 support.
111        Remove ENABLE_LIBCDIR.
112        * aclocal/prog-cxx.m4: Ditto.
113        * aclocal/enable-gcc28.m4: Remove.
114        * aclocal/enable-libcdir.m4: Ditto.
115
1162002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
119        ENABLE_GCC28.
120
1212002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * automake/compile.am: Remove GCC272 support.
124        Remove *.sh rule (unused).
125        * configure.ac: Remove ENABLE_GCC28.
126        Remove ENABLE_LIBCDIR.
127
1282002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Added mdate-sh and texinfo.tex.
131
1322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * aclocal/version.m4: New file.
135        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
136        aclocal/version.m4.
137        * bootstrap: Use aclocal/version.m4 instead of VERSION.
138        * configure.ac: Use aclocal/version.m4 instead of VERSION.
139
1402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac:
143        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
144        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
145        * Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
147
1482002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
151        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
152
1532002-03-08      Joel Sherrill <joel@OARcorp.com>
154
155        * VERSION: Updated to rtems-mg5-20020808.
156
1572002-03-01      Joel Sherrill <joel@OARcorp.com>
158
159        * VERSION: Updated to rtems-ss-20020301.
160
1612002-02-15      Joel Sherrill <joel@OARcorp.com>
162
163        * VERSION: Updated to rtems-ss-20020215.
164
1652002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/subdirs.m4: Propagate the current $prefix to the
168        sub-configures.
169
1702002-02-05      Joel Sherrill <joel@OARcorp.com>
171
172        * VERSION: Updated to rtems-ss-20020205.
173
1742002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
177        compatibility.
178        * bootstrap: Let --clean remove texinfo.tex.
179
1802002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
183
1842002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Add --enable-docs support. Add
187        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
188        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
189        hard-coded SUBDIRS.
190        * README.configure: Added a bit of information on this new option.
191
1922002-01-18      Joel Sherrill <joel@OARcorp.com>
193
194        * VERSION: Updated to rtems-ss-20020118.
195
1962002-01-18      Joel Sherrill <joel@OARcorp.com>
197
198        * VERSION: Updated to rtems-20020118.
199
2002002-01-17      Joel Sherrill <joel@OARcorp.com>
201
202        * VERSION: Updated to rtems-ss-20020717.
203
2042002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
207        check upon host_alias != build_alias.
208
2092002-01-07      Joel Sherrill <joel@OARcorp.com>
210
211        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
212        last line to eliminate 100's of warnings.
213
2142002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * aclocal/check-newlib.m4: Apply AS_IF.
217        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
218        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
219        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
220        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
221        changes.
222        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
223        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
224        * automake/compile.am: Remove librtemsall from LINK_FILES.
225
2262001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
229        * aclocal/subdirs.m4: New file.
230        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
231        modifications.
232        * aclocal/check-posix.m4: Apply AS_IF.
233        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
234        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
235        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
236        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
237        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
238        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
239        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
240        OUTPUT_COMMANDS.
241        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
242        * aclocal/rtems-debug.m4: Minor cleanups.
243        * aclocal/rtems-top.m4: Minor cleanups.
244        * automake/compile.am: Further steps towards automake's rules.
245
2462001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
249        * automake/lib.am: Add MULTISUBDIR.
250
2512001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * bootstrap: Run autoheader when configure.ac contains
254        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
255
2562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * aclocal/bsp-configure.m4: New file.
259        * Makefile.am: Add aclocal/bsp-configure.m4.
260
2612001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Add automake/force-preinstall.am,
264        aclocal/ppc.am, remove ACLOCAL_M4.
265
2662001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * aclocal/bsp-alias.m4: Remove score603e_g1.
269        * aclocal/check-bsps.m4: Remove score603e_g1.
270        * aclocal/prog-cc.m4: Apply m4_if.
271
272
2732001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * automake/force-preinstall.am: New file.
276        * aclocal/ppc.m4: New file.
277
2782001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * aclocal/check-bsps.m4: Reworked.
281        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
282
2832001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * aclocal/bspopts.m4: New file.
286
2872001-11-13      Joel Sherrill <joel@OARcorp.com>
288
289        * COPYING: Test of $Id$ -> $RTEMS$.
290
2912001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
292
293        This modification is part of the submitted modifications necessary to
294        support the IBM PPC405 family.  This submission was reviewed by
295        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
296        not negatively impact the ppc403 BSPs.  The submission and tracking
297        process was captured as PR50.
298        * README.configure: Added gen405 BSP.
299
3002001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Adopt more automake rules:
303        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
304        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
305        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
306        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
307        CXXLINK_APP in make-cxx-exe.
308        * automake/lib.am: Add ARFLAGS.
309
3102001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
313        config.cache's which prevented powerpc targets librdbg from building.
314
3152001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
318        add 2nd arg to _RTEMS_CPU_SUBDIR.
319        * aclocal/target.m4: Replace ac_configure_args with
320        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
321        * Makefile.am: Require automake-1.5.
322
3232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
326        * configure.in: Remove.
327        * configure.ac: New file, generated from configure.in by autoupdate.
328
3292001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * aclocal/rtems-cpu-subdirs.m4: New file.
332
3332001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * automake/compile.am: Fundamentally reworked compilation rules for
336        closer adaptation to automake's behavior.
337
3382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * automake/lib.am: Comment out LD.
341        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
342        automake/leaf.am to AUTOMAKE_FILES.
343
3442001-09-27      Joel Sherrill <joel@OARcorp.com>
345
346        * config.guess: No longer in CVS since installed by bootstrap.
347
3482001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * bootstrap: remove/add automake added files.
351        * .cvsignore: reflect changes to bootstrap.
352
3532001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * automake/leaf.am: New file.
356
3572001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
360        of AC_CANONICAL_SYSTEM.
361        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
362        mkinstalldirs and mkdir.
363        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
364        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
365        _RTEMS_OUTPUT_BUILD_SUBDIRS.
366       
3672001-09-13      Joel Sherrill <joel@OARcorp.com>
368
369        * missing: Updated to latest version.
370
3712001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.in: autoupdate to autoconf-2.52.
374        * bootstrap: Add handling for configure.ac, make autoheader verbose,
375        fix auto*tool invocation order.
376        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
377        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
378        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
379        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
380        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
381        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
382        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
383        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
384        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
385        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
386        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
387        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
388        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
389        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
390        RTEMS_CONFIG_PER_BSP conditional.
391        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
392        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
393        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
394
3952001-05-25      Joel Sherrill <joel@OARcorp.com>
396
397        * README.configure: Corrected the name of the MRM332 BSP.
398        Strengthened the distinction between what the target
399        and the BSP each select.  Added more targets to list.
400
4012001-05-25      Joel Sherrill <joel@OARcorp.com>
402
403        * README.configure: Updated the list of BSPs.
404
4052001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
408        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
409        Add support for DOS-drive-letters.
410
4112001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
414        RTEMS_PROG_CC_FOR_TARGET.
415
4162001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * README.cdn-X: Update.
419        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
420        @CPPFLAGS@ to CPPFLAGS.
421
4222001-04-20      Eric Valette <valette@crf.canon.fr>
423
424        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
425        BSPs support the new exception processing model and
426        consequently, librdbg.
427
4282001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.in: Reworked for Canadian Cross support.
431        * Makefile.am: Reflect changes to configure.in.
432        * config.guess, config.sub: Update from subversions.gnu.org.
433        * README.cdn-X: New file.
434        * tools/Makefile.am: Remove build, tools from SUBDIRS.
435
4362001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
439        TARGET_CONFIG_SUBDIRS.
440        * aclocal/enable-bsp.m4: fix quoting.
441        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
442
4432001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * aclocal/config-subdirs.m4: New file.
446        * aclocal/target.m4: Use macros from config-subdirs.m4.
447
4482001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
451        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
452
4532001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.in: Fix AM_INIT_AUTOMAKE.
456        * aclocal/bsp-arg-enable.m4: Extend comments.
457        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
458        the default clause.
459
4602001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
463        RTEMS_ENV_RTEMSCPU.
464        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
465        special treatment for GCC_SPECS.
466        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
467        special treatment for GCC_SPECS.
468        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
469        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
470        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
471        instead of $(shell ..) for LIBC_LIB*.
472
4732001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
476        simsh7045.
477
4782001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
479
480        * automake/compile.am: Add LD.
481
4822000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * config.guess, config.sub: Update from CVS-autoconf to pick
485        up new features (e.g. CC_FOR_BUILD in config.guess) but is
486        necessary anyway to use autoconf-versions > 2.13.
487
4882000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
491        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
492        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
493        help string.
494        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
495
4962000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
497
498        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
499        Modified to reflect addition of LEON BSPs as well as the
500        no-FP ERC32 variant.
501
5022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
505        standard).
506        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
507        standard).
508        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
509        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
510        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
511        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
512
5132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
516        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
517        $host instead of $target (BUG-FIX).
518        * configure.in: Use $target and $host instead of $target_alias and
519        $host_alias (autoconf-2.49b).
520        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
521        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
522
523        NOTES:
524        * autoconf-2.49b depredicates using changequotes.
525        * The changes to configure.in are due to cleanups in
526        autoconf-2.49b's implemention of canonicalization. With
527        autoconf-2.1x it wasn't always clear, when to use $xxx or
528        $xxx_alias. Now this is clear.
529
5302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
533
5342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
537        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
538        with an RTEMS specific but more restrictive autoconf macro.
539
5402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * automake/lib.am: Add LD.
543
5442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
547        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
548
5492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550 
551        * aclocal/*: Replace with contents of macros/*.m4
552        * macros/: Remove.
553        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
554        * Makefile.am: Reflect changes to aclocal/ and macros/.
555
5562000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.in: New, Cygnus/GNU style configuration.
559        * Makefile.am: Add macros/, reflect new configure.in,
560        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
561        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
562        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
563        * macros/tool-prefix.m4: Remove.
564        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
565        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
566        RTEMS_ROOT.
567        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
568        * macros/multilib.m4: Various minor fixes.
569        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
570        PROJECT_ROOT, RTEMS_ROOT.
571        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
572        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
573
5742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * automake/multilib.am: New file.
577        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
578        the automake/ directory.
579
5802000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * macros/enable-hwapi.m4: Removed.
583        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
584        A small cleanup step towards gnu-canonicalization.
585
5862000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * macros: New directory.
589        * macros/bsp-alias.m4: new file.
590        * macros/canonical-host.m4: new file.
591        * macros/canonical-target-name.m4: new file.
592        * macros/canonicalize-tools.m4: new file.
593        * macros/check-bsp-cache.m4: new file.
594        * macros/check-bsps.m4: new file.
595        * macros/check-cpu.m4: new file.
596        * macros/rtems-debug.m4: new file.
597        * macros/check-cxx.m4: new file.
598        * macros/check-itron.m4: new file.
599        * macros/check-multiprocessing.m4: new file.
600        * macros/check-networking.m4: new file.
601        * macros/check-newlib.m4: new file.
602        * macros/check-posix.m4: new file.
603        * macros/check-rdbg.m4: new file.
604        * macros/enable-bare.m4: new file.
605        * macros/enable-cxx.m4: new file.
606        * macros/enable-gcc28.m4: new file.
607        * macros/enable-inlines.m4: new file.
608        * macros/enable-itron.m4: new file.
609        * macros/enable-libcdir.m4: new file.
610        * macros/enable-multiprocessing.m4: new file.
611        * macros/enable-networking.m4: new file.
612        * macros/enable-posix.m4: new file.
613        * macros/enable-rdbg.m4: new file.
614        * macros/enable-rtemsbsp.m4: new file.
615        * macros/enable-tests.m4: new file.
616        * macros/gcc-pipe.m4: new file.
617        * macros/gcc-specs.m4: new file.
618        * macros/i386-gas-code16.m4: new file.
619        * macros/path-ksh.m4: new file.
620        * macros/path-perl.m4: new file.
621        * macros/prog-cc.m4: new file.
622        * macros/prog-cxx.m4: new file.
623        * macros/project-root.m4: new file.
624        * macros/rtems-top.m4: new file.
625        * macros/sysv-ipc.m4: new file.
626        * macros/target.m4: new file.
627        * macros/rtems-test-no-pause.m4: new file.
628        * macros/multilib.m4: new file.
629        * macros/tool-paths.m4: new file.
630        * macros/tool-prefix.m4: new file.
631
6322000-09-14      Joel Sherrill <joel@OARcorp.com>
633
634        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
635
6362000-09-14      Joel Sherrill <joel@OARcorp.com>
637
638        * aclocal/enable-hwapi.m4: Now longer used and removed.
639
6402000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * automake/lib.am: Remove leaf.cfg.
643
6442000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * aclocal/rtems-top.m4: Add ENDIF-hack.
647        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
648
6492000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
652        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
653        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
654        * automake/compile.am: Replaced.
655        * automake/local.am: Remove building variant handling.
656
6572000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
660        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
661        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
662        * aclocal/target.m4: Cleanup comments
663        * Automake/compile.am: Add DEFS support to keep building happy.
664
6652000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
668
6692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * automake/compile.am: New file
672        * ChangeLog: Fix email addresses
673
6742000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * LICENSE.NET, README, README.configure: Spelling corrections.
677
6782000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
681
6822000-08-30      Joel Sherrill <joel@OARcorp.com>
683
684        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
685
6862000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
687
688        * ChangeLog: Moved incorrect entries to make/ChangeLog.
689
6902000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * aclocal/check-bsps.h:
693          - Add pck6-BSP
694          - Exclude ChangeLog from being picked up as BSP
695        * aclocal/bsp-alias.m4: Add pck6-BSP
696
6972000-08-10      Joel Sherrill <joel@OARcorp.com>
698
699        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.