source: rtems/ChangeLog @ b2433b2

4.104.114.84.95
Last change on this file since b2433b2 was b2433b2, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 23:30:01

2002-01-17 Joel Sherrill <joel@…>

  • VERSION: Updated to rtems-ss-20020717.
  • Property mode set to 100644
File size: 17.2 KB
RevLine 
[b2433b2]12002-01-17      Joel Sherrill <joel@OARcorp.com>
2
3        * VERSION: Updated to rtems-ss-20020717.
4
[36202ec]52002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
8        check upon host_alias != build_alias.
9
[1ae913e]102002-01-07      Joel Sherrill <joel@OARcorp.com>
11
12        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
13        last line to eliminate 100's of warnings.
14
[a0ea6f1]152002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * aclocal/check-newlib.m4: Apply AS_IF.
18        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
19        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
20        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
21        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
22        changes.
23        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
24        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
25        * automake/compile.am: Remove librtemsall from LINK_FILES.
26
[ba748523]272001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
30        * aclocal/subdirs.m4: New file.
31        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
32        modifications.
33        * aclocal/check-posix.m4: Apply AS_IF.
34        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
35        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
36        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
37        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
38        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
39        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
40        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
41        OUTPUT_COMMANDS.
42        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
43        * aclocal/rtems-debug.m4: Minor cleanups.
44        * aclocal/rtems-top.m4: Minor cleanups.
45        * automake/compile.am: Further steps towards automake's rules.
46
[c5fff113]472001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
50        * automake/lib.am: Add MULTISUBDIR.
51
[d0d33f21]522001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * bootstrap: Run autoheader when configure.ac contains
55        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
56
[1a457f5]572001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * aclocal/bsp-configure.m4: New file.
60        * Makefile.am: Add aclocal/bsp-configure.m4.
61
[345772e]622001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Add automake/force-preinstall.am,
65        aclocal/ppc.am, remove ACLOCAL_M4.
66
[8e541868]672001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * aclocal/bsp-alias.m4: Remove score603e_g1.
70        * aclocal/check-bsps.m4: Remove score603e_g1.
71        * aclocal/prog-cc.m4: Apply m4_if.
72
73
[466e590]742001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * automake/force-preinstall.am: New file.
77        * aclocal/ppc.m4: New file.
78
[9c392aa2]792001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * aclocal/check-bsps.m4: Reworked.
82        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
83
[7ee86ba7]842001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/bspopts.m4: New file.
87
[4812b65b]882001-11-13      Joel Sherrill <joel@OARcorp.com>
89
90        * COPYING: Test of $Id$ -> $RTEMS$.
91
[0aa09608]922001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
93
94        This modification is part of the submitted modifications necessary to
95        support the IBM PPC405 family.  This submission was reviewed by
96        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
97        not negatively impact the ppc403 BSPs.  The submission and tracking
98        process was captured as PR50.
99        * README.configure: Added gen405 BSP.
100
[a34b245]1012001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Adopt more automake rules:
104        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
105        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
106        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
107        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
108        CXXLINK_APP in make-cxx-exe.
109        * automake/lib.am: Add ARFLAGS.
110
[60c7524]1112001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
114        config.cache's which prevented powerpc targets librdbg from building.
115
[080afec]1162001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
119        add 2nd arg to _RTEMS_CPU_SUBDIR.
120        * aclocal/target.m4: Replace ac_configure_args with
121        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
122        * Makefile.am: Require automake-1.5.
123
[66387986]1242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
127        * configure.in: Remove.
128        * configure.ac: New file, generated from configure.in by autoupdate.
129
[083b72a]1302001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * aclocal/rtems-cpu-subdirs.m4: New file.
133
[bfba54e]1342001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * automake/compile.am: Fundamentally reworked compilation rules for
137        closer adaptation to automake's behavior.
138
[8738dfaa]1392001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * automake/lib.am: Comment out LD.
142        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
143        automake/leaf.am to AUTOMAKE_FILES.
144
[d9e4f08]1452001-09-27      Joel Sherrill <joel@OARcorp.com>
146
147        * config.guess: No longer in CVS since installed by bootstrap.
148
[ceb9f8f]1492001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * bootstrap: remove/add automake added files.
152        * .cvsignore: reflect changes to bootstrap.
153
[5ddff84b]1542001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * automake/leaf.am: New file.
157
[37b5d78]1582001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
161        of AC_CANONICAL_SYSTEM.
162        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
163        mkinstalldirs and mkdir.
164        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
165        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
166        _RTEMS_OUTPUT_BUILD_SUBDIRS.
167       
[986e1113]1682001-09-13      Joel Sherrill <joel@OARcorp.com>
169
170        * missing: Updated to latest version.
171
[e712997]1722001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.in: autoupdate to autoconf-2.52.
175        * bootstrap: Add handling for configure.ac, make autoheader verbose,
176        fix auto*tool invocation order.
177        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
178        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
179        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
180        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
181        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
182        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
183        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
184        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
185        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
186        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
187        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
188        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
189        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
190        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
191        RTEMS_CONFIG_PER_BSP conditional.
192        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
193        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
194        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
195
[e32fdfa]1962001-05-25      Joel Sherrill <joel@OARcorp.com>
197
198        * README.configure: Corrected the name of the MRM332 BSP.
199        Strengthened the distinction between what the target
200        and the BSP each select.  Added more targets to list.
201
[4cb89cc9]2022001-05-25      Joel Sherrill <joel@OARcorp.com>
203
204        * README.configure: Updated the list of BSPs.
205
[a86c171]2062001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
209        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
210        Add support for DOS-drive-letters.
211
[f1d08c98]2122001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
215        RTEMS_PROG_CC_FOR_TARGET.
216
[83518713]2172001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * README.cdn-X: Update.
220        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
221        @CPPFLAGS@ to CPPFLAGS.
222
[084556d]2232001-04-20      Eric Valette <valette@crf.canon.fr>
224
225        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
226        BSPs support the new exception processing model and
227        consequently, librdbg.
228
[48ad47cc]2292001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.in: Reworked for Canadian Cross support.
232        * Makefile.am: Reflect changes to configure.in.
233        * config.guess, config.sub: Update from subversions.gnu.org.
234        * README.cdn-X: New file.
235        * tools/Makefile.am: Remove build, tools from SUBDIRS.
236
[b50b3c8]2372001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
240        TARGET_CONFIG_SUBDIRS.
241        * aclocal/enable-bsp.m4: fix quoting.
242        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
243
[70cbff2]2442001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * aclocal/config-subdirs.m4: New file.
247        * aclocal/target.m4: Use macros from config-subdirs.m4.
248
[6e815b38]2492001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
252        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
253
[21d7de3a]2542001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
[70cbff2]256        * configure.in: Fix AM_INIT_AUTOMAKE.
[21d7de3a]257        * aclocal/bsp-arg-enable.m4: Extend comments.
258        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
259        the default clause.
260
[560aae24]2612001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
264        RTEMS_ENV_RTEMSCPU.
265        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
266        special treatment for GCC_SPECS.
267        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
268        special treatment for GCC_SPECS.
269        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
270        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
271        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
272        instead of $(shell ..) for LIBC_LIB*.
273
[227ae749]2742001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
277        simsh7045.
278
[4dc2e9a]2792001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
280
281        * automake/compile.am: Add LD.
282
[baedcbb]2832000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * config.guess, config.sub: Update from CVS-autoconf to pick
286        up new features (e.g. CC_FOR_BUILD in config.guess) but is
287        necessary anyway to use autoconf-versions > 2.13.
288
[1033e27]2892000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
292        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
293        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
294        help string.
295        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
296
[a44f9ca5]2972000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
298
299        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
300        Modified to reflect addition of LEON BSPs as well as the
301        no-FP ERC32 variant.
302
[2dbd07f8]3032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
306        standard).
307        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
308        standard).
309        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
310        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
311        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
312        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
313
[5913d94]3142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
317        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
318        $host instead of $target (BUG-FIX).
319        * configure.in: Use $target and $host instead of $target_alias and
320        $host_alias (autoconf-2.49b).
321        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
322        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
323
324        NOTES:
325        * autoconf-2.49b depredicates using changequotes.
326        * The changes to configure.in are due to cleanups in
327        autoconf-2.49b's implemention of canonicalization. With
328        autoconf-2.1x it wasn't always clear, when to use $xxx or
329        $xxx_alias. Now this is clear.
330
[feead226]3312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
334
[4686e5d9]3352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
338        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
339        with an RTEMS specific but more restrictive autoconf macro.
340
[779654e]3412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * automake/lib.am: Add LD.
344
[2f17d74]3452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
348        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
349
[2e0fd427]3502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351 
352        * aclocal/*: Replace with contents of macros/*.m4
353        * macros/: Remove.
354        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
355        * Makefile.am: Reflect changes to aclocal/ and macros/.
356
[3174a7ed]3572000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.in: New, Cygnus/GNU style configuration.
360        * Makefile.am: Add macros/, reflect new configure.in,
361        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
362        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
363        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
364        * macros/tool-prefix.m4: Remove.
365        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
366        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
367        RTEMS_ROOT.
368        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
369        * macros/multilib.m4: Various minor fixes.
370        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
371        PROJECT_ROOT, RTEMS_ROOT.
372        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
373        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
374
[16a30bd3]3752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * automake/multilib.am: New file.
378        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
379        the automake/ directory.
380
[509f8351]3812000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * macros/enable-hwapi.m4: Removed.
384        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
385        A small cleanup step towards gnu-canonicalization.
386
[aac7fdd2]3872000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * macros: New directory.
390        * macros/bsp-alias.m4: new file.
391        * macros/canonical-host.m4: new file.
392        * macros/canonical-target-name.m4: new file.
393        * macros/canonicalize-tools.m4: new file.
394        * macros/check-bsp-cache.m4: new file.
395        * macros/check-bsps.m4: new file.
396        * macros/check-cpu.m4: new file.
397        * macros/rtems-debug.m4: new file.
398        * macros/check-cxx.m4: new file.
399        * macros/check-itron.m4: new file.
400        * macros/check-multiprocessing.m4: new file.
401        * macros/check-networking.m4: new file.
402        * macros/check-newlib.m4: new file.
403        * macros/check-posix.m4: new file.
404        * macros/check-rdbg.m4: new file.
405        * macros/enable-bare.m4: new file.
406        * macros/enable-cxx.m4: new file.
407        * macros/enable-gcc28.m4: new file.
408        * macros/enable-inlines.m4: new file.
409        * macros/enable-itron.m4: new file.
410        * macros/enable-libcdir.m4: new file.
411        * macros/enable-multiprocessing.m4: new file.
412        * macros/enable-networking.m4: new file.
413        * macros/enable-posix.m4: new file.
414        * macros/enable-rdbg.m4: new file.
415        * macros/enable-rtemsbsp.m4: new file.
416        * macros/enable-tests.m4: new file.
417        * macros/gcc-pipe.m4: new file.
418        * macros/gcc-specs.m4: new file.
419        * macros/i386-gas-code16.m4: new file.
420        * macros/path-ksh.m4: new file.
421        * macros/path-perl.m4: new file.
422        * macros/prog-cc.m4: new file.
423        * macros/prog-cxx.m4: new file.
424        * macros/project-root.m4: new file.
425        * macros/rtems-top.m4: new file.
426        * macros/sysv-ipc.m4: new file.
427        * macros/target.m4: new file.
428        * macros/rtems-test-no-pause.m4: new file.
429        * macros/multilib.m4: new file.
430        * macros/tool-paths.m4: new file.
431        * macros/tool-prefix.m4: new file.
432
[9b1a45f]4332000-09-14      Joel Sherrill <joel@OARcorp.com>
434
435        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
436
[c9782f9]4372000-09-14      Joel Sherrill <joel@OARcorp.com>
438
439        * aclocal/enable-hwapi.m4: Now longer used and removed.
440
[ab23133]4412000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * automake/lib.am: Remove leaf.cfg.
444
[372e4e2]4452000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * aclocal/rtems-top.m4: Add ENDIF-hack.
448        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
449
[1ea70d78]4502000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
453        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
454        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
455        * automake/compile.am: Replaced.
456        * automake/local.am: Remove building variant handling.
457
[03d5706]4582000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
461        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
462        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
463        * aclocal/target.m4: Cleanup comments
464        * Automake/compile.am: Add DEFS support to keep building happy.
465
[9322194]4662000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
469
[7294718f]4702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * automake/compile.am: New file
473        * ChangeLog: Fix email addresses
474
4752000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[f9e72d3]476
477        * LICENSE.NET, README, README.configure: Spelling corrections.
478
[7294718f]4792000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[be28778]480
481        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
482
[08f06ad1]4832000-08-30      Joel Sherrill <joel@OARcorp.com>
484
485        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
486
[dd53e2e]4872000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
488
489        * ChangeLog: Moved incorrect entries to make/ChangeLog.
490
[8e57762]4912000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * aclocal/check-bsps.h:
494          - Add pck6-BSP
495          - Exclude ChangeLog from being picked up as BSP
496        * aclocal/bsp-alias.m4: Add pck6-BSP
497
[e94ad1fe]4982000-08-10      Joel Sherrill <joel@OARcorp.com>
499
500        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.