source: rtems/ChangeLog @ 53f6727

4.104.114.84.95
Last change on this file since 53f6727 was 0e08a3c3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 10:13:20

2002-07-22 Ralf Corsepius <corsepiu@…>

  • aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of exec/score/cpu.
  • Property mode set to 100644
File size: 21.4 KB
Line 
12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
4        exec/score/cpu.
5
62002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
9        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
10        compilation rules (Work-around to an automake bug).
11        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
12        make-library.
13
142002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Activate cpukit. Remove references to c/src/exec.
17
182002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
21
222002-07-17      Joel Sherrill <joel@OARcorp.com>
23
24        * aclocal/version.m4: Updated to rtems-ss-20020717.
25
262002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * config-ml.in: Imported from gcc-3.1.
29        Change to match c/src/config-ml.in.
30
312002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * aclocal/check-multiprocessing.m4: Reworked.
34        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
35
362002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * automake/multilib.am: Remove.
39        * Makefile.am: Reflect change above.
40
412002-06-28      Joel Sherrill <joel@OARcorp.com>
42
43        * aclocal/version.m4: Updated to rtems-ss-20020628.
44
452002-06-27      Joel Sherrill <joel@OARcorp.com>
46
47        * tools/Makefile.am: Build the cpu dependent tools as well.
48
492002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * aclocal/env-rtemscpu.m4: Remove.
52        * aclocal/multi.m4: Remove.
53        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
54
552002-05-28      Joel Sherrill <joel@OARcorp.com>
56
57        * aclocal/version.m4: Updated to rtems-ss-20020528.
58
592002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * aclocal/prog-cc.m4: Remove GCC272 support.
62        Remove ENABLE_LIBCDIR.
63        * aclocal/prog-cxx.m4: Ditto.
64        * aclocal/enable-gcc28.m4: Remove.
65        * aclocal/enable-libcdir.m4: Ditto.
66
672002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
70        ENABLE_GCC28.
71
722002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * automake/compile.am: Remove GCC272 support.
75        Remove *.sh rule (unused).
76        * configure.ac: Remove ENABLE_GCC28.
77        Remove ENABLE_LIBCDIR.
78
792002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Added mdate-sh and texinfo.tex.
82
832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * aclocal/version.m4: New file.
86        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
87        aclocal/version.m4.
88        * bootstrap: Use aclocal/version.m4 instead of VERSION.
89        * configure.ac: Use aclocal/version.m4 instead of VERSION.
90
912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac:
94        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
95        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
98
992002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
102        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
103
1042002-03-08      Joel Sherrill <joel@OARcorp.com>
105
106        * VERSION: Updated to rtems-mg5-20020808.
107
1082002-03-01      Joel Sherrill <joel@OARcorp.com>
109
110        * VERSION: Updated to rtems-ss-20020301.
111
1122002-02-15      Joel Sherrill <joel@OARcorp.com>
113
114        * VERSION: Updated to rtems-ss-20020215.
115
1162002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * aclocal/subdirs.m4: Propagate the current $prefix to the
119        sub-configures.
120
1212002-02-05      Joel Sherrill <joel@OARcorp.com>
122
123        * VERSION: Updated to rtems-ss-20020205.
124
1252002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
128        compatibility.
129        * bootstrap: Let --clean remove texinfo.tex.
130
1312002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
134
1352002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Add --enable-docs support. Add
138        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
139        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
140        hard-coded SUBDIRS.
141        * README.configure: Added a bit of information on this new option.
142
1432002-01-18      Joel Sherrill <joel@OARcorp.com>
144
145        * VERSION: Updated to rtems-ss-20020118.
146
1472002-01-18      Joel Sherrill <joel@OARcorp.com>
148
149        * VERSION: Updated to rtems-20020118.
150
1512002-01-17      Joel Sherrill <joel@OARcorp.com>
152
153        * VERSION: Updated to rtems-ss-20020717.
154
1552002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
158        check upon host_alias != build_alias.
159
1602002-01-07      Joel Sherrill <joel@OARcorp.com>
161
162        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
163        last line to eliminate 100's of warnings.
164
1652002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/check-newlib.m4: Apply AS_IF.
168        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
169        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
170        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
171        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
172        changes.
173        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
174        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
175        * automake/compile.am: Remove librtemsall from LINK_FILES.
176
1772001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
180        * aclocal/subdirs.m4: New file.
181        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
182        modifications.
183        * aclocal/check-posix.m4: Apply AS_IF.
184        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
185        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
186        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
187        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
188        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
189        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
190        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
191        OUTPUT_COMMANDS.
192        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
193        * aclocal/rtems-debug.m4: Minor cleanups.
194        * aclocal/rtems-top.m4: Minor cleanups.
195        * automake/compile.am: Further steps towards automake's rules.
196
1972001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
200        * automake/lib.am: Add MULTISUBDIR.
201
2022001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * bootstrap: Run autoheader when configure.ac contains
205        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
206
2072001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * aclocal/bsp-configure.m4: New file.
210        * Makefile.am: Add aclocal/bsp-configure.m4.
211
2122001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Add automake/force-preinstall.am,
215        aclocal/ppc.am, remove ACLOCAL_M4.
216
2172001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/bsp-alias.m4: Remove score603e_g1.
220        * aclocal/check-bsps.m4: Remove score603e_g1.
221        * aclocal/prog-cc.m4: Apply m4_if.
222
223
2242001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * automake/force-preinstall.am: New file.
227        * aclocal/ppc.m4: New file.
228
2292001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * aclocal/check-bsps.m4: Reworked.
232        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
233
2342001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * aclocal/bspopts.m4: New file.
237
2382001-11-13      Joel Sherrill <joel@OARcorp.com>
239
240        * COPYING: Test of $Id$ -> $RTEMS$.
241
2422001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
243
244        This modification is part of the submitted modifications necessary to
245        support the IBM PPC405 family.  This submission was reviewed by
246        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
247        not negatively impact the ppc403 BSPs.  The submission and tracking
248        process was captured as PR50.
249        * README.configure: Added gen405 BSP.
250
2512001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Adopt more automake rules:
254        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
255        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
256        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
257        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
258        CXXLINK_APP in make-cxx-exe.
259        * automake/lib.am: Add ARFLAGS.
260
2612001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
264        config.cache's which prevented powerpc targets librdbg from building.
265
2662001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
269        add 2nd arg to _RTEMS_CPU_SUBDIR.
270        * aclocal/target.m4: Replace ac_configure_args with
271        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
272        * Makefile.am: Require automake-1.5.
273
2742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
277        * configure.in: Remove.
278        * configure.ac: New file, generated from configure.in by autoupdate.
279
2802001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * aclocal/rtems-cpu-subdirs.m4: New file.
283
2842001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * automake/compile.am: Fundamentally reworked compilation rules for
287        closer adaptation to automake's behavior.
288
2892001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * automake/lib.am: Comment out LD.
292        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
293        automake/leaf.am to AUTOMAKE_FILES.
294
2952001-09-27      Joel Sherrill <joel@OARcorp.com>
296
297        * config.guess: No longer in CVS since installed by bootstrap.
298
2992001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * bootstrap: remove/add automake added files.
302        * .cvsignore: reflect changes to bootstrap.
303
3042001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * automake/leaf.am: New file.
307
3082001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
311        of AC_CANONICAL_SYSTEM.
312        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
313        mkinstalldirs and mkdir.
314        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
315        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
316        _RTEMS_OUTPUT_BUILD_SUBDIRS.
317       
3182001-09-13      Joel Sherrill <joel@OARcorp.com>
319
320        * missing: Updated to latest version.
321
3222001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.in: autoupdate to autoconf-2.52.
325        * bootstrap: Add handling for configure.ac, make autoheader verbose,
326        fix auto*tool invocation order.
327        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
328        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
329        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
330        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
331        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
332        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
333        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
334        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
335        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
336        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
337        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
338        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
339        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
340        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
341        RTEMS_CONFIG_PER_BSP conditional.
342        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
343        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
344        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
345
3462001-05-25      Joel Sherrill <joel@OARcorp.com>
347
348        * README.configure: Corrected the name of the MRM332 BSP.
349        Strengthened the distinction between what the target
350        and the BSP each select.  Added more targets to list.
351
3522001-05-25      Joel Sherrill <joel@OARcorp.com>
353
354        * README.configure: Updated the list of BSPs.
355
3562001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
359        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
360        Add support for DOS-drive-letters.
361
3622001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
365        RTEMS_PROG_CC_FOR_TARGET.
366
3672001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * README.cdn-X: Update.
370        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
371        @CPPFLAGS@ to CPPFLAGS.
372
3732001-04-20      Eric Valette <valette@crf.canon.fr>
374
375        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
376        BSPs support the new exception processing model and
377        consequently, librdbg.
378
3792001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.in: Reworked for Canadian Cross support.
382        * Makefile.am: Reflect changes to configure.in.
383        * config.guess, config.sub: Update from subversions.gnu.org.
384        * README.cdn-X: New file.
385        * tools/Makefile.am: Remove build, tools from SUBDIRS.
386
3872001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
390        TARGET_CONFIG_SUBDIRS.
391        * aclocal/enable-bsp.m4: fix quoting.
392        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
393
3942001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * aclocal/config-subdirs.m4: New file.
397        * aclocal/target.m4: Use macros from config-subdirs.m4.
398
3992001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
402        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
403
4042001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.in: Fix AM_INIT_AUTOMAKE.
407        * aclocal/bsp-arg-enable.m4: Extend comments.
408        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
409        the default clause.
410
4112001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
414        RTEMS_ENV_RTEMSCPU.
415        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
416        special treatment for GCC_SPECS.
417        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
418        special treatment for GCC_SPECS.
419        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
420        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
421        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
422        instead of $(shell ..) for LIBC_LIB*.
423
4242001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
427        simsh7045.
428
4292001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
430
431        * automake/compile.am: Add LD.
432
4332000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * config.guess, config.sub: Update from CVS-autoconf to pick
436        up new features (e.g. CC_FOR_BUILD in config.guess) but is
437        necessary anyway to use autoconf-versions > 2.13.
438
4392000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
442        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
443        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
444        help string.
445        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
446
4472000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
448
449        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
450        Modified to reflect addition of LEON BSPs as well as the
451        no-FP ERC32 variant.
452
4532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
456        standard).
457        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
458        standard).
459        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
460        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
461        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
462        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
463
4642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
467        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
468        $host instead of $target (BUG-FIX).
469        * configure.in: Use $target and $host instead of $target_alias and
470        $host_alias (autoconf-2.49b).
471        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
472        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
473
474        NOTES:
475        * autoconf-2.49b depredicates using changequotes.
476        * The changes to configure.in are due to cleanups in
477        autoconf-2.49b's implemention of canonicalization. With
478        autoconf-2.1x it wasn't always clear, when to use $xxx or
479        $xxx_alias. Now this is clear.
480
4812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
484
4852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
488        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
489        with an RTEMS specific but more restrictive autoconf macro.
490
4912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * automake/lib.am: Add LD.
494
4952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
498        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
499
5002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501 
502        * aclocal/*: Replace with contents of macros/*.m4
503        * macros/: Remove.
504        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
505        * Makefile.am: Reflect changes to aclocal/ and macros/.
506
5072000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.in: New, Cygnus/GNU style configuration.
510        * Makefile.am: Add macros/, reflect new configure.in,
511        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
512        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
513        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
514        * macros/tool-prefix.m4: Remove.
515        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
516        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
517        RTEMS_ROOT.
518        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
519        * macros/multilib.m4: Various minor fixes.
520        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
521        PROJECT_ROOT, RTEMS_ROOT.
522        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
523        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
524
5252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * automake/multilib.am: New file.
528        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
529        the automake/ directory.
530
5312000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * macros/enable-hwapi.m4: Removed.
534        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
535        A small cleanup step towards gnu-canonicalization.
536
5372000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * macros: New directory.
540        * macros/bsp-alias.m4: new file.
541        * macros/canonical-host.m4: new file.
542        * macros/canonical-target-name.m4: new file.
543        * macros/canonicalize-tools.m4: new file.
544        * macros/check-bsp-cache.m4: new file.
545        * macros/check-bsps.m4: new file.
546        * macros/check-cpu.m4: new file.
547        * macros/rtems-debug.m4: new file.
548        * macros/check-cxx.m4: new file.
549        * macros/check-itron.m4: new file.
550        * macros/check-multiprocessing.m4: new file.
551        * macros/check-networking.m4: new file.
552        * macros/check-newlib.m4: new file.
553        * macros/check-posix.m4: new file.
554        * macros/check-rdbg.m4: new file.
555        * macros/enable-bare.m4: new file.
556        * macros/enable-cxx.m4: new file.
557        * macros/enable-gcc28.m4: new file.
558        * macros/enable-inlines.m4: new file.
559        * macros/enable-itron.m4: new file.
560        * macros/enable-libcdir.m4: new file.
561        * macros/enable-multiprocessing.m4: new file.
562        * macros/enable-networking.m4: new file.
563        * macros/enable-posix.m4: new file.
564        * macros/enable-rdbg.m4: new file.
565        * macros/enable-rtemsbsp.m4: new file.
566        * macros/enable-tests.m4: new file.
567        * macros/gcc-pipe.m4: new file.
568        * macros/gcc-specs.m4: new file.
569        * macros/i386-gas-code16.m4: new file.
570        * macros/path-ksh.m4: new file.
571        * macros/path-perl.m4: new file.
572        * macros/prog-cc.m4: new file.
573        * macros/prog-cxx.m4: new file.
574        * macros/project-root.m4: new file.
575        * macros/rtems-top.m4: new file.
576        * macros/sysv-ipc.m4: new file.
577        * macros/target.m4: new file.
578        * macros/rtems-test-no-pause.m4: new file.
579        * macros/multilib.m4: new file.
580        * macros/tool-paths.m4: new file.
581        * macros/tool-prefix.m4: new file.
582
5832000-09-14      Joel Sherrill <joel@OARcorp.com>
584
585        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
586
5872000-09-14      Joel Sherrill <joel@OARcorp.com>
588
589        * aclocal/enable-hwapi.m4: Now longer used and removed.
590
5912000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * automake/lib.am: Remove leaf.cfg.
594
5952000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * aclocal/rtems-top.m4: Add ENDIF-hack.
598        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
599
6002000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
603        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
604        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
605        * automake/compile.am: Replaced.
606        * automake/local.am: Remove building variant handling.
607
6082000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
611        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
612        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
613        * aclocal/target.m4: Cleanup comments
614        * Automake/compile.am: Add DEFS support to keep building happy.
615
6162000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
619
6202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * automake/compile.am: New file
623        * ChangeLog: Fix email addresses
624
6252000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * LICENSE.NET, README, README.configure: Spelling corrections.
628
6292000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
632
6332000-08-30      Joel Sherrill <joel@OARcorp.com>
634
635        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
636
6372000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
638
639        * ChangeLog: Moved incorrect entries to make/ChangeLog.
640
6412000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * aclocal/check-bsps.h:
644          - Add pck6-BSP
645          - Exclude ChangeLog from being picked up as BSP
646        * aclocal/bsp-alias.m4: Add pck6-BSP
647
6482000-08-10      Joel Sherrill <joel@OARcorp.com>
649
650        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.