source: rtems/ChangeLog @ afe5cac

4.104.114.84.95
Last change on this file since afe5cac was 321f5ff, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 14:25:50

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

  • aclocal/version.m4: New file.
  • aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4.
  • bootstrap: Use aclocal/version.m4 instead of VERSION.
  • configure.ac: Use aclocal/version.m4 instead of VERSION.
  • Property mode set to 100644
File size: 19.1 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/version.m4: New file.
4        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
5        aclocal/version.m4.
6        * bootstrap: Use aclocal/version.m4 instead of VERSION.
7        * configure.ac: Use aclocal/version.m4 instead of VERSION.
8
92002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:
12        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
13        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
14        * Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
16
172002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
20        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
21
222002-03-08      Joel Sherrill <joel@OARcorp.com>
23
24        * VERSION: Updated to rtems-mg5-20020808.
25
262002-03-01      Joel Sherrill <joel@OARcorp.com>
27
28        * VERSION: Updated to rtems-ss-20020301.
29
302002-02-15      Joel Sherrill <joel@OARcorp.com>
31
32        * VERSION: Updated to rtems-ss-20020215.
33
342002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * aclocal/subdirs.m4: Propagate the current $prefix to the
37        sub-configures.
38
392002-02-05      Joel Sherrill <joel@OARcorp.com>
40
41        * VERSION: Updated to rtems-ss-20020205.
42
432002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
46        compatibility.
47        * bootstrap: Let --clean remove texinfo.tex.
48
492002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
52
532002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Add --enable-docs support. Add
56        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
57        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
58        hard-coded SUBDIRS.
59        * README.configure: Added a bit of information on this new option.
60
612002-01-18      Joel Sherrill <joel@OARcorp.com>
62
63        * VERSION: Updated to rtems-ss-20020118.
64
652002-01-18      Joel Sherrill <joel@OARcorp.com>
66
67        * VERSION: Updated to rtems-20020118.
68
692002-01-17      Joel Sherrill <joel@OARcorp.com>
70
71        * VERSION: Updated to rtems-ss-20020717.
72
732002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
76        check upon host_alias != build_alias.
77
782002-01-07      Joel Sherrill <joel@OARcorp.com>
79
80        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
81        last line to eliminate 100's of warnings.
82
832002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * aclocal/check-newlib.m4: Apply AS_IF.
86        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
87        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
88        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
89        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
90        changes.
91        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
92        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
93        * automake/compile.am: Remove librtemsall from LINK_FILES.
94
952001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
98        * aclocal/subdirs.m4: New file.
99        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
100        modifications.
101        * aclocal/check-posix.m4: Apply AS_IF.
102        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
103        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
104        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
105        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
106        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
107        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
108        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
109        OUTPUT_COMMANDS.
110        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
111        * aclocal/rtems-debug.m4: Minor cleanups.
112        * aclocal/rtems-top.m4: Minor cleanups.
113        * automake/compile.am: Further steps towards automake's rules.
114
1152001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
118        * automake/lib.am: Add MULTISUBDIR.
119
1202001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * bootstrap: Run autoheader when configure.ac contains
123        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
124
1252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * aclocal/bsp-configure.m4: New file.
128        * Makefile.am: Add aclocal/bsp-configure.m4.
129
1302001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Add automake/force-preinstall.am,
133        aclocal/ppc.am, remove ACLOCAL_M4.
134
1352001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * aclocal/bsp-alias.m4: Remove score603e_g1.
138        * aclocal/check-bsps.m4: Remove score603e_g1.
139        * aclocal/prog-cc.m4: Apply m4_if.
140
141
1422001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * automake/force-preinstall.am: New file.
145        * aclocal/ppc.m4: New file.
146
1472001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * aclocal/check-bsps.m4: Reworked.
150        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
151
1522001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * aclocal/bspopts.m4: New file.
155
1562001-11-13      Joel Sherrill <joel@OARcorp.com>
157
158        * COPYING: Test of $Id$ -> $RTEMS$.
159
1602001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
161
162        This modification is part of the submitted modifications necessary to
163        support the IBM PPC405 family.  This submission was reviewed by
164        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
165        not negatively impact the ppc403 BSPs.  The submission and tracking
166        process was captured as PR50.
167        * README.configure: Added gen405 BSP.
168
1692001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Adopt more automake rules:
172        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
173        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
174        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
175        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
176        CXXLINK_APP in make-cxx-exe.
177        * automake/lib.am: Add ARFLAGS.
178
1792001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
182        config.cache's which prevented powerpc targets librdbg from building.
183
1842001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
187        add 2nd arg to _RTEMS_CPU_SUBDIR.
188        * aclocal/target.m4: Replace ac_configure_args with
189        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
190        * Makefile.am: Require automake-1.5.
191
1922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
195        * configure.in: Remove.
196        * configure.ac: New file, generated from configure.in by autoupdate.
197
1982001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * aclocal/rtems-cpu-subdirs.m4: New file.
201
2022001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * automake/compile.am: Fundamentally reworked compilation rules for
205        closer adaptation to automake's behavior.
206
2072001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * automake/lib.am: Comment out LD.
210        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
211        automake/leaf.am to AUTOMAKE_FILES.
212
2132001-09-27      Joel Sherrill <joel@OARcorp.com>
214
215        * config.guess: No longer in CVS since installed by bootstrap.
216
2172001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * bootstrap: remove/add automake added files.
220        * .cvsignore: reflect changes to bootstrap.
221
2222001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * automake/leaf.am: New file.
225
2262001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
229        of AC_CANONICAL_SYSTEM.
230        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
231        mkinstalldirs and mkdir.
232        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
233        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
234        _RTEMS_OUTPUT_BUILD_SUBDIRS.
235       
2362001-09-13      Joel Sherrill <joel@OARcorp.com>
237
238        * missing: Updated to latest version.
239
2402001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.in: autoupdate to autoconf-2.52.
243        * bootstrap: Add handling for configure.ac, make autoheader verbose,
244        fix auto*tool invocation order.
245        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
246        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
247        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
248        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
249        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
250        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
251        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
252        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
253        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
254        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
255        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
256        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
257        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
258        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
259        RTEMS_CONFIG_PER_BSP conditional.
260        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
261        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
262        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
263
2642001-05-25      Joel Sherrill <joel@OARcorp.com>
265
266        * README.configure: Corrected the name of the MRM332 BSP.
267        Strengthened the distinction between what the target
268        and the BSP each select.  Added more targets to list.
269
2702001-05-25      Joel Sherrill <joel@OARcorp.com>
271
272        * README.configure: Updated the list of BSPs.
273
2742001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
277        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
278        Add support for DOS-drive-letters.
279
2802001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
283        RTEMS_PROG_CC_FOR_TARGET.
284
2852001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * README.cdn-X: Update.
288        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
289        @CPPFLAGS@ to CPPFLAGS.
290
2912001-04-20      Eric Valette <valette@crf.canon.fr>
292
293        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
294        BSPs support the new exception processing model and
295        consequently, librdbg.
296
2972001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.in: Reworked for Canadian Cross support.
300        * Makefile.am: Reflect changes to configure.in.
301        * config.guess, config.sub: Update from subversions.gnu.org.
302        * README.cdn-X: New file.
303        * tools/Makefile.am: Remove build, tools from SUBDIRS.
304
3052001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
308        TARGET_CONFIG_SUBDIRS.
309        * aclocal/enable-bsp.m4: fix quoting.
310        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
311
3122001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * aclocal/config-subdirs.m4: New file.
315        * aclocal/target.m4: Use macros from config-subdirs.m4.
316
3172001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
320        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
321
3222001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.in: Fix AM_INIT_AUTOMAKE.
325        * aclocal/bsp-arg-enable.m4: Extend comments.
326        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
327        the default clause.
328
3292001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
332        RTEMS_ENV_RTEMSCPU.
333        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
334        special treatment for GCC_SPECS.
335        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
336        special treatment for GCC_SPECS.
337        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
338        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
339        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
340        instead of $(shell ..) for LIBC_LIB*.
341
3422001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
345        simsh7045.
346
3472001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
348
349        * automake/compile.am: Add LD.
350
3512000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * config.guess, config.sub: Update from CVS-autoconf to pick
354        up new features (e.g. CC_FOR_BUILD in config.guess) but is
355        necessary anyway to use autoconf-versions > 2.13.
356
3572000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
360        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
361        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
362        help string.
363        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
364
3652000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
366
367        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
368        Modified to reflect addition of LEON BSPs as well as the
369        no-FP ERC32 variant.
370
3712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
374        standard).
375        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
376        standard).
377        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
378        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
379        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
380        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
381
3822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
385        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
386        $host instead of $target (BUG-FIX).
387        * configure.in: Use $target and $host instead of $target_alias and
388        $host_alias (autoconf-2.49b).
389        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
390        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
391
392        NOTES:
393        * autoconf-2.49b depredicates using changequotes.
394        * The changes to configure.in are due to cleanups in
395        autoconf-2.49b's implemention of canonicalization. With
396        autoconf-2.1x it wasn't always clear, when to use $xxx or
397        $xxx_alias. Now this is clear.
398
3992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
402
4032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
406        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
407        with an RTEMS specific but more restrictive autoconf macro.
408
4092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * automake/lib.am: Add LD.
412
4132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
416        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
417
4182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419 
420        * aclocal/*: Replace with contents of macros/*.m4
421        * macros/: Remove.
422        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
423        * Makefile.am: Reflect changes to aclocal/ and macros/.
424
4252000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.in: New, Cygnus/GNU style configuration.
428        * Makefile.am: Add macros/, reflect new configure.in,
429        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
430        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
431        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
432        * macros/tool-prefix.m4: Remove.
433        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
434        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
435        RTEMS_ROOT.
436        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
437        * macros/multilib.m4: Various minor fixes.
438        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
439        PROJECT_ROOT, RTEMS_ROOT.
440        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
441        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
442
4432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * automake/multilib.am: New file.
446        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
447        the automake/ directory.
448
4492000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * macros/enable-hwapi.m4: Removed.
452        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
453        A small cleanup step towards gnu-canonicalization.
454
4552000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * macros: New directory.
458        * macros/bsp-alias.m4: new file.
459        * macros/canonical-host.m4: new file.
460        * macros/canonical-target-name.m4: new file.
461        * macros/canonicalize-tools.m4: new file.
462        * macros/check-bsp-cache.m4: new file.
463        * macros/check-bsps.m4: new file.
464        * macros/check-cpu.m4: new file.
465        * macros/rtems-debug.m4: new file.
466        * macros/check-cxx.m4: new file.
467        * macros/check-itron.m4: new file.
468        * macros/check-multiprocessing.m4: new file.
469        * macros/check-networking.m4: new file.
470        * macros/check-newlib.m4: new file.
471        * macros/check-posix.m4: new file.
472        * macros/check-rdbg.m4: new file.
473        * macros/enable-bare.m4: new file.
474        * macros/enable-cxx.m4: new file.
475        * macros/enable-gcc28.m4: new file.
476        * macros/enable-inlines.m4: new file.
477        * macros/enable-itron.m4: new file.
478        * macros/enable-libcdir.m4: new file.
479        * macros/enable-multiprocessing.m4: new file.
480        * macros/enable-networking.m4: new file.
481        * macros/enable-posix.m4: new file.
482        * macros/enable-rdbg.m4: new file.
483        * macros/enable-rtemsbsp.m4: new file.
484        * macros/enable-tests.m4: new file.
485        * macros/gcc-pipe.m4: new file.
486        * macros/gcc-specs.m4: new file.
487        * macros/i386-gas-code16.m4: new file.
488        * macros/path-ksh.m4: new file.
489        * macros/path-perl.m4: new file.
490        * macros/prog-cc.m4: new file.
491        * macros/prog-cxx.m4: new file.
492        * macros/project-root.m4: new file.
493        * macros/rtems-top.m4: new file.
494        * macros/sysv-ipc.m4: new file.
495        * macros/target.m4: new file.
496        * macros/rtems-test-no-pause.m4: new file.
497        * macros/multilib.m4: new file.
498        * macros/tool-paths.m4: new file.
499        * macros/tool-prefix.m4: new file.
500
5012000-09-14      Joel Sherrill <joel@OARcorp.com>
502
503        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
504
5052000-09-14      Joel Sherrill <joel@OARcorp.com>
506
507        * aclocal/enable-hwapi.m4: Now longer used and removed.
508
5092000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * automake/lib.am: Remove leaf.cfg.
512
5132000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/rtems-top.m4: Add ENDIF-hack.
516        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
517
5182000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
521        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
522        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
523        * automake/compile.am: Replaced.
524        * automake/local.am: Remove building variant handling.
525
5262000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
529        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
530        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
531        * aclocal/target.m4: Cleanup comments
532        * Automake/compile.am: Add DEFS support to keep building happy.
533
5342000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
537
5382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * automake/compile.am: New file
541        * ChangeLog: Fix email addresses
542
5432000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * LICENSE.NET, README, README.configure: Spelling corrections.
546
5472000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
550
5512000-08-30      Joel Sherrill <joel@OARcorp.com>
552
553        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
554
5552000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
556
557        * ChangeLog: Moved incorrect entries to make/ChangeLog.
558
5592000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * aclocal/check-bsps.h:
562          - Add pck6-BSP
563          - Exclude ChangeLog from being picked up as BSP
564        * aclocal/bsp-alias.m4: Add pck6-BSP
565
5662000-08-10      Joel Sherrill <joel@OARcorp.com>
567
568        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.