source: rtems/ChangeLog @ c43d7bd

4.104.114.84.95
Last change on this file since c43d7bd was 345772e, checked in by Joel Sherrill <joel.sherrill@…>, on 11/27/01 at 01:18:06

2001-11-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add automake/force-preinstall.am, aclocal/ppc.am, remove ACLOCAL_M4.
  • Property mode set to 100644
File size: 14.9 KB
Line 
12001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add automake/force-preinstall.am,
4        aclocal/ppc.am, remove ACLOCAL_M4.
5
62001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/bsp-alias.m4: Remove score603e_g1.
9        * aclocal/check-bsps.m4: Remove score603e_g1.
10        * aclocal/prog-cc.m4: Apply m4_if.
11
12
132001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * automake/force-preinstall.am: New file.
16        * aclocal/ppc.m4: New file.
17
182001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/check-bsps.m4: Reworked.
21        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
22
232001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * aclocal/bspopts.m4: New file.
26
272001-11-13      Joel Sherrill <joel@OARcorp.com>
28
29        * COPYING: Test of $Id$ -> $RTEMS$.
30
312001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
32
33        This modification is part of the submitted modifications necessary to
34        support the IBM PPC405 family.  This submission was reviewed by
35        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
36        not negatively impact the ppc403 BSPs.  The submission and tracking
37        process was captured as PR50.
38        * README.configure: Added gen405 BSP.
39
402001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Adopt more automake rules:
43        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
44        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
45        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
46        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
47        CXXLINK_APP in make-cxx-exe.
48        * automake/lib.am: Add ARFLAGS.
49
502001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
53        config.cache's which prevented powerpc targets librdbg from building.
54
552001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
58        add 2nd arg to _RTEMS_CPU_SUBDIR.
59        * aclocal/target.m4: Replace ac_configure_args with
60        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
61        * Makefile.am: Require automake-1.5.
62
632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
66        * configure.in: Remove.
67        * configure.ac: New file, generated from configure.in by autoupdate.
68
692001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * aclocal/rtems-cpu-subdirs.m4: New file.
72
732001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * automake/compile.am: Fundamentally reworked compilation rules for
76        closer adaptation to automake's behavior.
77
782001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * automake/lib.am: Comment out LD.
81        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
82        automake/leaf.am to AUTOMAKE_FILES.
83
842001-09-27      Joel Sherrill <joel@OARcorp.com>
85
86        * config.guess: No longer in CVS since installed by bootstrap.
87
882001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * bootstrap: remove/add automake added files.
91        * .cvsignore: reflect changes to bootstrap.
92
932001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * automake/leaf.am: New file.
96
972001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
100        of AC_CANONICAL_SYSTEM.
101        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
102        mkinstalldirs and mkdir.
103        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
104        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
105        _RTEMS_OUTPUT_BUILD_SUBDIRS.
106       
1072001-09-13      Joel Sherrill <joel@OARcorp.com>
108
109        * missing: Updated to latest version.
110
1112001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.in: autoupdate to autoconf-2.52.
114        * bootstrap: Add handling for configure.ac, make autoheader verbose,
115        fix auto*tool invocation order.
116        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
117        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
118        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
119        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
120        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
121        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
122        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
123        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
124        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
125        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
126        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
127        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
128        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
129        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
130        RTEMS_CONFIG_PER_BSP conditional.
131        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
132        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
133        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
134
1352001-05-25      Joel Sherrill <joel@OARcorp.com>
136
137        * README.configure: Corrected the name of the MRM332 BSP.
138        Strengthened the distinction between what the target
139        and the BSP each select.  Added more targets to list.
140
1412001-05-25      Joel Sherrill <joel@OARcorp.com>
142
143        * README.configure: Updated the list of BSPs.
144
1452001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
148        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
149        Add support for DOS-drive-letters.
150
1512001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
154        RTEMS_PROG_CC_FOR_TARGET.
155
1562001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * README.cdn-X: Update.
159        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
160        @CPPFLAGS@ to CPPFLAGS.
161
1622001-04-20      Eric Valette <valette@crf.canon.fr>
163
164        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
165        BSPs support the new exception processing model and
166        consequently, librdbg.
167
1682001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.in: Reworked for Canadian Cross support.
171        * Makefile.am: Reflect changes to configure.in.
172        * config.guess, config.sub: Update from subversions.gnu.org.
173        * README.cdn-X: New file.
174        * tools/Makefile.am: Remove build, tools from SUBDIRS.
175
1762001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
179        TARGET_CONFIG_SUBDIRS.
180        * aclocal/enable-bsp.m4: fix quoting.
181        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
182
1832001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * aclocal/config-subdirs.m4: New file.
186        * aclocal/target.m4: Use macros from config-subdirs.m4.
187
1882001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
191        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
192
1932001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.in: Fix AM_INIT_AUTOMAKE.
196        * aclocal/bsp-arg-enable.m4: Extend comments.
197        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
198        the default clause.
199
2002001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
203        RTEMS_ENV_RTEMSCPU.
204        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
205        special treatment for GCC_SPECS.
206        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
207        special treatment for GCC_SPECS.
208        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
209        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
210        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
211        instead of $(shell ..) for LIBC_LIB*.
212
2132001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
216        simsh7045.
217
2182001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
219
220        * automake/compile.am: Add LD.
221
2222000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * config.guess, config.sub: Update from CVS-autoconf to pick
225        up new features (e.g. CC_FOR_BUILD in config.guess) but is
226        necessary anyway to use autoconf-versions > 2.13.
227
2282000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
231        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
232        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
233        help string.
234        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
235
2362000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
237
238        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
239        Modified to reflect addition of LEON BSPs as well as the
240        no-FP ERC32 variant.
241
2422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
245        standard).
246        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
247        standard).
248        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
249        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
250        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
251        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
252
2532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
256        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
257        $host instead of $target (BUG-FIX).
258        * configure.in: Use $target and $host instead of $target_alias and
259        $host_alias (autoconf-2.49b).
260        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
261        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
262
263        NOTES:
264        * autoconf-2.49b depredicates using changequotes.
265        * The changes to configure.in are due to cleanups in
266        autoconf-2.49b's implemention of canonicalization. With
267        autoconf-2.1x it wasn't always clear, when to use $xxx or
268        $xxx_alias. Now this is clear.
269
2702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
273
2742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
277        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
278        with an RTEMS specific but more restrictive autoconf macro.
279
2802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * automake/lib.am: Add LD.
283
2842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
287        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
288
2892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290 
291        * aclocal/*: Replace with contents of macros/*.m4
292        * macros/: Remove.
293        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
294        * Makefile.am: Reflect changes to aclocal/ and macros/.
295
2962000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.in: New, Cygnus/GNU style configuration.
299        * Makefile.am: Add macros/, reflect new configure.in,
300        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
301        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
302        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
303        * macros/tool-prefix.m4: Remove.
304        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
305        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
306        RTEMS_ROOT.
307        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
308        * macros/multilib.m4: Various minor fixes.
309        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
310        PROJECT_ROOT, RTEMS_ROOT.
311        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
312        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
313
3142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * automake/multilib.am: New file.
317        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
318        the automake/ directory.
319
3202000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * macros/enable-hwapi.m4: Removed.
323        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
324        A small cleanup step towards gnu-canonicalization.
325
3262000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * macros: New directory.
329        * macros/bsp-alias.m4: new file.
330        * macros/canonical-host.m4: new file.
331        * macros/canonical-target-name.m4: new file.
332        * macros/canonicalize-tools.m4: new file.
333        * macros/check-bsp-cache.m4: new file.
334        * macros/check-bsps.m4: new file.
335        * macros/check-cpu.m4: new file.
336        * macros/rtems-debug.m4: new file.
337        * macros/check-cxx.m4: new file.
338        * macros/check-itron.m4: new file.
339        * macros/check-multiprocessing.m4: new file.
340        * macros/check-networking.m4: new file.
341        * macros/check-newlib.m4: new file.
342        * macros/check-posix.m4: new file.
343        * macros/check-rdbg.m4: new file.
344        * macros/enable-bare.m4: new file.
345        * macros/enable-cxx.m4: new file.
346        * macros/enable-gcc28.m4: new file.
347        * macros/enable-inlines.m4: new file.
348        * macros/enable-itron.m4: new file.
349        * macros/enable-libcdir.m4: new file.
350        * macros/enable-multiprocessing.m4: new file.
351        * macros/enable-networking.m4: new file.
352        * macros/enable-posix.m4: new file.
353        * macros/enable-rdbg.m4: new file.
354        * macros/enable-rtemsbsp.m4: new file.
355        * macros/enable-tests.m4: new file.
356        * macros/gcc-pipe.m4: new file.
357        * macros/gcc-specs.m4: new file.
358        * macros/i386-gas-code16.m4: new file.
359        * macros/path-ksh.m4: new file.
360        * macros/path-perl.m4: new file.
361        * macros/prog-cc.m4: new file.
362        * macros/prog-cxx.m4: new file.
363        * macros/project-root.m4: new file.
364        * macros/rtems-top.m4: new file.
365        * macros/sysv-ipc.m4: new file.
366        * macros/target.m4: new file.
367        * macros/rtems-test-no-pause.m4: new file.
368        * macros/multilib.m4: new file.
369        * macros/tool-paths.m4: new file.
370        * macros/tool-prefix.m4: new file.
371
3722000-09-14      Joel Sherrill <joel@OARcorp.com>
373
374        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
375
3762000-09-14      Joel Sherrill <joel@OARcorp.com>
377
378        * aclocal/enable-hwapi.m4: Now longer used and removed.
379
3802000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * automake/lib.am: Remove leaf.cfg.
383
3842000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * aclocal/rtems-top.m4: Add ENDIF-hack.
387        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
388
3892000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
392        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
393        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
394        * automake/compile.am: Replaced.
395        * automake/local.am: Remove building variant handling.
396
3972000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
400        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
401        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
402        * aclocal/target.m4: Cleanup comments
403        * Automake/compile.am: Add DEFS support to keep building happy.
404
4052000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
408
4092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * automake/compile.am: New file
412        * ChangeLog: Fix email addresses
413
4142000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * LICENSE.NET, README, README.configure: Spelling corrections.
417
4182000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
421
4222000-08-30      Joel Sherrill <joel@OARcorp.com>
423
424        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
425
4262000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
427
428        * ChangeLog: Moved incorrect entries to make/ChangeLog.
429
4302000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * aclocal/check-bsps.h:
433          - Add pck6-BSP
434          - Exclude ChangeLog from being picked up as BSP
435        * aclocal/bsp-alias.m4: Add pck6-BSP
436
4372000-08-10      Joel Sherrill <joel@OARcorp.com>
438
439        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.