source: rtems/ChangeLog @ eefdc85

4.104.114.84.95
Last change on this file since eefdc85 was 72f4ec87, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/29/02 at 15:54:00

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

  • aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out autoconf-2.53 PACKAGE crap.
  • Property mode set to 100644
File size: 22.6 KB
Line 
12002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
4        autoconf-2.53 PACKAGE crap.
5
62002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/prog-gnat.m4: New.
9
102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * aclocal/bsp-configure.m4: Fix small typo in comment.
13
142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
17
182002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
21        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
22        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
23
242002-08-07      Joel Sherrill <joel@OARcorp.com>
25
26        * aclocal/version.m4: Updated to rtems-ss-20020807.
27
282002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
31
322002-07-31      Joel Sherrill <joel@OARcorp.com>
33
34        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
35        was just a stub and only the OR32 port is getting worked on.
36
372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * aclocal/subdirs.m4: Remove.
40        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
41
422002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
45        exec/score/cpu.
46
472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
50        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
51        compilation rules (Work-around to an automake bug).
52        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
53        make-library.
54
552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Activate cpukit. Remove references to c/src/exec.
58
592002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
62
632002-07-17      Joel Sherrill <joel@OARcorp.com>
64
65        * aclocal/version.m4: Updated to rtems-ss-20020717.
66
672002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * config-ml.in: Imported from gcc-3.1.
70        Change to match c/src/config-ml.in.
71
722002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * aclocal/check-multiprocessing.m4: Reworked.
75        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
76
772002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * automake/multilib.am: Remove.
80        * Makefile.am: Reflect change above.
81
822002-06-28      Joel Sherrill <joel@OARcorp.com>
83
84        * aclocal/version.m4: Updated to rtems-ss-20020628.
85
862002-06-27      Joel Sherrill <joel@OARcorp.com>
87
88        * tools/Makefile.am: Build the cpu dependent tools as well.
89
902002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * aclocal/env-rtemscpu.m4: Remove.
93        * aclocal/multi.m4: Remove.
94        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
95
962002-05-28      Joel Sherrill <joel@OARcorp.com>
97
98        * aclocal/version.m4: Updated to rtems-ss-20020528.
99
1002002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * aclocal/prog-cc.m4: Remove GCC272 support.
103        Remove ENABLE_LIBCDIR.
104        * aclocal/prog-cxx.m4: Ditto.
105        * aclocal/enable-gcc28.m4: Remove.
106        * aclocal/enable-libcdir.m4: Ditto.
107
1082002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
111        ENABLE_GCC28.
112
1132002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * automake/compile.am: Remove GCC272 support.
116        Remove *.sh rule (unused).
117        * configure.ac: Remove ENABLE_GCC28.
118        Remove ENABLE_LIBCDIR.
119
1202002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * .cvsignore: Added mdate-sh and texinfo.tex.
123
1242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/version.m4: New file.
127        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
128        aclocal/version.m4.
129        * bootstrap: Use aclocal/version.m4 instead of VERSION.
130        * configure.ac: Use aclocal/version.m4 instead of VERSION.
131
1322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac:
135        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
136        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
139
1402002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
143        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
144
1452002-03-08      Joel Sherrill <joel@OARcorp.com>
146
147        * VERSION: Updated to rtems-mg5-20020808.
148
1492002-03-01      Joel Sherrill <joel@OARcorp.com>
150
151        * VERSION: Updated to rtems-ss-20020301.
152
1532002-02-15      Joel Sherrill <joel@OARcorp.com>
154
155        * VERSION: Updated to rtems-ss-20020215.
156
1572002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * aclocal/subdirs.m4: Propagate the current $prefix to the
160        sub-configures.
161
1622002-02-05      Joel Sherrill <joel@OARcorp.com>
163
164        * VERSION: Updated to rtems-ss-20020205.
165
1662002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
169        compatibility.
170        * bootstrap: Let --clean remove texinfo.tex.
171
1722002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
175
1762002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Add --enable-docs support. Add
179        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
180        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
181        hard-coded SUBDIRS.
182        * README.configure: Added a bit of information on this new option.
183
1842002-01-18      Joel Sherrill <joel@OARcorp.com>
185
186        * VERSION: Updated to rtems-ss-20020118.
187
1882002-01-18      Joel Sherrill <joel@OARcorp.com>
189
190        * VERSION: Updated to rtems-20020118.
191
1922002-01-17      Joel Sherrill <joel@OARcorp.com>
193
194        * VERSION: Updated to rtems-ss-20020717.
195
1962002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
199        check upon host_alias != build_alias.
200
2012002-01-07      Joel Sherrill <joel@OARcorp.com>
202
203        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
204        last line to eliminate 100's of warnings.
205
2062002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * aclocal/check-newlib.m4: Apply AS_IF.
209        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
210        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
211        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
212        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
213        changes.
214        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
215        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
216        * automake/compile.am: Remove librtemsall from LINK_FILES.
217
2182001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
221        * aclocal/subdirs.m4: New file.
222        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
223        modifications.
224        * aclocal/check-posix.m4: Apply AS_IF.
225        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
226        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
227        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
228        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
229        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
230        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
231        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
232        OUTPUT_COMMANDS.
233        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
234        * aclocal/rtems-debug.m4: Minor cleanups.
235        * aclocal/rtems-top.m4: Minor cleanups.
236        * automake/compile.am: Further steps towards automake's rules.
237
2382001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
241        * automake/lib.am: Add MULTISUBDIR.
242
2432001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * bootstrap: Run autoheader when configure.ac contains
246        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
247
2482001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * aclocal/bsp-configure.m4: New file.
251        * Makefile.am: Add aclocal/bsp-configure.m4.
252
2532001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Add automake/force-preinstall.am,
256        aclocal/ppc.am, remove ACLOCAL_M4.
257
2582001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * aclocal/bsp-alias.m4: Remove score603e_g1.
261        * aclocal/check-bsps.m4: Remove score603e_g1.
262        * aclocal/prog-cc.m4: Apply m4_if.
263
264
2652001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * automake/force-preinstall.am: New file.
268        * aclocal/ppc.m4: New file.
269
2702001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/check-bsps.m4: Reworked.
273        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
274
2752001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * aclocal/bspopts.m4: New file.
278
2792001-11-13      Joel Sherrill <joel@OARcorp.com>
280
281        * COPYING: Test of $Id$ -> $RTEMS$.
282
2832001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
284
285        This modification is part of the submitted modifications necessary to
286        support the IBM PPC405 family.  This submission was reviewed by
287        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
288        not negatively impact the ppc403 BSPs.  The submission and tracking
289        process was captured as PR50.
290        * README.configure: Added gen405 BSP.
291
2922001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Adopt more automake rules:
295        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
296        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
297        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
298        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
299        CXXLINK_APP in make-cxx-exe.
300        * automake/lib.am: Add ARFLAGS.
301
3022001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
305        config.cache's which prevented powerpc targets librdbg from building.
306
3072001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
310        add 2nd arg to _RTEMS_CPU_SUBDIR.
311        * aclocal/target.m4: Replace ac_configure_args with
312        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
313        * Makefile.am: Require automake-1.5.
314
3152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
318        * configure.in: Remove.
319        * configure.ac: New file, generated from configure.in by autoupdate.
320
3212001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * aclocal/rtems-cpu-subdirs.m4: New file.
324
3252001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * automake/compile.am: Fundamentally reworked compilation rules for
328        closer adaptation to automake's behavior.
329
3302001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * automake/lib.am: Comment out LD.
333        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
334        automake/leaf.am to AUTOMAKE_FILES.
335
3362001-09-27      Joel Sherrill <joel@OARcorp.com>
337
338        * config.guess: No longer in CVS since installed by bootstrap.
339
3402001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * bootstrap: remove/add automake added files.
343        * .cvsignore: reflect changes to bootstrap.
344
3452001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * automake/leaf.am: New file.
348
3492001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
352        of AC_CANONICAL_SYSTEM.
353        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
354        mkinstalldirs and mkdir.
355        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
356        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
357        _RTEMS_OUTPUT_BUILD_SUBDIRS.
358       
3592001-09-13      Joel Sherrill <joel@OARcorp.com>
360
361        * missing: Updated to latest version.
362
3632001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.in: autoupdate to autoconf-2.52.
366        * bootstrap: Add handling for configure.ac, make autoheader verbose,
367        fix auto*tool invocation order.
368        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
369        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
370        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
371        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
372        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
373        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
374        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
375        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
376        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
377        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
378        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
379        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
380        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
381        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
382        RTEMS_CONFIG_PER_BSP conditional.
383        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
384        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
385        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
386
3872001-05-25      Joel Sherrill <joel@OARcorp.com>
388
389        * README.configure: Corrected the name of the MRM332 BSP.
390        Strengthened the distinction between what the target
391        and the BSP each select.  Added more targets to list.
392
3932001-05-25      Joel Sherrill <joel@OARcorp.com>
394
395        * README.configure: Updated the list of BSPs.
396
3972001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
400        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
401        Add support for DOS-drive-letters.
402
4032001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
406        RTEMS_PROG_CC_FOR_TARGET.
407
4082001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * README.cdn-X: Update.
411        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
412        @CPPFLAGS@ to CPPFLAGS.
413
4142001-04-20      Eric Valette <valette@crf.canon.fr>
415
416        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
417        BSPs support the new exception processing model and
418        consequently, librdbg.
419
4202001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.in: Reworked for Canadian Cross support.
423        * Makefile.am: Reflect changes to configure.in.
424        * config.guess, config.sub: Update from subversions.gnu.org.
425        * README.cdn-X: New file.
426        * tools/Makefile.am: Remove build, tools from SUBDIRS.
427
4282001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
431        TARGET_CONFIG_SUBDIRS.
432        * aclocal/enable-bsp.m4: fix quoting.
433        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
434
4352001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * aclocal/config-subdirs.m4: New file.
438        * aclocal/target.m4: Use macros from config-subdirs.m4.
439
4402001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
443        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
444
4452001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.in: Fix AM_INIT_AUTOMAKE.
448        * aclocal/bsp-arg-enable.m4: Extend comments.
449        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
450        the default clause.
451
4522001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
455        RTEMS_ENV_RTEMSCPU.
456        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
457        special treatment for GCC_SPECS.
458        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
459        special treatment for GCC_SPECS.
460        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
461        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
462        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
463        instead of $(shell ..) for LIBC_LIB*.
464
4652001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
468        simsh7045.
469
4702001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
471
472        * automake/compile.am: Add LD.
473
4742000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * config.guess, config.sub: Update from CVS-autoconf to pick
477        up new features (e.g. CC_FOR_BUILD in config.guess) but is
478        necessary anyway to use autoconf-versions > 2.13.
479
4802000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
483        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
484        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
485        help string.
486        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
487
4882000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
489
490        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
491        Modified to reflect addition of LEON BSPs as well as the
492        no-FP ERC32 variant.
493
4942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
497        standard).
498        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
499        standard).
500        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
501        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
502        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
503        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
504
5052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
508        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
509        $host instead of $target (BUG-FIX).
510        * configure.in: Use $target and $host instead of $target_alias and
511        $host_alias (autoconf-2.49b).
512        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
513        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
514
515        NOTES:
516        * autoconf-2.49b depredicates using changequotes.
517        * The changes to configure.in are due to cleanups in
518        autoconf-2.49b's implemention of canonicalization. With
519        autoconf-2.1x it wasn't always clear, when to use $xxx or
520        $xxx_alias. Now this is clear.
521
5222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
525
5262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
529        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
530        with an RTEMS specific but more restrictive autoconf macro.
531
5322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * automake/lib.am: Add LD.
535
5362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
539        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
540
5412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542 
543        * aclocal/*: Replace with contents of macros/*.m4
544        * macros/: Remove.
545        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
546        * Makefile.am: Reflect changes to aclocal/ and macros/.
547
5482000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.in: New, Cygnus/GNU style configuration.
551        * Makefile.am: Add macros/, reflect new configure.in,
552        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
553        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
554        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
555        * macros/tool-prefix.m4: Remove.
556        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
557        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
558        RTEMS_ROOT.
559        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
560        * macros/multilib.m4: Various minor fixes.
561        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
562        PROJECT_ROOT, RTEMS_ROOT.
563        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
564        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
565
5662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * automake/multilib.am: New file.
569        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
570        the automake/ directory.
571
5722000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * macros/enable-hwapi.m4: Removed.
575        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
576        A small cleanup step towards gnu-canonicalization.
577
5782000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * macros: New directory.
581        * macros/bsp-alias.m4: new file.
582        * macros/canonical-host.m4: new file.
583        * macros/canonical-target-name.m4: new file.
584        * macros/canonicalize-tools.m4: new file.
585        * macros/check-bsp-cache.m4: new file.
586        * macros/check-bsps.m4: new file.
587        * macros/check-cpu.m4: new file.
588        * macros/rtems-debug.m4: new file.
589        * macros/check-cxx.m4: new file.
590        * macros/check-itron.m4: new file.
591        * macros/check-multiprocessing.m4: new file.
592        * macros/check-networking.m4: new file.
593        * macros/check-newlib.m4: new file.
594        * macros/check-posix.m4: new file.
595        * macros/check-rdbg.m4: new file.
596        * macros/enable-bare.m4: new file.
597        * macros/enable-cxx.m4: new file.
598        * macros/enable-gcc28.m4: new file.
599        * macros/enable-inlines.m4: new file.
600        * macros/enable-itron.m4: new file.
601        * macros/enable-libcdir.m4: new file.
602        * macros/enable-multiprocessing.m4: new file.
603        * macros/enable-networking.m4: new file.
604        * macros/enable-posix.m4: new file.
605        * macros/enable-rdbg.m4: new file.
606        * macros/enable-rtemsbsp.m4: new file.
607        * macros/enable-tests.m4: new file.
608        * macros/gcc-pipe.m4: new file.
609        * macros/gcc-specs.m4: new file.
610        * macros/i386-gas-code16.m4: new file.
611        * macros/path-ksh.m4: new file.
612        * macros/path-perl.m4: new file.
613        * macros/prog-cc.m4: new file.
614        * macros/prog-cxx.m4: new file.
615        * macros/project-root.m4: new file.
616        * macros/rtems-top.m4: new file.
617        * macros/sysv-ipc.m4: new file.
618        * macros/target.m4: new file.
619        * macros/rtems-test-no-pause.m4: new file.
620        * macros/multilib.m4: new file.
621        * macros/tool-paths.m4: new file.
622        * macros/tool-prefix.m4: new file.
623
6242000-09-14      Joel Sherrill <joel@OARcorp.com>
625
626        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
627
6282000-09-14      Joel Sherrill <joel@OARcorp.com>
629
630        * aclocal/enable-hwapi.m4: Now longer used and removed.
631
6322000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * automake/lib.am: Remove leaf.cfg.
635
6362000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * aclocal/rtems-top.m4: Add ENDIF-hack.
639        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
640
6412000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
644        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
645        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
646        * automake/compile.am: Replaced.
647        * automake/local.am: Remove building variant handling.
648
6492000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
652        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
653        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
654        * aclocal/target.m4: Cleanup comments
655        * Automake/compile.am: Add DEFS support to keep building happy.
656
6572000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
660
6612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * automake/compile.am: New file
664        * ChangeLog: Fix email addresses
665
6662000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * LICENSE.NET, README, README.configure: Spelling corrections.
669
6702000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
673
6742000-08-30      Joel Sherrill <joel@OARcorp.com>
675
676        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
677
6782000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
679
680        * ChangeLog: Moved incorrect entries to make/ChangeLog.
681
6822000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * aclocal/check-bsps.h:
685          - Add pck6-BSP
686          - Exclude ChangeLog from being picked up as BSP
687        * aclocal/bsp-alias.m4: Add pck6-BSP
688
6892000-08-10      Joel Sherrill <joel@OARcorp.com>
690
691        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.