source: rtems/ChangeLog @ 978f59a

4.104.114.84.95
Last change on this file since 978f59a was 978f59a, checked in by Joel Sherrill <joel.sherrill@…>, on 04/16/02 at 13:53:49

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

  • automake/compile.am: Remove GCC272 support. Remove *.sh rule (unused).
  • configure.ac: Remove ENABLE_GCC28. Remove ENABLE_LIBCDIR.
  • Property mode set to 100644
File size: 19.4 KB
Line 
12002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/compile.am: Remove GCC272 support.
4        Remove *.sh rule (unused).
5        * configure.ac: Remove ENABLE_GCC28.
6        Remove ENABLE_LIBCDIR.
7
82002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * .cvsignore: Added mdate-sh and texinfo.tex.
11
122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * aclocal/version.m4: New file.
15        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
16        aclocal/version.m4.
17        * bootstrap: Use aclocal/version.m4 instead of VERSION.
18        * configure.ac: Use aclocal/version.m4 instead of VERSION.
19
202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac:
23        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
24        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
25        * Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
27
282002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
31        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
32
332002-03-08      Joel Sherrill <joel@OARcorp.com>
34
35        * VERSION: Updated to rtems-mg5-20020808.
36
372002-03-01      Joel Sherrill <joel@OARcorp.com>
38
39        * VERSION: Updated to rtems-ss-20020301.
40
412002-02-15      Joel Sherrill <joel@OARcorp.com>
42
43        * VERSION: Updated to rtems-ss-20020215.
44
452002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * aclocal/subdirs.m4: Propagate the current $prefix to the
48        sub-configures.
49
502002-02-05      Joel Sherrill <joel@OARcorp.com>
51
52        * VERSION: Updated to rtems-ss-20020205.
53
542002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
57        compatibility.
58        * bootstrap: Let --clean remove texinfo.tex.
59
602002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
63
642002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Add --enable-docs support. Add
67        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
68        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
69        hard-coded SUBDIRS.
70        * README.configure: Added a bit of information on this new option.
71
722002-01-18      Joel Sherrill <joel@OARcorp.com>
73
74        * VERSION: Updated to rtems-ss-20020118.
75
762002-01-18      Joel Sherrill <joel@OARcorp.com>
77
78        * VERSION: Updated to rtems-20020118.
79
802002-01-17      Joel Sherrill <joel@OARcorp.com>
81
82        * VERSION: Updated to rtems-ss-20020717.
83
842002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
87        check upon host_alias != build_alias.
88
892002-01-07      Joel Sherrill <joel@OARcorp.com>
90
91        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
92        last line to eliminate 100's of warnings.
93
942002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * aclocal/check-newlib.m4: Apply AS_IF.
97        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
98        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
99        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
100        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
101        changes.
102        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
103        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
104        * automake/compile.am: Remove librtemsall from LINK_FILES.
105
1062001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
109        * aclocal/subdirs.m4: New file.
110        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
111        modifications.
112        * aclocal/check-posix.m4: Apply AS_IF.
113        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
114        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
115        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
116        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
117        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
118        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
119        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
120        OUTPUT_COMMANDS.
121        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
122        * aclocal/rtems-debug.m4: Minor cleanups.
123        * aclocal/rtems-top.m4: Minor cleanups.
124        * automake/compile.am: Further steps towards automake's rules.
125
1262001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
129        * automake/lib.am: Add MULTISUBDIR.
130
1312001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * bootstrap: Run autoheader when configure.ac contains
134        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
135
1362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * aclocal/bsp-configure.m4: New file.
139        * Makefile.am: Add aclocal/bsp-configure.m4.
140
1412001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Add automake/force-preinstall.am,
144        aclocal/ppc.am, remove ACLOCAL_M4.
145
1462001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * aclocal/bsp-alias.m4: Remove score603e_g1.
149        * aclocal/check-bsps.m4: Remove score603e_g1.
150        * aclocal/prog-cc.m4: Apply m4_if.
151
152
1532001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * automake/force-preinstall.am: New file.
156        * aclocal/ppc.m4: New file.
157
1582001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * aclocal/check-bsps.m4: Reworked.
161        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
162
1632001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * aclocal/bspopts.m4: New file.
166
1672001-11-13      Joel Sherrill <joel@OARcorp.com>
168
169        * COPYING: Test of $Id$ -> $RTEMS$.
170
1712001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
172
173        This modification is part of the submitted modifications necessary to
174        support the IBM PPC405 family.  This submission was reviewed by
175        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
176        not negatively impact the ppc403 BSPs.  The submission and tracking
177        process was captured as PR50.
178        * README.configure: Added gen405 BSP.
179
1802001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Adopt more automake rules:
183        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
184        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
185        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
186        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
187        CXXLINK_APP in make-cxx-exe.
188        * automake/lib.am: Add ARFLAGS.
189
1902001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
193        config.cache's which prevented powerpc targets librdbg from building.
194
1952001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
198        add 2nd arg to _RTEMS_CPU_SUBDIR.
199        * aclocal/target.m4: Replace ac_configure_args with
200        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
201        * Makefile.am: Require automake-1.5.
202
2032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
206        * configure.in: Remove.
207        * configure.ac: New file, generated from configure.in by autoupdate.
208
2092001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * aclocal/rtems-cpu-subdirs.m4: New file.
212
2132001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * automake/compile.am: Fundamentally reworked compilation rules for
216        closer adaptation to automake's behavior.
217
2182001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * automake/lib.am: Comment out LD.
221        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
222        automake/leaf.am to AUTOMAKE_FILES.
223
2242001-09-27      Joel Sherrill <joel@OARcorp.com>
225
226        * config.guess: No longer in CVS since installed by bootstrap.
227
2282001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * bootstrap: remove/add automake added files.
231        * .cvsignore: reflect changes to bootstrap.
232
2332001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * automake/leaf.am: New file.
236
2372001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
240        of AC_CANONICAL_SYSTEM.
241        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
242        mkinstalldirs and mkdir.
243        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
244        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
245        _RTEMS_OUTPUT_BUILD_SUBDIRS.
246       
2472001-09-13      Joel Sherrill <joel@OARcorp.com>
248
249        * missing: Updated to latest version.
250
2512001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.in: autoupdate to autoconf-2.52.
254        * bootstrap: Add handling for configure.ac, make autoheader verbose,
255        fix auto*tool invocation order.
256        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
257        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
258        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
259        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
260        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
261        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
262        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
263        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
264        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
265        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
266        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
267        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
268        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
269        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
270        RTEMS_CONFIG_PER_BSP conditional.
271        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
272        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
273        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
274
2752001-05-25      Joel Sherrill <joel@OARcorp.com>
276
277        * README.configure: Corrected the name of the MRM332 BSP.
278        Strengthened the distinction between what the target
279        and the BSP each select.  Added more targets to list.
280
2812001-05-25      Joel Sherrill <joel@OARcorp.com>
282
283        * README.configure: Updated the list of BSPs.
284
2852001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
288        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
289        Add support for DOS-drive-letters.
290
2912001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
294        RTEMS_PROG_CC_FOR_TARGET.
295
2962001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * README.cdn-X: Update.
299        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
300        @CPPFLAGS@ to CPPFLAGS.
301
3022001-04-20      Eric Valette <valette@crf.canon.fr>
303
304        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
305        BSPs support the new exception processing model and
306        consequently, librdbg.
307
3082001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.in: Reworked for Canadian Cross support.
311        * Makefile.am: Reflect changes to configure.in.
312        * config.guess, config.sub: Update from subversions.gnu.org.
313        * README.cdn-X: New file.
314        * tools/Makefile.am: Remove build, tools from SUBDIRS.
315
3162001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
319        TARGET_CONFIG_SUBDIRS.
320        * aclocal/enable-bsp.m4: fix quoting.
321        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
322
3232001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * aclocal/config-subdirs.m4: New file.
326        * aclocal/target.m4: Use macros from config-subdirs.m4.
327
3282001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
331        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
332
3332001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.in: Fix AM_INIT_AUTOMAKE.
336        * aclocal/bsp-arg-enable.m4: Extend comments.
337        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
338        the default clause.
339
3402001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
343        RTEMS_ENV_RTEMSCPU.
344        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
345        special treatment for GCC_SPECS.
346        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
347        special treatment for GCC_SPECS.
348        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
349        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
350        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
351        instead of $(shell ..) for LIBC_LIB*.
352
3532001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
356        simsh7045.
357
3582001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
359
360        * automake/compile.am: Add LD.
361
3622000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * config.guess, config.sub: Update from CVS-autoconf to pick
365        up new features (e.g. CC_FOR_BUILD in config.guess) but is
366        necessary anyway to use autoconf-versions > 2.13.
367
3682000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
371        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
372        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
373        help string.
374        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
375
3762000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
377
378        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
379        Modified to reflect addition of LEON BSPs as well as the
380        no-FP ERC32 variant.
381
3822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
385        standard).
386        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
387        standard).
388        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
389        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
390        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
391        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
392
3932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
396        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
397        $host instead of $target (BUG-FIX).
398        * configure.in: Use $target and $host instead of $target_alias and
399        $host_alias (autoconf-2.49b).
400        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
401        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
402
403        NOTES:
404        * autoconf-2.49b depredicates using changequotes.
405        * The changes to configure.in are due to cleanups in
406        autoconf-2.49b's implemention of canonicalization. With
407        autoconf-2.1x it wasn't always clear, when to use $xxx or
408        $xxx_alias. Now this is clear.
409
4102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
413
4142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
417        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
418        with an RTEMS specific but more restrictive autoconf macro.
419
4202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * automake/lib.am: Add LD.
423
4242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
427        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
428
4292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430 
431        * aclocal/*: Replace with contents of macros/*.m4
432        * macros/: Remove.
433        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
434        * Makefile.am: Reflect changes to aclocal/ and macros/.
435
4362000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.in: New, Cygnus/GNU style configuration.
439        * Makefile.am: Add macros/, reflect new configure.in,
440        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
441        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
442        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
443        * macros/tool-prefix.m4: Remove.
444        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
445        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
446        RTEMS_ROOT.
447        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
448        * macros/multilib.m4: Various minor fixes.
449        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
450        PROJECT_ROOT, RTEMS_ROOT.
451        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
452        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
453
4542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * automake/multilib.am: New file.
457        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
458        the automake/ directory.
459
4602000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * macros/enable-hwapi.m4: Removed.
463        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
464        A small cleanup step towards gnu-canonicalization.
465
4662000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * macros: New directory.
469        * macros/bsp-alias.m4: new file.
470        * macros/canonical-host.m4: new file.
471        * macros/canonical-target-name.m4: new file.
472        * macros/canonicalize-tools.m4: new file.
473        * macros/check-bsp-cache.m4: new file.
474        * macros/check-bsps.m4: new file.
475        * macros/check-cpu.m4: new file.
476        * macros/rtems-debug.m4: new file.
477        * macros/check-cxx.m4: new file.
478        * macros/check-itron.m4: new file.
479        * macros/check-multiprocessing.m4: new file.
480        * macros/check-networking.m4: new file.
481        * macros/check-newlib.m4: new file.
482        * macros/check-posix.m4: new file.
483        * macros/check-rdbg.m4: new file.
484        * macros/enable-bare.m4: new file.
485        * macros/enable-cxx.m4: new file.
486        * macros/enable-gcc28.m4: new file.
487        * macros/enable-inlines.m4: new file.
488        * macros/enable-itron.m4: new file.
489        * macros/enable-libcdir.m4: new file.
490        * macros/enable-multiprocessing.m4: new file.
491        * macros/enable-networking.m4: new file.
492        * macros/enable-posix.m4: new file.
493        * macros/enable-rdbg.m4: new file.
494        * macros/enable-rtemsbsp.m4: new file.
495        * macros/enable-tests.m4: new file.
496        * macros/gcc-pipe.m4: new file.
497        * macros/gcc-specs.m4: new file.
498        * macros/i386-gas-code16.m4: new file.
499        * macros/path-ksh.m4: new file.
500        * macros/path-perl.m4: new file.
501        * macros/prog-cc.m4: new file.
502        * macros/prog-cxx.m4: new file.
503        * macros/project-root.m4: new file.
504        * macros/rtems-top.m4: new file.
505        * macros/sysv-ipc.m4: new file.
506        * macros/target.m4: new file.
507        * macros/rtems-test-no-pause.m4: new file.
508        * macros/multilib.m4: new file.
509        * macros/tool-paths.m4: new file.
510        * macros/tool-prefix.m4: new file.
511
5122000-09-14      Joel Sherrill <joel@OARcorp.com>
513
514        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
515
5162000-09-14      Joel Sherrill <joel@OARcorp.com>
517
518        * aclocal/enable-hwapi.m4: Now longer used and removed.
519
5202000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * automake/lib.am: Remove leaf.cfg.
523
5242000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * aclocal/rtems-top.m4: Add ENDIF-hack.
527        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
528
5292000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
532        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
533        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
534        * automake/compile.am: Replaced.
535        * automake/local.am: Remove building variant handling.
536
5372000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
540        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
541        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
542        * aclocal/target.m4: Cleanup comments
543        * Automake/compile.am: Add DEFS support to keep building happy.
544
5452000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
548
5492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * automake/compile.am: New file
552        * ChangeLog: Fix email addresses
553
5542000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * LICENSE.NET, README, README.configure: Spelling corrections.
557
5582000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
561
5622000-08-30      Joel Sherrill <joel@OARcorp.com>
563
564        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
565
5662000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
567
568        * ChangeLog: Moved incorrect entries to make/ChangeLog.
569
5702000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * aclocal/check-bsps.h:
573          - Add pck6-BSP
574          - Exclude ChangeLog from being picked up as BSP
575        * aclocal/bsp-alias.m4: Add pck6-BSP
576
5772000-08-10      Joel Sherrill <joel@OARcorp.com>
578
579        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.