source: rtems/ChangeLog @ 6af8512c

4.104.114.84.95
Last change on this file since 6af8512c was 466e590, checked in by Joel Sherrill <joel.sherrill@…>, on 11/20/01 at 18:50:12

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

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