source: rtems/ChangeLog @ 80bbfb9a

4.104.114.84.95
Last change on this file since 80bbfb9a was dee576c0, checked in by Joel Sherrill <joel.sherrill@…>, on 03/15/02 at 18:57:17

2002-03-14 Ralf Corsepius <corsepiu@…>

  • aclocal/env-rtemscpu.m4: automake-1.6 preparations: Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
  • Property mode set to 100644
File size: 18.6 KB
Line 
12002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
4        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
5
62002-03-08      Joel Sherrill <joel@OARcorp.com>
7
8        * VERSION: Updated to rtems-mg5-20020808.
9
102002-03-01      Joel Sherrill <joel@OARcorp.com>
11
12        * VERSION: Updated to rtems-ss-20020301.
13
142002-02-15      Joel Sherrill <joel@OARcorp.com>
15
16        * VERSION: Updated to rtems-ss-20020215.
17
182002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/subdirs.m4: Propagate the current $prefix to the
21        sub-configures.
22
232002-02-05      Joel Sherrill <joel@OARcorp.com>
24
25        * VERSION: Updated to rtems-ss-20020205.
26
272002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
30        compatibility.
31        * bootstrap: Let --clean remove texinfo.tex.
32
332002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
36
372002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Add --enable-docs support. Add
40        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
41        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
42        hard-coded SUBDIRS.
43        * README.configure: Added a bit of information on this new option.
44
452002-01-18      Joel Sherrill <joel@OARcorp.com>
46
47        * VERSION: Updated to rtems-ss-20020118.
48
492002-01-18      Joel Sherrill <joel@OARcorp.com>
50
51        * VERSION: Updated to rtems-20020118.
52
532002-01-17      Joel Sherrill <joel@OARcorp.com>
54
55        * VERSION: Updated to rtems-ss-20020717.
56
572002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
60        check upon host_alias != build_alias.
61
622002-01-07      Joel Sherrill <joel@OARcorp.com>
63
64        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
65        last line to eliminate 100's of warnings.
66
672002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * aclocal/check-newlib.m4: Apply AS_IF.
70        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
71        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
72        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
73        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
74        changes.
75        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
76        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
77        * automake/compile.am: Remove librtemsall from LINK_FILES.
78
792001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
82        * aclocal/subdirs.m4: New file.
83        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
84        modifications.
85        * aclocal/check-posix.m4: Apply AS_IF.
86        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
87        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
88        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
89        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
90        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
91        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
92        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
93        OUTPUT_COMMANDS.
94        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
95        * aclocal/rtems-debug.m4: Minor cleanups.
96        * aclocal/rtems-top.m4: Minor cleanups.
97        * automake/compile.am: Further steps towards automake's rules.
98
992001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
102        * automake/lib.am: Add MULTISUBDIR.
103
1042001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * bootstrap: Run autoheader when configure.ac contains
107        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
108
1092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * aclocal/bsp-configure.m4: New file.
112        * Makefile.am: Add aclocal/bsp-configure.m4.
113
1142001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add automake/force-preinstall.am,
117        aclocal/ppc.am, remove ACLOCAL_M4.
118
1192001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * aclocal/bsp-alias.m4: Remove score603e_g1.
122        * aclocal/check-bsps.m4: Remove score603e_g1.
123        * aclocal/prog-cc.m4: Apply m4_if.
124
125
1262001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * automake/force-preinstall.am: New file.
129        * aclocal/ppc.m4: New file.
130
1312001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * aclocal/check-bsps.m4: Reworked.
134        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
135
1362001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * aclocal/bspopts.m4: New file.
139
1402001-11-13      Joel Sherrill <joel@OARcorp.com>
141
142        * COPYING: Test of $Id$ -> $RTEMS$.
143
1442001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
145
146        This modification is part of the submitted modifications necessary to
147        support the IBM PPC405 family.  This submission was reviewed by
148        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
149        not negatively impact the ppc403 BSPs.  The submission and tracking
150        process was captured as PR50.
151        * README.configure: Added gen405 BSP.
152
1532001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Adopt more automake rules:
156        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
157        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
158        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
159        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
160        CXXLINK_APP in make-cxx-exe.
161        * automake/lib.am: Add ARFLAGS.
162
1632001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
166        config.cache's which prevented powerpc targets librdbg from building.
167
1682001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
171        add 2nd arg to _RTEMS_CPU_SUBDIR.
172        * aclocal/target.m4: Replace ac_configure_args with
173        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
174        * Makefile.am: Require automake-1.5.
175
1762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
179        * configure.in: Remove.
180        * configure.ac: New file, generated from configure.in by autoupdate.
181
1822001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * aclocal/rtems-cpu-subdirs.m4: New file.
185
1862001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * automake/compile.am: Fundamentally reworked compilation rules for
189        closer adaptation to automake's behavior.
190
1912001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * automake/lib.am: Comment out LD.
194        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
195        automake/leaf.am to AUTOMAKE_FILES.
196
1972001-09-27      Joel Sherrill <joel@OARcorp.com>
198
199        * config.guess: No longer in CVS since installed by bootstrap.
200
2012001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * bootstrap: remove/add automake added files.
204        * .cvsignore: reflect changes to bootstrap.
205
2062001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * automake/leaf.am: New file.
209
2102001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
213        of AC_CANONICAL_SYSTEM.
214        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
215        mkinstalldirs and mkdir.
216        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
217        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
218        _RTEMS_OUTPUT_BUILD_SUBDIRS.
219       
2202001-09-13      Joel Sherrill <joel@OARcorp.com>
221
222        * missing: Updated to latest version.
223
2242001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.in: autoupdate to autoconf-2.52.
227        * bootstrap: Add handling for configure.ac, make autoheader verbose,
228        fix auto*tool invocation order.
229        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
230        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
231        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
232        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
233        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
234        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
235        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
236        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
237        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
238        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
239        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
240        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
241        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
242        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
243        RTEMS_CONFIG_PER_BSP conditional.
244        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
245        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
246        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
247
2482001-05-25      Joel Sherrill <joel@OARcorp.com>
249
250        * README.configure: Corrected the name of the MRM332 BSP.
251        Strengthened the distinction between what the target
252        and the BSP each select.  Added more targets to list.
253
2542001-05-25      Joel Sherrill <joel@OARcorp.com>
255
256        * README.configure: Updated the list of BSPs.
257
2582001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
261        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
262        Add support for DOS-drive-letters.
263
2642001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
267        RTEMS_PROG_CC_FOR_TARGET.
268
2692001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * README.cdn-X: Update.
272        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
273        @CPPFLAGS@ to CPPFLAGS.
274
2752001-04-20      Eric Valette <valette@crf.canon.fr>
276
277        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
278        BSPs support the new exception processing model and
279        consequently, librdbg.
280
2812001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.in: Reworked for Canadian Cross support.
284        * Makefile.am: Reflect changes to configure.in.
285        * config.guess, config.sub: Update from subversions.gnu.org.
286        * README.cdn-X: New file.
287        * tools/Makefile.am: Remove build, tools from SUBDIRS.
288
2892001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
292        TARGET_CONFIG_SUBDIRS.
293        * aclocal/enable-bsp.m4: fix quoting.
294        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
295
2962001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * aclocal/config-subdirs.m4: New file.
299        * aclocal/target.m4: Use macros from config-subdirs.m4.
300
3012001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
304        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
305
3062001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.in: Fix AM_INIT_AUTOMAKE.
309        * aclocal/bsp-arg-enable.m4: Extend comments.
310        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
311        the default clause.
312
3132001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
316        RTEMS_ENV_RTEMSCPU.
317        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
318        special treatment for GCC_SPECS.
319        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
320        special treatment for GCC_SPECS.
321        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
322        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
323        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
324        instead of $(shell ..) for LIBC_LIB*.
325
3262001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
329        simsh7045.
330
3312001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
332
333        * automake/compile.am: Add LD.
334
3352000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * config.guess, config.sub: Update from CVS-autoconf to pick
338        up new features (e.g. CC_FOR_BUILD in config.guess) but is
339        necessary anyway to use autoconf-versions > 2.13.
340
3412000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
344        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
345        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
346        help string.
347        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
348
3492000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
350
351        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
352        Modified to reflect addition of LEON BSPs as well as the
353        no-FP ERC32 variant.
354
3552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
358        standard).
359        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
360        standard).
361        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
362        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
363        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
364        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
365
3662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
369        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
370        $host instead of $target (BUG-FIX).
371        * configure.in: Use $target and $host instead of $target_alias and
372        $host_alias (autoconf-2.49b).
373        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
374        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
375
376        NOTES:
377        * autoconf-2.49b depredicates using changequotes.
378        * The changes to configure.in are due to cleanups in
379        autoconf-2.49b's implemention of canonicalization. With
380        autoconf-2.1x it wasn't always clear, when to use $xxx or
381        $xxx_alias. Now this is clear.
382
3832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
386
3872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
390        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
391        with an RTEMS specific but more restrictive autoconf macro.
392
3932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * automake/lib.am: Add LD.
396
3972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
400        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
401
4022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403 
404        * aclocal/*: Replace with contents of macros/*.m4
405        * macros/: Remove.
406        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
407        * Makefile.am: Reflect changes to aclocal/ and macros/.
408
4092000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.in: New, Cygnus/GNU style configuration.
412        * Makefile.am: Add macros/, reflect new configure.in,
413        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
414        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
415        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
416        * macros/tool-prefix.m4: Remove.
417        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
418        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
419        RTEMS_ROOT.
420        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
421        * macros/multilib.m4: Various minor fixes.
422        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
423        PROJECT_ROOT, RTEMS_ROOT.
424        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
425        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
426
4272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * automake/multilib.am: New file.
430        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
431        the automake/ directory.
432
4332000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * macros/enable-hwapi.m4: Removed.
436        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
437        A small cleanup step towards gnu-canonicalization.
438
4392000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * macros: New directory.
442        * macros/bsp-alias.m4: new file.
443        * macros/canonical-host.m4: new file.
444        * macros/canonical-target-name.m4: new file.
445        * macros/canonicalize-tools.m4: new file.
446        * macros/check-bsp-cache.m4: new file.
447        * macros/check-bsps.m4: new file.
448        * macros/check-cpu.m4: new file.
449        * macros/rtems-debug.m4: new file.
450        * macros/check-cxx.m4: new file.
451        * macros/check-itron.m4: new file.
452        * macros/check-multiprocessing.m4: new file.
453        * macros/check-networking.m4: new file.
454        * macros/check-newlib.m4: new file.
455        * macros/check-posix.m4: new file.
456        * macros/check-rdbg.m4: new file.
457        * macros/enable-bare.m4: new file.
458        * macros/enable-cxx.m4: new file.
459        * macros/enable-gcc28.m4: new file.
460        * macros/enable-inlines.m4: new file.
461        * macros/enable-itron.m4: new file.
462        * macros/enable-libcdir.m4: new file.
463        * macros/enable-multiprocessing.m4: new file.
464        * macros/enable-networking.m4: new file.
465        * macros/enable-posix.m4: new file.
466        * macros/enable-rdbg.m4: new file.
467        * macros/enable-rtemsbsp.m4: new file.
468        * macros/enable-tests.m4: new file.
469        * macros/gcc-pipe.m4: new file.
470        * macros/gcc-specs.m4: new file.
471        * macros/i386-gas-code16.m4: new file.
472        * macros/path-ksh.m4: new file.
473        * macros/path-perl.m4: new file.
474        * macros/prog-cc.m4: new file.
475        * macros/prog-cxx.m4: new file.
476        * macros/project-root.m4: new file.
477        * macros/rtems-top.m4: new file.
478        * macros/sysv-ipc.m4: new file.
479        * macros/target.m4: new file.
480        * macros/rtems-test-no-pause.m4: new file.
481        * macros/multilib.m4: new file.
482        * macros/tool-paths.m4: new file.
483        * macros/tool-prefix.m4: new file.
484
4852000-09-14      Joel Sherrill <joel@OARcorp.com>
486
487        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
488
4892000-09-14      Joel Sherrill <joel@OARcorp.com>
490
491        * aclocal/enable-hwapi.m4: Now longer used and removed.
492
4932000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * automake/lib.am: Remove leaf.cfg.
496
4972000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * aclocal/rtems-top.m4: Add ENDIF-hack.
500        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
501
5022000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
505        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
506        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
507        * automake/compile.am: Replaced.
508        * automake/local.am: Remove building variant handling.
509
5102000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
513        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
514        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
515        * aclocal/target.m4: Cleanup comments
516        * Automake/compile.am: Add DEFS support to keep building happy.
517
5182000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
521
5222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * automake/compile.am: New file
525        * ChangeLog: Fix email addresses
526
5272000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * LICENSE.NET, README, README.configure: Spelling corrections.
530
5312000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
534
5352000-08-30      Joel Sherrill <joel@OARcorp.com>
536
537        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
538
5392000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
540
541        * ChangeLog: Moved incorrect entries to make/ChangeLog.
542
5432000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * aclocal/check-bsps.h:
546          - Add pck6-BSP
547          - Exclude ChangeLog from being picked up as BSP
548        * aclocal/bsp-alias.m4: Add pck6-BSP
549
5502000-08-10      Joel Sherrill <joel@OARcorp.com>
551
552        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.