source: rtems/ChangeLog @ 45e4f321

4.104.114.84.95
Last change on this file since 45e4f321 was d69c9c6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/09/02 at 04:25:56

2002-08-09 Ralf Corsepius <corsepiu@…>

  • aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V, RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
  • Property mode set to 100644
File size: 22.1 KB
Line 
12002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
4        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
5        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
6
72002-08-07      Joel Sherrill <joel@OARcorp.com>
8
9        * aclocal/version.m4: Updated to rtems-ss-20020807.
10
112002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
14
152002-07-31      Joel Sherrill <joel@OARcorp.com>
16
17        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
18        was just a stub and only the OR32 port is getting worked on.
19
202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * aclocal/subdirs.m4: Remove.
23        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
24
252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
28        exec/score/cpu.
29
302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
33        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
34        compilation rules (Work-around to an automake bug).
35        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
36        make-library.
37
382002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Activate cpukit. Remove references to c/src/exec.
41
422002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
45
462002-07-17      Joel Sherrill <joel@OARcorp.com>
47
48        * aclocal/version.m4: Updated to rtems-ss-20020717.
49
502002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * config-ml.in: Imported from gcc-3.1.
53        Change to match c/src/config-ml.in.
54
552002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * aclocal/check-multiprocessing.m4: Reworked.
58        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
59
602002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * automake/multilib.am: Remove.
63        * Makefile.am: Reflect change above.
64
652002-06-28      Joel Sherrill <joel@OARcorp.com>
66
67        * aclocal/version.m4: Updated to rtems-ss-20020628.
68
692002-06-27      Joel Sherrill <joel@OARcorp.com>
70
71        * tools/Makefile.am: Build the cpu dependent tools as well.
72
732002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * aclocal/env-rtemscpu.m4: Remove.
76        * aclocal/multi.m4: Remove.
77        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
78
792002-05-28      Joel Sherrill <joel@OARcorp.com>
80
81        * aclocal/version.m4: Updated to rtems-ss-20020528.
82
832002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * aclocal/prog-cc.m4: Remove GCC272 support.
86        Remove ENABLE_LIBCDIR.
87        * aclocal/prog-cxx.m4: Ditto.
88        * aclocal/enable-gcc28.m4: Remove.
89        * aclocal/enable-libcdir.m4: Ditto.
90
912002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
94        ENABLE_GCC28.
95
962002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * automake/compile.am: Remove GCC272 support.
99        Remove *.sh rule (unused).
100        * configure.ac: Remove ENABLE_GCC28.
101        Remove ENABLE_LIBCDIR.
102
1032002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * .cvsignore: Added mdate-sh and texinfo.tex.
106
1072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * aclocal/version.m4: New file.
110        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
111        aclocal/version.m4.
112        * bootstrap: Use aclocal/version.m4 instead of VERSION.
113        * configure.ac: Use aclocal/version.m4 instead of VERSION.
114
1152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac:
118        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
119        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
120        * Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
122
1232002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
126        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
127
1282002-03-08      Joel Sherrill <joel@OARcorp.com>
129
130        * VERSION: Updated to rtems-mg5-20020808.
131
1322002-03-01      Joel Sherrill <joel@OARcorp.com>
133
134        * VERSION: Updated to rtems-ss-20020301.
135
1362002-02-15      Joel Sherrill <joel@OARcorp.com>
137
138        * VERSION: Updated to rtems-ss-20020215.
139
1402002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/subdirs.m4: Propagate the current $prefix to the
143        sub-configures.
144
1452002-02-05      Joel Sherrill <joel@OARcorp.com>
146
147        * VERSION: Updated to rtems-ss-20020205.
148
1492002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
152        compatibility.
153        * bootstrap: Let --clean remove texinfo.tex.
154
1552002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
158
1592002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Add --enable-docs support. Add
162        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
163        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
164        hard-coded SUBDIRS.
165        * README.configure: Added a bit of information on this new option.
166
1672002-01-18      Joel Sherrill <joel@OARcorp.com>
168
169        * VERSION: Updated to rtems-ss-20020118.
170
1712002-01-18      Joel Sherrill <joel@OARcorp.com>
172
173        * VERSION: Updated to rtems-20020118.
174
1752002-01-17      Joel Sherrill <joel@OARcorp.com>
176
177        * VERSION: Updated to rtems-ss-20020717.
178
1792002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
182        check upon host_alias != build_alias.
183
1842002-01-07      Joel Sherrill <joel@OARcorp.com>
185
186        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
187        last line to eliminate 100's of warnings.
188
1892002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * aclocal/check-newlib.m4: Apply AS_IF.
192        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
193        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
194        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
195        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
196        changes.
197        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
198        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
199        * automake/compile.am: Remove librtemsall from LINK_FILES.
200
2012001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
204        * aclocal/subdirs.m4: New file.
205        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
206        modifications.
207        * aclocal/check-posix.m4: Apply AS_IF.
208        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
209        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
210        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
211        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
212        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
213        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
214        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
215        OUTPUT_COMMANDS.
216        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
217        * aclocal/rtems-debug.m4: Minor cleanups.
218        * aclocal/rtems-top.m4: Minor cleanups.
219        * automake/compile.am: Further steps towards automake's rules.
220
2212001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
224        * automake/lib.am: Add MULTISUBDIR.
225
2262001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * bootstrap: Run autoheader when configure.ac contains
229        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
230
2312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * aclocal/bsp-configure.m4: New file.
234        * Makefile.am: Add aclocal/bsp-configure.m4.
235
2362001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Add automake/force-preinstall.am,
239        aclocal/ppc.am, remove ACLOCAL_M4.
240
2412001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * aclocal/bsp-alias.m4: Remove score603e_g1.
244        * aclocal/check-bsps.m4: Remove score603e_g1.
245        * aclocal/prog-cc.m4: Apply m4_if.
246
247
2482001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * automake/force-preinstall.am: New file.
251        * aclocal/ppc.m4: New file.
252
2532001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * aclocal/check-bsps.m4: Reworked.
256        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
257
2582001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * aclocal/bspopts.m4: New file.
261
2622001-11-13      Joel Sherrill <joel@OARcorp.com>
263
264        * COPYING: Test of $Id$ -> $RTEMS$.
265
2662001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
267
268        This modification is part of the submitted modifications necessary to
269        support the IBM PPC405 family.  This submission was reviewed by
270        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
271        not negatively impact the ppc403 BSPs.  The submission and tracking
272        process was captured as PR50.
273        * README.configure: Added gen405 BSP.
274
2752001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Adopt more automake rules:
278        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
279        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
280        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
281        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
282        CXXLINK_APP in make-cxx-exe.
283        * automake/lib.am: Add ARFLAGS.
284
2852001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
288        config.cache's which prevented powerpc targets librdbg from building.
289
2902001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
293        add 2nd arg to _RTEMS_CPU_SUBDIR.
294        * aclocal/target.m4: Replace ac_configure_args with
295        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
296        * Makefile.am: Require automake-1.5.
297
2982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
301        * configure.in: Remove.
302        * configure.ac: New file, generated from configure.in by autoupdate.
303
3042001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * aclocal/rtems-cpu-subdirs.m4: New file.
307
3082001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * automake/compile.am: Fundamentally reworked compilation rules for
311        closer adaptation to automake's behavior.
312
3132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * automake/lib.am: Comment out LD.
316        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
317        automake/leaf.am to AUTOMAKE_FILES.
318
3192001-09-27      Joel Sherrill <joel@OARcorp.com>
320
321        * config.guess: No longer in CVS since installed by bootstrap.
322
3232001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * bootstrap: remove/add automake added files.
326        * .cvsignore: reflect changes to bootstrap.
327
3282001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * automake/leaf.am: New file.
331
3322001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
335        of AC_CANONICAL_SYSTEM.
336        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
337        mkinstalldirs and mkdir.
338        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
339        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
340        _RTEMS_OUTPUT_BUILD_SUBDIRS.
341       
3422001-09-13      Joel Sherrill <joel@OARcorp.com>
343
344        * missing: Updated to latest version.
345
3462001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.in: autoupdate to autoconf-2.52.
349        * bootstrap: Add handling for configure.ac, make autoheader verbose,
350        fix auto*tool invocation order.
351        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
352        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
353        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
354        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
355        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
356        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
357        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
358        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
359        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
360        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
361        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
362        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
363        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
364        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
365        RTEMS_CONFIG_PER_BSP conditional.
366        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
367        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
368        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
369
3702001-05-25      Joel Sherrill <joel@OARcorp.com>
371
372        * README.configure: Corrected the name of the MRM332 BSP.
373        Strengthened the distinction between what the target
374        and the BSP each select.  Added more targets to list.
375
3762001-05-25      Joel Sherrill <joel@OARcorp.com>
377
378        * README.configure: Updated the list of BSPs.
379
3802001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
383        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
384        Add support for DOS-drive-letters.
385
3862001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
389        RTEMS_PROG_CC_FOR_TARGET.
390
3912001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * README.cdn-X: Update.
394        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
395        @CPPFLAGS@ to CPPFLAGS.
396
3972001-04-20      Eric Valette <valette@crf.canon.fr>
398
399        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
400        BSPs support the new exception processing model and
401        consequently, librdbg.
402
4032001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.in: Reworked for Canadian Cross support.
406        * Makefile.am: Reflect changes to configure.in.
407        * config.guess, config.sub: Update from subversions.gnu.org.
408        * README.cdn-X: New file.
409        * tools/Makefile.am: Remove build, tools from SUBDIRS.
410
4112001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
414        TARGET_CONFIG_SUBDIRS.
415        * aclocal/enable-bsp.m4: fix quoting.
416        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
417
4182001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * aclocal/config-subdirs.m4: New file.
421        * aclocal/target.m4: Use macros from config-subdirs.m4.
422
4232001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
426        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
427
4282001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.in: Fix AM_INIT_AUTOMAKE.
431        * aclocal/bsp-arg-enable.m4: Extend comments.
432        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
433        the default clause.
434
4352001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
438        RTEMS_ENV_RTEMSCPU.
439        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
440        special treatment for GCC_SPECS.
441        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
442        special treatment for GCC_SPECS.
443        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
444        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
445        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
446        instead of $(shell ..) for LIBC_LIB*.
447
4482001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
451        simsh7045.
452
4532001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
454
455        * automake/compile.am: Add LD.
456
4572000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * config.guess, config.sub: Update from CVS-autoconf to pick
460        up new features (e.g. CC_FOR_BUILD in config.guess) but is
461        necessary anyway to use autoconf-versions > 2.13.
462
4632000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
466        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
467        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
468        help string.
469        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
470
4712000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
472
473        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
474        Modified to reflect addition of LEON BSPs as well as the
475        no-FP ERC32 variant.
476
4772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
480        standard).
481        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
482        standard).
483        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
484        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
485        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
486        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
487
4882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
491        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
492        $host instead of $target (BUG-FIX).
493        * configure.in: Use $target and $host instead of $target_alias and
494        $host_alias (autoconf-2.49b).
495        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
496        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
497
498        NOTES:
499        * autoconf-2.49b depredicates using changequotes.
500        * The changes to configure.in are due to cleanups in
501        autoconf-2.49b's implemention of canonicalization. With
502        autoconf-2.1x it wasn't always clear, when to use $xxx or
503        $xxx_alias. Now this is clear.
504
5052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
508
5092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
512        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
513        with an RTEMS specific but more restrictive autoconf macro.
514
5152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * automake/lib.am: Add LD.
518
5192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
522        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
523
5242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525 
526        * aclocal/*: Replace with contents of macros/*.m4
527        * macros/: Remove.
528        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
529        * Makefile.am: Reflect changes to aclocal/ and macros/.
530
5312000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.in: New, Cygnus/GNU style configuration.
534        * Makefile.am: Add macros/, reflect new configure.in,
535        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
536        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
537        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
538        * macros/tool-prefix.m4: Remove.
539        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
540        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
541        RTEMS_ROOT.
542        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
543        * macros/multilib.m4: Various minor fixes.
544        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
545        PROJECT_ROOT, RTEMS_ROOT.
546        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
547        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
548
5492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * automake/multilib.am: New file.
552        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
553        the automake/ directory.
554
5552000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * macros/enable-hwapi.m4: Removed.
558        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
559        A small cleanup step towards gnu-canonicalization.
560
5612000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * macros: New directory.
564        * macros/bsp-alias.m4: new file.
565        * macros/canonical-host.m4: new file.
566        * macros/canonical-target-name.m4: new file.
567        * macros/canonicalize-tools.m4: new file.
568        * macros/check-bsp-cache.m4: new file.
569        * macros/check-bsps.m4: new file.
570        * macros/check-cpu.m4: new file.
571        * macros/rtems-debug.m4: new file.
572        * macros/check-cxx.m4: new file.
573        * macros/check-itron.m4: new file.
574        * macros/check-multiprocessing.m4: new file.
575        * macros/check-networking.m4: new file.
576        * macros/check-newlib.m4: new file.
577        * macros/check-posix.m4: new file.
578        * macros/check-rdbg.m4: new file.
579        * macros/enable-bare.m4: new file.
580        * macros/enable-cxx.m4: new file.
581        * macros/enable-gcc28.m4: new file.
582        * macros/enable-inlines.m4: new file.
583        * macros/enable-itron.m4: new file.
584        * macros/enable-libcdir.m4: new file.
585        * macros/enable-multiprocessing.m4: new file.
586        * macros/enable-networking.m4: new file.
587        * macros/enable-posix.m4: new file.
588        * macros/enable-rdbg.m4: new file.
589        * macros/enable-rtemsbsp.m4: new file.
590        * macros/enable-tests.m4: new file.
591        * macros/gcc-pipe.m4: new file.
592        * macros/gcc-specs.m4: new file.
593        * macros/i386-gas-code16.m4: new file.
594        * macros/path-ksh.m4: new file.
595        * macros/path-perl.m4: new file.
596        * macros/prog-cc.m4: new file.
597        * macros/prog-cxx.m4: new file.
598        * macros/project-root.m4: new file.
599        * macros/rtems-top.m4: new file.
600        * macros/sysv-ipc.m4: new file.
601        * macros/target.m4: new file.
602        * macros/rtems-test-no-pause.m4: new file.
603        * macros/multilib.m4: new file.
604        * macros/tool-paths.m4: new file.
605        * macros/tool-prefix.m4: new file.
606
6072000-09-14      Joel Sherrill <joel@OARcorp.com>
608
609        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
610
6112000-09-14      Joel Sherrill <joel@OARcorp.com>
612
613        * aclocal/enable-hwapi.m4: Now longer used and removed.
614
6152000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * automake/lib.am: Remove leaf.cfg.
618
6192000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * aclocal/rtems-top.m4: Add ENDIF-hack.
622        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
623
6242000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
627        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
628        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
629        * automake/compile.am: Replaced.
630        * automake/local.am: Remove building variant handling.
631
6322000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
635        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
636        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
637        * aclocal/target.m4: Cleanup comments
638        * Automake/compile.am: Add DEFS support to keep building happy.
639
6402000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
643
6442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * automake/compile.am: New file
647        * ChangeLog: Fix email addresses
648
6492000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * LICENSE.NET, README, README.configure: Spelling corrections.
652
6532000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
656
6572000-08-30      Joel Sherrill <joel@OARcorp.com>
658
659        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
660
6612000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
662
663        * ChangeLog: Moved incorrect entries to make/ChangeLog.
664
6652000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * aclocal/check-bsps.h:
668          - Add pck6-BSP
669          - Exclude ChangeLog from being picked up as BSP
670        * aclocal/bsp-alias.m4: Add pck6-BSP
671
6722000-08-10      Joel Sherrill <joel@OARcorp.com>
673
674        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.