source: rtems/ChangeLog @ 0f8ae13c

4.104.114.84.95
Last change on this file since 0f8ae13c was 0f8ae13c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:27:36

2002-06-30 Ralf Corsepius <corsepiu@…>

  • aclocal/check-multiprocessing.m4: Reworked.
  • aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
  • Property mode set to 100644
File size: 20.5 KB
RevLine 
[0f8ae13c]12002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/check-multiprocessing.m4: Reworked.
4        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
5
[48e7a718]62002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * automake/multilib.am: Remove.
9        * Makefile.am: Reflect change above.
10
[f610f0c5]112002-06-28      Joel Sherrill <joel@OARcorp.com>
12
13        * aclocal/version.m4: Updated to rtems-ss-20020628.
14
[8ce766ce]152002-06-27      Joel Sherrill <joel@OARcorp.com>
16
17        * tools/Makefile.am: Build the cpu dependent tools as well.
18
[ba2df911]192002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * aclocal/env-rtemscpu.m4: Remove.
22        * aclocal/multi.m4: Remove.
23        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
24
[28311188]252002-05-28      Joel Sherrill <joel@OARcorp.com>
26
27        * aclocal/version.m4: Updated to rtems-ss-20020528.
28
[53eb191]292002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * aclocal/prog-cc.m4: Remove GCC272 support.
32        Remove ENABLE_LIBCDIR.
33        * aclocal/prog-cxx.m4: Ditto.
34        * aclocal/enable-gcc28.m4: Remove.
35        * aclocal/enable-libcdir.m4: Ditto.
36
[fd2bc17a]372002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
40        ENABLE_GCC28.
41
[978f59a]422002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * automake/compile.am: Remove GCC272 support.
45        Remove *.sh rule (unused).
46        * configure.ac: Remove ENABLE_GCC28.
47        Remove ENABLE_LIBCDIR.
48
[6568b90]492002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * .cvsignore: Added mdate-sh and texinfo.tex.
52
[321f5ff]532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * aclocal/version.m4: New file.
56        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
57        aclocal/version.m4.
58        * bootstrap: Use aclocal/version.m4 instead of VERSION.
59        * configure.ac: Use aclocal/version.m4 instead of VERSION.
60
[579f14cc]612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac:
64        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
65        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
68
[dee576c0]692002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
72        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
73
[5800e142]742002-03-08      Joel Sherrill <joel@OARcorp.com>
75
76        * VERSION: Updated to rtems-mg5-20020808.
77
[41debfd]782002-03-01      Joel Sherrill <joel@OARcorp.com>
79
80        * VERSION: Updated to rtems-ss-20020301.
81
[7f87dd3]822002-02-15      Joel Sherrill <joel@OARcorp.com>
83
84        * VERSION: Updated to rtems-ss-20020215.
85
[9b11632]862002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * aclocal/subdirs.m4: Propagate the current $prefix to the
89        sub-configures.
90
[5bca94b]912002-02-05      Joel Sherrill <joel@OARcorp.com>
92
93        * VERSION: Updated to rtems-ss-20020205.
94
[d7aabb7c]952002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
98        compatibility.
99        * bootstrap: Let --clean remove texinfo.tex.
100
[cbc4e6fa]1012002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
104
[003d4da]1052002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Add --enable-docs support. Add
108        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
109        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
110        hard-coded SUBDIRS.
111        * README.configure: Added a bit of information on this new option.
112
[e7288b7]1132002-01-18      Joel Sherrill <joel@OARcorp.com>
114
115        * VERSION: Updated to rtems-ss-20020118.
116
[9ee8036]1172002-01-18      Joel Sherrill <joel@OARcorp.com>
118
119        * VERSION: Updated to rtems-20020118.
120
[b2433b2]1212002-01-17      Joel Sherrill <joel@OARcorp.com>
122
123        * VERSION: Updated to rtems-ss-20020717.
124
[36202ec]1252002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
128        check upon host_alias != build_alias.
129
[1ae913e]1302002-01-07      Joel Sherrill <joel@OARcorp.com>
131
132        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
133        last line to eliminate 100's of warnings.
134
[a0ea6f1]1352002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * aclocal/check-newlib.m4: Apply AS_IF.
138        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
139        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
140        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
141        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
142        changes.
143        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
144        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
145        * automake/compile.am: Remove librtemsall from LINK_FILES.
146
[ba748523]1472001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
150        * aclocal/subdirs.m4: New file.
151        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
152        modifications.
153        * aclocal/check-posix.m4: Apply AS_IF.
154        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
155        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
156        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
157        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
158        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
159        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
160        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
161        OUTPUT_COMMANDS.
162        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
163        * aclocal/rtems-debug.m4: Minor cleanups.
164        * aclocal/rtems-top.m4: Minor cleanups.
165        * automake/compile.am: Further steps towards automake's rules.
166
[c5fff113]1672001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
170        * automake/lib.am: Add MULTISUBDIR.
171
[d0d33f21]1722001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * bootstrap: Run autoheader when configure.ac contains
175        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
176
[1a457f5]1772001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * aclocal/bsp-configure.m4: New file.
180        * Makefile.am: Add aclocal/bsp-configure.m4.
181
[345772e]1822001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Add automake/force-preinstall.am,
185        aclocal/ppc.am, remove ACLOCAL_M4.
186
[8e541868]1872001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/bsp-alias.m4: Remove score603e_g1.
190        * aclocal/check-bsps.m4: Remove score603e_g1.
191        * aclocal/prog-cc.m4: Apply m4_if.
192
193
[466e590]1942001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * automake/force-preinstall.am: New file.
197        * aclocal/ppc.m4: New file.
198
[9c392aa2]1992001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * aclocal/check-bsps.m4: Reworked.
202        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
203
[7ee86ba7]2042001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * aclocal/bspopts.m4: New file.
207
[4812b65b]2082001-11-13      Joel Sherrill <joel@OARcorp.com>
209
210        * COPYING: Test of $Id$ -> $RTEMS$.
211
[0aa09608]2122001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
213
214        This modification is part of the submitted modifications necessary to
215        support the IBM PPC405 family.  This submission was reviewed by
216        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
217        not negatively impact the ppc403 BSPs.  The submission and tracking
218        process was captured as PR50.
219        * README.configure: Added gen405 BSP.
220
[a34b245]2212001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Adopt more automake rules:
224        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
225        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
226        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
227        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
228        CXXLINK_APP in make-cxx-exe.
229        * automake/lib.am: Add ARFLAGS.
230
[60c7524]2312001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
234        config.cache's which prevented powerpc targets librdbg from building.
235
[080afec]2362001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
239        add 2nd arg to _RTEMS_CPU_SUBDIR.
240        * aclocal/target.m4: Replace ac_configure_args with
241        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
242        * Makefile.am: Require automake-1.5.
243
[66387986]2442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
247        * configure.in: Remove.
248        * configure.ac: New file, generated from configure.in by autoupdate.
249
[083b72a]2502001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * aclocal/rtems-cpu-subdirs.m4: New file.
253
[bfba54e]2542001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * automake/compile.am: Fundamentally reworked compilation rules for
257        closer adaptation to automake's behavior.
258
[8738dfaa]2592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * automake/lib.am: Comment out LD.
262        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
263        automake/leaf.am to AUTOMAKE_FILES.
264
[d9e4f08]2652001-09-27      Joel Sherrill <joel@OARcorp.com>
266
267        * config.guess: No longer in CVS since installed by bootstrap.
268
[ceb9f8f]2692001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * bootstrap: remove/add automake added files.
272        * .cvsignore: reflect changes to bootstrap.
273
[5ddff84b]2742001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * automake/leaf.am: New file.
277
[37b5d78]2782001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
281        of AC_CANONICAL_SYSTEM.
282        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
283        mkinstalldirs and mkdir.
284        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
285        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
286        _RTEMS_OUTPUT_BUILD_SUBDIRS.
287       
[986e1113]2882001-09-13      Joel Sherrill <joel@OARcorp.com>
289
290        * missing: Updated to latest version.
291
[e712997]2922001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.in: autoupdate to autoconf-2.52.
295        * bootstrap: Add handling for configure.ac, make autoheader verbose,
296        fix auto*tool invocation order.
297        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
298        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
299        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
300        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
301        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
302        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
303        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
304        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
305        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
306        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
307        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
308        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
309        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
310        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
311        RTEMS_CONFIG_PER_BSP conditional.
312        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
313        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
314        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
315
[e32fdfa]3162001-05-25      Joel Sherrill <joel@OARcorp.com>
317
318        * README.configure: Corrected the name of the MRM332 BSP.
319        Strengthened the distinction between what the target
320        and the BSP each select.  Added more targets to list.
321
[4cb89cc9]3222001-05-25      Joel Sherrill <joel@OARcorp.com>
323
324        * README.configure: Updated the list of BSPs.
325
[a86c171]3262001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
329        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
330        Add support for DOS-drive-letters.
331
[f1d08c98]3322001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
335        RTEMS_PROG_CC_FOR_TARGET.
336
[83518713]3372001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * README.cdn-X: Update.
340        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
341        @CPPFLAGS@ to CPPFLAGS.
342
[084556d]3432001-04-20      Eric Valette <valette@crf.canon.fr>
344
345        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
346        BSPs support the new exception processing model and
347        consequently, librdbg.
348
[48ad47cc]3492001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.in: Reworked for Canadian Cross support.
352        * Makefile.am: Reflect changes to configure.in.
353        * config.guess, config.sub: Update from subversions.gnu.org.
354        * README.cdn-X: New file.
355        * tools/Makefile.am: Remove build, tools from SUBDIRS.
356
[b50b3c8]3572001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
360        TARGET_CONFIG_SUBDIRS.
361        * aclocal/enable-bsp.m4: fix quoting.
362        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
363
[70cbff2]3642001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * aclocal/config-subdirs.m4: New file.
367        * aclocal/target.m4: Use macros from config-subdirs.m4.
368
[6e815b38]3692001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
372        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
373
[21d7de3a]3742001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
[70cbff2]376        * configure.in: Fix AM_INIT_AUTOMAKE.
[21d7de3a]377        * aclocal/bsp-arg-enable.m4: Extend comments.
378        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
379        the default clause.
380
[560aae24]3812001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
384        RTEMS_ENV_RTEMSCPU.
385        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
386        special treatment for GCC_SPECS.
387        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
388        special treatment for GCC_SPECS.
389        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
390        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
391        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
392        instead of $(shell ..) for LIBC_LIB*.
393
[227ae749]3942001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
397        simsh7045.
398
[4dc2e9a]3992001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
400
401        * automake/compile.am: Add LD.
402
[baedcbb]4032000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * config.guess, config.sub: Update from CVS-autoconf to pick
406        up new features (e.g. CC_FOR_BUILD in config.guess) but is
407        necessary anyway to use autoconf-versions > 2.13.
408
[1033e27]4092000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
412        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
413        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
414        help string.
415        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
416
[a44f9ca5]4172000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
418
419        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
420        Modified to reflect addition of LEON BSPs as well as the
421        no-FP ERC32 variant.
422
[2dbd07f8]4232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
426        standard).
427        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
428        standard).
429        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
430        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
431        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
432        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
433
[5913d94]4342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
437        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
438        $host instead of $target (BUG-FIX).
439        * configure.in: Use $target and $host instead of $target_alias and
440        $host_alias (autoconf-2.49b).
441        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
442        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
443
444        NOTES:
445        * autoconf-2.49b depredicates using changequotes.
446        * The changes to configure.in are due to cleanups in
447        autoconf-2.49b's implemention of canonicalization. With
448        autoconf-2.1x it wasn't always clear, when to use $xxx or
449        $xxx_alias. Now this is clear.
450
[feead226]4512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
454
[4686e5d9]4552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
458        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
459        with an RTEMS specific but more restrictive autoconf macro.
460
[779654e]4612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * automake/lib.am: Add LD.
464
[2f17d74]4652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
468        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
469
[2e0fd427]4702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471 
472        * aclocal/*: Replace with contents of macros/*.m4
473        * macros/: Remove.
474        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
475        * Makefile.am: Reflect changes to aclocal/ and macros/.
476
[3174a7ed]4772000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.in: New, Cygnus/GNU style configuration.
480        * Makefile.am: Add macros/, reflect new configure.in,
481        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
482        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
483        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
484        * macros/tool-prefix.m4: Remove.
485        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
486        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
487        RTEMS_ROOT.
488        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
489        * macros/multilib.m4: Various minor fixes.
490        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
491        PROJECT_ROOT, RTEMS_ROOT.
492        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
493        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
494
[16a30bd3]4952000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * automake/multilib.am: New file.
498        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
499        the automake/ directory.
500
[509f8351]5012000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * macros/enable-hwapi.m4: Removed.
504        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
505        A small cleanup step towards gnu-canonicalization.
506
[aac7fdd2]5072000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * macros: New directory.
510        * macros/bsp-alias.m4: new file.
511        * macros/canonical-host.m4: new file.
512        * macros/canonical-target-name.m4: new file.
513        * macros/canonicalize-tools.m4: new file.
514        * macros/check-bsp-cache.m4: new file.
515        * macros/check-bsps.m4: new file.
516        * macros/check-cpu.m4: new file.
517        * macros/rtems-debug.m4: new file.
518        * macros/check-cxx.m4: new file.
519        * macros/check-itron.m4: new file.
520        * macros/check-multiprocessing.m4: new file.
521        * macros/check-networking.m4: new file.
522        * macros/check-newlib.m4: new file.
523        * macros/check-posix.m4: new file.
524        * macros/check-rdbg.m4: new file.
525        * macros/enable-bare.m4: new file.
526        * macros/enable-cxx.m4: new file.
527        * macros/enable-gcc28.m4: new file.
528        * macros/enable-inlines.m4: new file.
529        * macros/enable-itron.m4: new file.
530        * macros/enable-libcdir.m4: new file.
531        * macros/enable-multiprocessing.m4: new file.
532        * macros/enable-networking.m4: new file.
533        * macros/enable-posix.m4: new file.
534        * macros/enable-rdbg.m4: new file.
535        * macros/enable-rtemsbsp.m4: new file.
536        * macros/enable-tests.m4: new file.
537        * macros/gcc-pipe.m4: new file.
538        * macros/gcc-specs.m4: new file.
539        * macros/i386-gas-code16.m4: new file.
540        * macros/path-ksh.m4: new file.
541        * macros/path-perl.m4: new file.
542        * macros/prog-cc.m4: new file.
543        * macros/prog-cxx.m4: new file.
544        * macros/project-root.m4: new file.
545        * macros/rtems-top.m4: new file.
546        * macros/sysv-ipc.m4: new file.
547        * macros/target.m4: new file.
548        * macros/rtems-test-no-pause.m4: new file.
549        * macros/multilib.m4: new file.
550        * macros/tool-paths.m4: new file.
551        * macros/tool-prefix.m4: new file.
552
[9b1a45f]5532000-09-14      Joel Sherrill <joel@OARcorp.com>
554
555        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
556
[c9782f9]5572000-09-14      Joel Sherrill <joel@OARcorp.com>
558
559        * aclocal/enable-hwapi.m4: Now longer used and removed.
560
[ab23133]5612000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * automake/lib.am: Remove leaf.cfg.
564
[372e4e2]5652000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * aclocal/rtems-top.m4: Add ENDIF-hack.
568        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
569
[1ea70d78]5702000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
573        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
574        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
575        * automake/compile.am: Replaced.
576        * automake/local.am: Remove building variant handling.
577
[03d5706]5782000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
581        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
582        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
583        * aclocal/target.m4: Cleanup comments
584        * Automake/compile.am: Add DEFS support to keep building happy.
585
[9322194]5862000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
589
[7294718f]5902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * automake/compile.am: New file
593        * ChangeLog: Fix email addresses
594
5952000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[f9e72d3]596
597        * LICENSE.NET, README, README.configure: Spelling corrections.
598
[7294718f]5992000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[be28778]600
601        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
602
[08f06ad1]6032000-08-30      Joel Sherrill <joel@OARcorp.com>
604
605        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
606
[dd53e2e]6072000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
608
609        * ChangeLog: Moved incorrect entries to make/ChangeLog.
610
[8e57762]6112000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * aclocal/check-bsps.h:
614          - Add pck6-BSP
615          - Exclude ChangeLog from being picked up as BSP
616        * aclocal/bsp-alias.m4: Add pck6-BSP
617
[e94ad1fe]6182000-08-10      Joel Sherrill <joel@OARcorp.com>
619
620        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.