source: rtems/ChangeLog @ 35b2275

4.104.114.84.95
Last change on this file since 35b2275 was 35b2275, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 09:17:40

2002-07-22 Ralf Corsepius <corsepiu@…>

  • aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
automake/compile.am: Add test -d $(ARCH)
mkdir $(ARCH) to all

compilation rules (Work-around to an automake bug).

automake/lib.am: Add test -d $(ARCH)
mkdir $(ARCH) to

make-library.

  • Property mode set to 100644
File size: 21.3 KB
Line 
12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
4        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
5        compilation rules (Work-around to an automake bug).
6        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
7        make-library.
8
92002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Activate cpukit. Remove references to c/src/exec.
12
132002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
16
172002-07-17      Joel Sherrill <joel@OARcorp.com>
18
19        * aclocal/version.m4: Updated to rtems-ss-20020717.
20
212002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * config-ml.in: Imported from gcc-3.1.
24        Change to match c/src/config-ml.in.
25
262002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * aclocal/check-multiprocessing.m4: Reworked.
29        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
30
312002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * automake/multilib.am: Remove.
34        * Makefile.am: Reflect change above.
35
362002-06-28      Joel Sherrill <joel@OARcorp.com>
37
38        * aclocal/version.m4: Updated to rtems-ss-20020628.
39
402002-06-27      Joel Sherrill <joel@OARcorp.com>
41
42        * tools/Makefile.am: Build the cpu dependent tools as well.
43
442002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * aclocal/env-rtemscpu.m4: Remove.
47        * aclocal/multi.m4: Remove.
48        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
49
502002-05-28      Joel Sherrill <joel@OARcorp.com>
51
52        * aclocal/version.m4: Updated to rtems-ss-20020528.
53
542002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * aclocal/prog-cc.m4: Remove GCC272 support.
57        Remove ENABLE_LIBCDIR.
58        * aclocal/prog-cxx.m4: Ditto.
59        * aclocal/enable-gcc28.m4: Remove.
60        * aclocal/enable-libcdir.m4: Ditto.
61
622002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
65        ENABLE_GCC28.
66
672002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * automake/compile.am: Remove GCC272 support.
70        Remove *.sh rule (unused).
71        * configure.ac: Remove ENABLE_GCC28.
72        Remove ENABLE_LIBCDIR.
73
742002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Added mdate-sh and texinfo.tex.
77
782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * aclocal/version.m4: New file.
81        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
82        aclocal/version.m4.
83        * bootstrap: Use aclocal/version.m4 instead of VERSION.
84        * configure.ac: Use aclocal/version.m4 instead of VERSION.
85
862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac:
89        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
90        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
91        * Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
93
942002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
97        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
98
992002-03-08      Joel Sherrill <joel@OARcorp.com>
100
101        * VERSION: Updated to rtems-mg5-20020808.
102
1032002-03-01      Joel Sherrill <joel@OARcorp.com>
104
105        * VERSION: Updated to rtems-ss-20020301.
106
1072002-02-15      Joel Sherrill <joel@OARcorp.com>
108
109        * VERSION: Updated to rtems-ss-20020215.
110
1112002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * aclocal/subdirs.m4: Propagate the current $prefix to the
114        sub-configures.
115
1162002-02-05      Joel Sherrill <joel@OARcorp.com>
117
118        * VERSION: Updated to rtems-ss-20020205.
119
1202002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
123        compatibility.
124        * bootstrap: Let --clean remove texinfo.tex.
125
1262002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
129
1302002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Add --enable-docs support. Add
133        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
134        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
135        hard-coded SUBDIRS.
136        * README.configure: Added a bit of information on this new option.
137
1382002-01-18      Joel Sherrill <joel@OARcorp.com>
139
140        * VERSION: Updated to rtems-ss-20020118.
141
1422002-01-18      Joel Sherrill <joel@OARcorp.com>
143
144        * VERSION: Updated to rtems-20020118.
145
1462002-01-17      Joel Sherrill <joel@OARcorp.com>
147
148        * VERSION: Updated to rtems-ss-20020717.
149
1502002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
153        check upon host_alias != build_alias.
154
1552002-01-07      Joel Sherrill <joel@OARcorp.com>
156
157        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
158        last line to eliminate 100's of warnings.
159
1602002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * aclocal/check-newlib.m4: Apply AS_IF.
163        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
164        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
165        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
166        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
167        changes.
168        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
169        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
170        * automake/compile.am: Remove librtemsall from LINK_FILES.
171
1722001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
175        * aclocal/subdirs.m4: New file.
176        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
177        modifications.
178        * aclocal/check-posix.m4: Apply AS_IF.
179        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
180        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
181        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
182        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
183        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
184        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
185        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
186        OUTPUT_COMMANDS.
187        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
188        * aclocal/rtems-debug.m4: Minor cleanups.
189        * aclocal/rtems-top.m4: Minor cleanups.
190        * automake/compile.am: Further steps towards automake's rules.
191
1922001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
195        * automake/lib.am: Add MULTISUBDIR.
196
1972001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * bootstrap: Run autoheader when configure.ac contains
200        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
201
2022001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * aclocal/bsp-configure.m4: New file.
205        * Makefile.am: Add aclocal/bsp-configure.m4.
206
2072001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Add automake/force-preinstall.am,
210        aclocal/ppc.am, remove ACLOCAL_M4.
211
2122001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * aclocal/bsp-alias.m4: Remove score603e_g1.
215        * aclocal/check-bsps.m4: Remove score603e_g1.
216        * aclocal/prog-cc.m4: Apply m4_if.
217
218
2192001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * automake/force-preinstall.am: New file.
222        * aclocal/ppc.m4: New file.
223
2242001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * aclocal/check-bsps.m4: Reworked.
227        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
228
2292001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * aclocal/bspopts.m4: New file.
232
2332001-11-13      Joel Sherrill <joel@OARcorp.com>
234
235        * COPYING: Test of $Id$ -> $RTEMS$.
236
2372001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
238
239        This modification is part of the submitted modifications necessary to
240        support the IBM PPC405 family.  This submission was reviewed by
241        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
242        not negatively impact the ppc403 BSPs.  The submission and tracking
243        process was captured as PR50.
244        * README.configure: Added gen405 BSP.
245
2462001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Adopt more automake rules:
249        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
250        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
251        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
252        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
253        CXXLINK_APP in make-cxx-exe.
254        * automake/lib.am: Add ARFLAGS.
255
2562001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
259        config.cache's which prevented powerpc targets librdbg from building.
260
2612001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
264        add 2nd arg to _RTEMS_CPU_SUBDIR.
265        * aclocal/target.m4: Replace ac_configure_args with
266        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
267        * Makefile.am: Require automake-1.5.
268
2692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
272        * configure.in: Remove.
273        * configure.ac: New file, generated from configure.in by autoupdate.
274
2752001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * aclocal/rtems-cpu-subdirs.m4: New file.
278
2792001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * automake/compile.am: Fundamentally reworked compilation rules for
282        closer adaptation to automake's behavior.
283
2842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * automake/lib.am: Comment out LD.
287        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
288        automake/leaf.am to AUTOMAKE_FILES.
289
2902001-09-27      Joel Sherrill <joel@OARcorp.com>
291
292        * config.guess: No longer in CVS since installed by bootstrap.
293
2942001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * bootstrap: remove/add automake added files.
297        * .cvsignore: reflect changes to bootstrap.
298
2992001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * automake/leaf.am: New file.
302
3032001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
306        of AC_CANONICAL_SYSTEM.
307        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
308        mkinstalldirs and mkdir.
309        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
310        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
311        _RTEMS_OUTPUT_BUILD_SUBDIRS.
312       
3132001-09-13      Joel Sherrill <joel@OARcorp.com>
314
315        * missing: Updated to latest version.
316
3172001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.in: autoupdate to autoconf-2.52.
320        * bootstrap: Add handling for configure.ac, make autoheader verbose,
321        fix auto*tool invocation order.
322        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
323        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
324        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
325        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
326        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
327        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
328        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
329        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
330        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
331        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
332        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
333        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
334        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
335        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
336        RTEMS_CONFIG_PER_BSP conditional.
337        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
338        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
339        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
340
3412001-05-25      Joel Sherrill <joel@OARcorp.com>
342
343        * README.configure: Corrected the name of the MRM332 BSP.
344        Strengthened the distinction between what the target
345        and the BSP each select.  Added more targets to list.
346
3472001-05-25      Joel Sherrill <joel@OARcorp.com>
348
349        * README.configure: Updated the list of BSPs.
350
3512001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
354        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
355        Add support for DOS-drive-letters.
356
3572001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
360        RTEMS_PROG_CC_FOR_TARGET.
361
3622001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * README.cdn-X: Update.
365        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
366        @CPPFLAGS@ to CPPFLAGS.
367
3682001-04-20      Eric Valette <valette@crf.canon.fr>
369
370        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
371        BSPs support the new exception processing model and
372        consequently, librdbg.
373
3742001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.in: Reworked for Canadian Cross support.
377        * Makefile.am: Reflect changes to configure.in.
378        * config.guess, config.sub: Update from subversions.gnu.org.
379        * README.cdn-X: New file.
380        * tools/Makefile.am: Remove build, tools from SUBDIRS.
381
3822001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
385        TARGET_CONFIG_SUBDIRS.
386        * aclocal/enable-bsp.m4: fix quoting.
387        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
388
3892001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * aclocal/config-subdirs.m4: New file.
392        * aclocal/target.m4: Use macros from config-subdirs.m4.
393
3942001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
397        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
398
3992001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.in: Fix AM_INIT_AUTOMAKE.
402        * aclocal/bsp-arg-enable.m4: Extend comments.
403        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
404        the default clause.
405
4062001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
409        RTEMS_ENV_RTEMSCPU.
410        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
411        special treatment for GCC_SPECS.
412        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
413        special treatment for GCC_SPECS.
414        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
415        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
416        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
417        instead of $(shell ..) for LIBC_LIB*.
418
4192001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
422        simsh7045.
423
4242001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
425
426        * automake/compile.am: Add LD.
427
4282000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * config.guess, config.sub: Update from CVS-autoconf to pick
431        up new features (e.g. CC_FOR_BUILD in config.guess) but is
432        necessary anyway to use autoconf-versions > 2.13.
433
4342000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
437        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
438        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
439        help string.
440        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
441
4422000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
443
444        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
445        Modified to reflect addition of LEON BSPs as well as the
446        no-FP ERC32 variant.
447
4482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
451        standard).
452        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
453        standard).
454        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
455        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
456        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
457        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
458
4592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
462        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
463        $host instead of $target (BUG-FIX).
464        * configure.in: Use $target and $host instead of $target_alias and
465        $host_alias (autoconf-2.49b).
466        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
467        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
468
469        NOTES:
470        * autoconf-2.49b depredicates using changequotes.
471        * The changes to configure.in are due to cleanups in
472        autoconf-2.49b's implemention of canonicalization. With
473        autoconf-2.1x it wasn't always clear, when to use $xxx or
474        $xxx_alias. Now this is clear.
475
4762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
479
4802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
483        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
484        with an RTEMS specific but more restrictive autoconf macro.
485
4862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * automake/lib.am: Add LD.
489
4902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
493        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
494
4952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496 
497        * aclocal/*: Replace with contents of macros/*.m4
498        * macros/: Remove.
499        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
500        * Makefile.am: Reflect changes to aclocal/ and macros/.
501
5022000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.in: New, Cygnus/GNU style configuration.
505        * Makefile.am: Add macros/, reflect new configure.in,
506        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
507        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
508        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
509        * macros/tool-prefix.m4: Remove.
510        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
511        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
512        RTEMS_ROOT.
513        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
514        * macros/multilib.m4: Various minor fixes.
515        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
516        PROJECT_ROOT, RTEMS_ROOT.
517        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
518        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
519
5202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * automake/multilib.am: New file.
523        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
524        the automake/ directory.
525
5262000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * macros/enable-hwapi.m4: Removed.
529        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
530        A small cleanup step towards gnu-canonicalization.
531
5322000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * macros: New directory.
535        * macros/bsp-alias.m4: new file.
536        * macros/canonical-host.m4: new file.
537        * macros/canonical-target-name.m4: new file.
538        * macros/canonicalize-tools.m4: new file.
539        * macros/check-bsp-cache.m4: new file.
540        * macros/check-bsps.m4: new file.
541        * macros/check-cpu.m4: new file.
542        * macros/rtems-debug.m4: new file.
543        * macros/check-cxx.m4: new file.
544        * macros/check-itron.m4: new file.
545        * macros/check-multiprocessing.m4: new file.
546        * macros/check-networking.m4: new file.
547        * macros/check-newlib.m4: new file.
548        * macros/check-posix.m4: new file.
549        * macros/check-rdbg.m4: new file.
550        * macros/enable-bare.m4: new file.
551        * macros/enable-cxx.m4: new file.
552        * macros/enable-gcc28.m4: new file.
553        * macros/enable-inlines.m4: new file.
554        * macros/enable-itron.m4: new file.
555        * macros/enable-libcdir.m4: new file.
556        * macros/enable-multiprocessing.m4: new file.
557        * macros/enable-networking.m4: new file.
558        * macros/enable-posix.m4: new file.
559        * macros/enable-rdbg.m4: new file.
560        * macros/enable-rtemsbsp.m4: new file.
561        * macros/enable-tests.m4: new file.
562        * macros/gcc-pipe.m4: new file.
563        * macros/gcc-specs.m4: new file.
564        * macros/i386-gas-code16.m4: new file.
565        * macros/path-ksh.m4: new file.
566        * macros/path-perl.m4: new file.
567        * macros/prog-cc.m4: new file.
568        * macros/prog-cxx.m4: new file.
569        * macros/project-root.m4: new file.
570        * macros/rtems-top.m4: new file.
571        * macros/sysv-ipc.m4: new file.
572        * macros/target.m4: new file.
573        * macros/rtems-test-no-pause.m4: new file.
574        * macros/multilib.m4: new file.
575        * macros/tool-paths.m4: new file.
576        * macros/tool-prefix.m4: new file.
577
5782000-09-14      Joel Sherrill <joel@OARcorp.com>
579
580        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
581
5822000-09-14      Joel Sherrill <joel@OARcorp.com>
583
584        * aclocal/enable-hwapi.m4: Now longer used and removed.
585
5862000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * automake/lib.am: Remove leaf.cfg.
589
5902000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * aclocal/rtems-top.m4: Add ENDIF-hack.
593        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
594
5952000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
598        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
599        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
600        * automake/compile.am: Replaced.
601        * automake/local.am: Remove building variant handling.
602
6032000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
606        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
607        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
608        * aclocal/target.m4: Cleanup comments
609        * Automake/compile.am: Add DEFS support to keep building happy.
610
6112000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
614
6152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * automake/compile.am: New file
618        * ChangeLog: Fix email addresses
619
6202000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * LICENSE.NET, README, README.configure: Spelling corrections.
623
6242000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
627
6282000-08-30      Joel Sherrill <joel@OARcorp.com>
629
630        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
631
6322000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
633
634        * ChangeLog: Moved incorrect entries to make/ChangeLog.
635
6362000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * aclocal/check-bsps.h:
639          - Add pck6-BSP
640          - Exclude ChangeLog from being picked up as BSP
641        * aclocal/bsp-alias.m4: Add pck6-BSP
642
6432000-08-10      Joel Sherrill <joel@OARcorp.com>
644
645        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.