source: rtems/ChangeLog @ ca837f8a

4.104.114.84.95
Last change on this file since ca837f8a was c5fff113, checked in by Joel Sherrill <joel.sherrill@…>, on 12/18/01 at 14:12:25

2001-12-18 Ralf Corsepius <corsepiu@…>

  • automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
  • automake/lib.am: Add MULTISUBDIR.
  • Property mode set to 100644
File size: 15.4 KB
Line 
12001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
4        * automake/lib.am: Add MULTISUBDIR.
5
62001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * bootstrap: Run autoheader when configure.ac contains
9        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
10
112001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/bsp-configure.m4: New file.
14        * Makefile.am: Add aclocal/bsp-configure.m4.
15
162001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Add automake/force-preinstall.am,
19        aclocal/ppc.am, remove ACLOCAL_M4.
20
212001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * aclocal/bsp-alias.m4: Remove score603e_g1.
24        * aclocal/check-bsps.m4: Remove score603e_g1.
25        * aclocal/prog-cc.m4: Apply m4_if.
26
27
282001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * automake/force-preinstall.am: New file.
31        * aclocal/ppc.m4: New file.
32
332001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * aclocal/check-bsps.m4: Reworked.
36        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
37
382001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * aclocal/bspopts.m4: New file.
41
422001-11-13      Joel Sherrill <joel@OARcorp.com>
43
44        * COPYING: Test of $Id$ -> $RTEMS$.
45
462001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
47
48        This modification is part of the submitted modifications necessary to
49        support the IBM PPC405 family.  This submission was reviewed by
50        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
51        not negatively impact the ppc403 BSPs.  The submission and tracking
52        process was captured as PR50.
53        * README.configure: Added gen405 BSP.
54
552001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Adopt more automake rules:
58        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
59        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
60        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
61        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
62        CXXLINK_APP in make-cxx-exe.
63        * automake/lib.am: Add ARFLAGS.
64
652001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
68        config.cache's which prevented powerpc targets librdbg from building.
69
702001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
73        add 2nd arg to _RTEMS_CPU_SUBDIR.
74        * aclocal/target.m4: Replace ac_configure_args with
75        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
76        * Makefile.am: Require automake-1.5.
77
782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
81        * configure.in: Remove.
82        * configure.ac: New file, generated from configure.in by autoupdate.
83
842001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/rtems-cpu-subdirs.m4: New file.
87
882001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * automake/compile.am: Fundamentally reworked compilation rules for
91        closer adaptation to automake's behavior.
92
932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * automake/lib.am: Comment out LD.
96        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
97        automake/leaf.am to AUTOMAKE_FILES.
98
992001-09-27      Joel Sherrill <joel@OARcorp.com>
100
101        * config.guess: No longer in CVS since installed by bootstrap.
102
1032001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * bootstrap: remove/add automake added files.
106        * .cvsignore: reflect changes to bootstrap.
107
1082001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * automake/leaf.am: New file.
111
1122001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
115        of AC_CANONICAL_SYSTEM.
116        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
117        mkinstalldirs and mkdir.
118        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
119        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
120        _RTEMS_OUTPUT_BUILD_SUBDIRS.
121       
1222001-09-13      Joel Sherrill <joel@OARcorp.com>
123
124        * missing: Updated to latest version.
125
1262001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.in: autoupdate to autoconf-2.52.
129        * bootstrap: Add handling for configure.ac, make autoheader verbose,
130        fix auto*tool invocation order.
131        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
132        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
133        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
134        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
135        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
136        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
137        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
138        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
139        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
140        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
141        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
142        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
143        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
144        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
145        RTEMS_CONFIG_PER_BSP conditional.
146        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
147        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
148        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
149
1502001-05-25      Joel Sherrill <joel@OARcorp.com>
151
152        * README.configure: Corrected the name of the MRM332 BSP.
153        Strengthened the distinction between what the target
154        and the BSP each select.  Added more targets to list.
155
1562001-05-25      Joel Sherrill <joel@OARcorp.com>
157
158        * README.configure: Updated the list of BSPs.
159
1602001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
163        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
164        Add support for DOS-drive-letters.
165
1662001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
169        RTEMS_PROG_CC_FOR_TARGET.
170
1712001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * README.cdn-X: Update.
174        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
175        @CPPFLAGS@ to CPPFLAGS.
176
1772001-04-20      Eric Valette <valette@crf.canon.fr>
178
179        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
180        BSPs support the new exception processing model and
181        consequently, librdbg.
182
1832001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.in: Reworked for Canadian Cross support.
186        * Makefile.am: Reflect changes to configure.in.
187        * config.guess, config.sub: Update from subversions.gnu.org.
188        * README.cdn-X: New file.
189        * tools/Makefile.am: Remove build, tools from SUBDIRS.
190
1912001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
194        TARGET_CONFIG_SUBDIRS.
195        * aclocal/enable-bsp.m4: fix quoting.
196        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
197
1982001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * aclocal/config-subdirs.m4: New file.
201        * aclocal/target.m4: Use macros from config-subdirs.m4.
202
2032001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
206        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
207
2082001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.in: Fix AM_INIT_AUTOMAKE.
211        * aclocal/bsp-arg-enable.m4: Extend comments.
212        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
213        the default clause.
214
2152001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
218        RTEMS_ENV_RTEMSCPU.
219        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
220        special treatment for GCC_SPECS.
221        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
222        special treatment for GCC_SPECS.
223        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
224        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
225        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
226        instead of $(shell ..) for LIBC_LIB*.
227
2282001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
231        simsh7045.
232
2332001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
234
235        * automake/compile.am: Add LD.
236
2372000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * config.guess, config.sub: Update from CVS-autoconf to pick
240        up new features (e.g. CC_FOR_BUILD in config.guess) but is
241        necessary anyway to use autoconf-versions > 2.13.
242
2432000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
246        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
247        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
248        help string.
249        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
250
2512000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
252
253        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
254        Modified to reflect addition of LEON BSPs as well as the
255        no-FP ERC32 variant.
256
2572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
260        standard).
261        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
262        standard).
263        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
264        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
265        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
266        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
267
2682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
271        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
272        $host instead of $target (BUG-FIX).
273        * configure.in: Use $target and $host instead of $target_alias and
274        $host_alias (autoconf-2.49b).
275        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
276        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
277
278        NOTES:
279        * autoconf-2.49b depredicates using changequotes.
280        * The changes to configure.in are due to cleanups in
281        autoconf-2.49b's implemention of canonicalization. With
282        autoconf-2.1x it wasn't always clear, when to use $xxx or
283        $xxx_alias. Now this is clear.
284
2852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
288
2892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
292        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
293        with an RTEMS specific but more restrictive autoconf macro.
294
2952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * automake/lib.am: Add LD.
298
2992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
302        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
303
3042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305 
306        * aclocal/*: Replace with contents of macros/*.m4
307        * macros/: Remove.
308        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
309        * Makefile.am: Reflect changes to aclocal/ and macros/.
310
3112000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.in: New, Cygnus/GNU style configuration.
314        * Makefile.am: Add macros/, reflect new configure.in,
315        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
316        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
317        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
318        * macros/tool-prefix.m4: Remove.
319        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
320        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
321        RTEMS_ROOT.
322        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
323        * macros/multilib.m4: Various minor fixes.
324        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
325        PROJECT_ROOT, RTEMS_ROOT.
326        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
327        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
328
3292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * automake/multilib.am: New file.
332        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
333        the automake/ directory.
334
3352000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * macros/enable-hwapi.m4: Removed.
338        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
339        A small cleanup step towards gnu-canonicalization.
340
3412000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * macros: New directory.
344        * macros/bsp-alias.m4: new file.
345        * macros/canonical-host.m4: new file.
346        * macros/canonical-target-name.m4: new file.
347        * macros/canonicalize-tools.m4: new file.
348        * macros/check-bsp-cache.m4: new file.
349        * macros/check-bsps.m4: new file.
350        * macros/check-cpu.m4: new file.
351        * macros/rtems-debug.m4: new file.
352        * macros/check-cxx.m4: new file.
353        * macros/check-itron.m4: new file.
354        * macros/check-multiprocessing.m4: new file.
355        * macros/check-networking.m4: new file.
356        * macros/check-newlib.m4: new file.
357        * macros/check-posix.m4: new file.
358        * macros/check-rdbg.m4: new file.
359        * macros/enable-bare.m4: new file.
360        * macros/enable-cxx.m4: new file.
361        * macros/enable-gcc28.m4: new file.
362        * macros/enable-inlines.m4: new file.
363        * macros/enable-itron.m4: new file.
364        * macros/enable-libcdir.m4: new file.
365        * macros/enable-multiprocessing.m4: new file.
366        * macros/enable-networking.m4: new file.
367        * macros/enable-posix.m4: new file.
368        * macros/enable-rdbg.m4: new file.
369        * macros/enable-rtemsbsp.m4: new file.
370        * macros/enable-tests.m4: new file.
371        * macros/gcc-pipe.m4: new file.
372        * macros/gcc-specs.m4: new file.
373        * macros/i386-gas-code16.m4: new file.
374        * macros/path-ksh.m4: new file.
375        * macros/path-perl.m4: new file.
376        * macros/prog-cc.m4: new file.
377        * macros/prog-cxx.m4: new file.
378        * macros/project-root.m4: new file.
379        * macros/rtems-top.m4: new file.
380        * macros/sysv-ipc.m4: new file.
381        * macros/target.m4: new file.
382        * macros/rtems-test-no-pause.m4: new file.
383        * macros/multilib.m4: new file.
384        * macros/tool-paths.m4: new file.
385        * macros/tool-prefix.m4: new file.
386
3872000-09-14      Joel Sherrill <joel@OARcorp.com>
388
389        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
390
3912000-09-14      Joel Sherrill <joel@OARcorp.com>
392
393        * aclocal/enable-hwapi.m4: Now longer used and removed.
394
3952000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * automake/lib.am: Remove leaf.cfg.
398
3992000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * aclocal/rtems-top.m4: Add ENDIF-hack.
402        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
403
4042000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
407        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
408        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
409        * automake/compile.am: Replaced.
410        * automake/local.am: Remove building variant handling.
411
4122000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
415        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
416        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
417        * aclocal/target.m4: Cleanup comments
418        * Automake/compile.am: Add DEFS support to keep building happy.
419
4202000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
423
4242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * automake/compile.am: New file
427        * ChangeLog: Fix email addresses
428
4292000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * LICENSE.NET, README, README.configure: Spelling corrections.
432
4332000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
436
4372000-08-30      Joel Sherrill <joel@OARcorp.com>
438
439        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
440
4412000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
442
443        * ChangeLog: Moved incorrect entries to make/ChangeLog.
444
4452000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * aclocal/check-bsps.h:
448          - Add pck6-BSP
449          - Exclude ChangeLog from being picked up as BSP
450        * aclocal/bsp-alias.m4: Add pck6-BSP
451
4522000-08-10      Joel Sherrill <joel@OARcorp.com>
453
454        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.