source: rtems/ChangeLog @ 579f14cc

4.104.114.84.95
Last change on this file since 579f14cc was 579f14cc, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:55:02

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 18.8 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
8
92002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
12        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
13
142002-03-08      Joel Sherrill <joel@OARcorp.com>
15
16        * VERSION: Updated to rtems-mg5-20020808.
17
182002-03-01      Joel Sherrill <joel@OARcorp.com>
19
20        * VERSION: Updated to rtems-ss-20020301.
21
222002-02-15      Joel Sherrill <joel@OARcorp.com>
23
24        * VERSION: Updated to rtems-ss-20020215.
25
262002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * aclocal/subdirs.m4: Propagate the current $prefix to the
29        sub-configures.
30
312002-02-05      Joel Sherrill <joel@OARcorp.com>
32
33        * VERSION: Updated to rtems-ss-20020205.
34
352002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
38        compatibility.
39        * bootstrap: Let --clean remove texinfo.tex.
40
412002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
44
452002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Add --enable-docs support. Add
48        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
49        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
50        hard-coded SUBDIRS.
51        * README.configure: Added a bit of information on this new option.
52
532002-01-18      Joel Sherrill <joel@OARcorp.com>
54
55        * VERSION: Updated to rtems-ss-20020118.
56
572002-01-18      Joel Sherrill <joel@OARcorp.com>
58
59        * VERSION: Updated to rtems-20020118.
60
612002-01-17      Joel Sherrill <joel@OARcorp.com>
62
63        * VERSION: Updated to rtems-ss-20020717.
64
652002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
68        check upon host_alias != build_alias.
69
702002-01-07      Joel Sherrill <joel@OARcorp.com>
71
72        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
73        last line to eliminate 100's of warnings.
74
752002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * aclocal/check-newlib.m4: Apply AS_IF.
78        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
79        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
80        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
81        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
82        changes.
83        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
84        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
85        * automake/compile.am: Remove librtemsall from LINK_FILES.
86
872001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
90        * aclocal/subdirs.m4: New file.
91        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
92        modifications.
93        * aclocal/check-posix.m4: Apply AS_IF.
94        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
95        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
96        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
97        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
98        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
99        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
100        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
101        OUTPUT_COMMANDS.
102        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
103        * aclocal/rtems-debug.m4: Minor cleanups.
104        * aclocal/rtems-top.m4: Minor cleanups.
105        * automake/compile.am: Further steps towards automake's rules.
106
1072001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
110        * automake/lib.am: Add MULTISUBDIR.
111
1122001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * bootstrap: Run autoheader when configure.ac contains
115        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
116
1172001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/bsp-configure.m4: New file.
120        * Makefile.am: Add aclocal/bsp-configure.m4.
121
1222001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Add automake/force-preinstall.am,
125        aclocal/ppc.am, remove ACLOCAL_M4.
126
1272001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * aclocal/bsp-alias.m4: Remove score603e_g1.
130        * aclocal/check-bsps.m4: Remove score603e_g1.
131        * aclocal/prog-cc.m4: Apply m4_if.
132
133
1342001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * automake/force-preinstall.am: New file.
137        * aclocal/ppc.m4: New file.
138
1392001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * aclocal/check-bsps.m4: Reworked.
142        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
143
1442001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal/bspopts.m4: New file.
147
1482001-11-13      Joel Sherrill <joel@OARcorp.com>
149
150        * COPYING: Test of $Id$ -> $RTEMS$.
151
1522001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
153
154        This modification is part of the submitted modifications necessary to
155        support the IBM PPC405 family.  This submission was reviewed by
156        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
157        not negatively impact the ppc403 BSPs.  The submission and tracking
158        process was captured as PR50.
159        * README.configure: Added gen405 BSP.
160
1612001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Adopt more automake rules:
164        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
165        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
166        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
167        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
168        CXXLINK_APP in make-cxx-exe.
169        * automake/lib.am: Add ARFLAGS.
170
1712001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
174        config.cache's which prevented powerpc targets librdbg from building.
175
1762001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
179        add 2nd arg to _RTEMS_CPU_SUBDIR.
180        * aclocal/target.m4: Replace ac_configure_args with
181        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
182        * Makefile.am: Require automake-1.5.
183
1842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
187        * configure.in: Remove.
188        * configure.ac: New file, generated from configure.in by autoupdate.
189
1902001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * aclocal/rtems-cpu-subdirs.m4: New file.
193
1942001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * automake/compile.am: Fundamentally reworked compilation rules for
197        closer adaptation to automake's behavior.
198
1992001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * automake/lib.am: Comment out LD.
202        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
203        automake/leaf.am to AUTOMAKE_FILES.
204
2052001-09-27      Joel Sherrill <joel@OARcorp.com>
206
207        * config.guess: No longer in CVS since installed by bootstrap.
208
2092001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * bootstrap: remove/add automake added files.
212        * .cvsignore: reflect changes to bootstrap.
213
2142001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * automake/leaf.am: New file.
217
2182001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
221        of AC_CANONICAL_SYSTEM.
222        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
223        mkinstalldirs and mkdir.
224        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
225        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
226        _RTEMS_OUTPUT_BUILD_SUBDIRS.
227       
2282001-09-13      Joel Sherrill <joel@OARcorp.com>
229
230        * missing: Updated to latest version.
231
2322001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.in: autoupdate to autoconf-2.52.
235        * bootstrap: Add handling for configure.ac, make autoheader verbose,
236        fix auto*tool invocation order.
237        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
238        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
239        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
240        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
241        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
242        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
243        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
244        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
245        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
246        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
247        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
248        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
249        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
250        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
251        RTEMS_CONFIG_PER_BSP conditional.
252        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
253        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
254        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
255
2562001-05-25      Joel Sherrill <joel@OARcorp.com>
257
258        * README.configure: Corrected the name of the MRM332 BSP.
259        Strengthened the distinction between what the target
260        and the BSP each select.  Added more targets to list.
261
2622001-05-25      Joel Sherrill <joel@OARcorp.com>
263
264        * README.configure: Updated the list of BSPs.
265
2662001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
269        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
270        Add support for DOS-drive-letters.
271
2722001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
275        RTEMS_PROG_CC_FOR_TARGET.
276
2772001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * README.cdn-X: Update.
280        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
281        @CPPFLAGS@ to CPPFLAGS.
282
2832001-04-20      Eric Valette <valette@crf.canon.fr>
284
285        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
286        BSPs support the new exception processing model and
287        consequently, librdbg.
288
2892001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.in: Reworked for Canadian Cross support.
292        * Makefile.am: Reflect changes to configure.in.
293        * config.guess, config.sub: Update from subversions.gnu.org.
294        * README.cdn-X: New file.
295        * tools/Makefile.am: Remove build, tools from SUBDIRS.
296
2972001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
300        TARGET_CONFIG_SUBDIRS.
301        * aclocal/enable-bsp.m4: fix quoting.
302        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
303
3042001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * aclocal/config-subdirs.m4: New file.
307        * aclocal/target.m4: Use macros from config-subdirs.m4.
308
3092001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
312        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
313
3142001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.in: Fix AM_INIT_AUTOMAKE.
317        * aclocal/bsp-arg-enable.m4: Extend comments.
318        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
319        the default clause.
320
3212001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
324        RTEMS_ENV_RTEMSCPU.
325        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
326        special treatment for GCC_SPECS.
327        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
328        special treatment for GCC_SPECS.
329        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
330        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
331        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
332        instead of $(shell ..) for LIBC_LIB*.
333
3342001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
337        simsh7045.
338
3392001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
340
341        * automake/compile.am: Add LD.
342
3432000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * config.guess, config.sub: Update from CVS-autoconf to pick
346        up new features (e.g. CC_FOR_BUILD in config.guess) but is
347        necessary anyway to use autoconf-versions > 2.13.
348
3492000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
352        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
353        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
354        help string.
355        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
356
3572000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
358
359        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
360        Modified to reflect addition of LEON BSPs as well as the
361        no-FP ERC32 variant.
362
3632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
366        standard).
367        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
368        standard).
369        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
370        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
371        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
372        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
373
3742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
377        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
378        $host instead of $target (BUG-FIX).
379        * configure.in: Use $target and $host instead of $target_alias and
380        $host_alias (autoconf-2.49b).
381        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
382        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
383
384        NOTES:
385        * autoconf-2.49b depredicates using changequotes.
386        * The changes to configure.in are due to cleanups in
387        autoconf-2.49b's implemention of canonicalization. With
388        autoconf-2.1x it wasn't always clear, when to use $xxx or
389        $xxx_alias. Now this is clear.
390
3912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
394
3952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
398        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
399        with an RTEMS specific but more restrictive autoconf macro.
400
4012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * automake/lib.am: Add LD.
404
4052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
408        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
409
4102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411 
412        * aclocal/*: Replace with contents of macros/*.m4
413        * macros/: Remove.
414        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
415        * Makefile.am: Reflect changes to aclocal/ and macros/.
416
4172000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.in: New, Cygnus/GNU style configuration.
420        * Makefile.am: Add macros/, reflect new configure.in,
421        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
422        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
423        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
424        * macros/tool-prefix.m4: Remove.
425        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
426        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
427        RTEMS_ROOT.
428        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
429        * macros/multilib.m4: Various minor fixes.
430        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
431        PROJECT_ROOT, RTEMS_ROOT.
432        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
433        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
434
4352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * automake/multilib.am: New file.
438        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
439        the automake/ directory.
440
4412000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * macros/enable-hwapi.m4: Removed.
444        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
445        A small cleanup step towards gnu-canonicalization.
446
4472000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * macros: New directory.
450        * macros/bsp-alias.m4: new file.
451        * macros/canonical-host.m4: new file.
452        * macros/canonical-target-name.m4: new file.
453        * macros/canonicalize-tools.m4: new file.
454        * macros/check-bsp-cache.m4: new file.
455        * macros/check-bsps.m4: new file.
456        * macros/check-cpu.m4: new file.
457        * macros/rtems-debug.m4: new file.
458        * macros/check-cxx.m4: new file.
459        * macros/check-itron.m4: new file.
460        * macros/check-multiprocessing.m4: new file.
461        * macros/check-networking.m4: new file.
462        * macros/check-newlib.m4: new file.
463        * macros/check-posix.m4: new file.
464        * macros/check-rdbg.m4: new file.
465        * macros/enable-bare.m4: new file.
466        * macros/enable-cxx.m4: new file.
467        * macros/enable-gcc28.m4: new file.
468        * macros/enable-inlines.m4: new file.
469        * macros/enable-itron.m4: new file.
470        * macros/enable-libcdir.m4: new file.
471        * macros/enable-multiprocessing.m4: new file.
472        * macros/enable-networking.m4: new file.
473        * macros/enable-posix.m4: new file.
474        * macros/enable-rdbg.m4: new file.
475        * macros/enable-rtemsbsp.m4: new file.
476        * macros/enable-tests.m4: new file.
477        * macros/gcc-pipe.m4: new file.
478        * macros/gcc-specs.m4: new file.
479        * macros/i386-gas-code16.m4: new file.
480        * macros/path-ksh.m4: new file.
481        * macros/path-perl.m4: new file.
482        * macros/prog-cc.m4: new file.
483        * macros/prog-cxx.m4: new file.
484        * macros/project-root.m4: new file.
485        * macros/rtems-top.m4: new file.
486        * macros/sysv-ipc.m4: new file.
487        * macros/target.m4: new file.
488        * macros/rtems-test-no-pause.m4: new file.
489        * macros/multilib.m4: new file.
490        * macros/tool-paths.m4: new file.
491        * macros/tool-prefix.m4: new file.
492
4932000-09-14      Joel Sherrill <joel@OARcorp.com>
494
495        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
496
4972000-09-14      Joel Sherrill <joel@OARcorp.com>
498
499        * aclocal/enable-hwapi.m4: Now longer used and removed.
500
5012000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * automake/lib.am: Remove leaf.cfg.
504
5052000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * aclocal/rtems-top.m4: Add ENDIF-hack.
508        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
509
5102000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
513        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
514        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
515        * automake/compile.am: Replaced.
516        * automake/local.am: Remove building variant handling.
517
5182000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
521        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
522        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
523        * aclocal/target.m4: Cleanup comments
524        * Automake/compile.am: Add DEFS support to keep building happy.
525
5262000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
529
5302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * automake/compile.am: New file
533        * ChangeLog: Fix email addresses
534
5352000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * LICENSE.NET, README, README.configure: Spelling corrections.
538
5392000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
542
5432000-08-30      Joel Sherrill <joel@OARcorp.com>
544
545        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
546
5472000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
548
549        * ChangeLog: Moved incorrect entries to make/ChangeLog.
550
5512000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * aclocal/check-bsps.h:
554          - Add pck6-BSP
555          - Exclude ChangeLog from being picked up as BSP
556        * aclocal/bsp-alias.m4: Add pck6-BSP
557
5582000-08-10      Joel Sherrill <joel@OARcorp.com>
559
560        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.