source: rtems/ChangeLog @ cff0d64

4.104.114.84.95
Last change on this file since cff0d64 was 60c7524, checked in by Joel Sherrill <joel.sherrill@…>, on 10/17/01 at 20:30:38

2001-10-17 Ralf Corsepius <corsepiu@…>

  • aclocal/check-rdbg.m4: Fix latent bug exposed by removal of config.cache's which prevented powerpc targets librdbg from building.
  • Property mode set to 100644
File size: 13.4 KB
Line 
12001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
4        config.cache's which prevented powerpc targets librdbg from building.
5
62001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
9        add 2nd arg to _RTEMS_CPU_SUBDIR.
10        * aclocal/target.m4: Replace ac_configure_args with
11        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
12        * Makefile.am: Require automake-1.5.
13
142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
17        * configure.in: Remove.
18        * configure.ac: New file, generated from configure.in by autoupdate.
19
202001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * aclocal/rtems-cpu-subdirs.m4: New file.
23
242001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * automake/compile.am: Fundamentally reworked compilation rules for
27        closer adaptation to automake's behavior.
28
292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * automake/lib.am: Comment out LD.
32        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
33        automake/leaf.am to AUTOMAKE_FILES.
34
352001-09-27      Joel Sherrill <joel@OARcorp.com>
36
37        * config.guess: No longer in CVS since installed by bootstrap.
38
392001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * bootstrap: remove/add automake added files.
42        * .cvsignore: reflect changes to bootstrap.
43
442001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * automake/leaf.am: New file.
47
482001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
51        of AC_CANONICAL_SYSTEM.
52        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
53        mkinstalldirs and mkdir.
54        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
55        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
56        _RTEMS_OUTPUT_BUILD_SUBDIRS.
57       
582001-09-13      Joel Sherrill <joel@OARcorp.com>
59
60        * missing: Updated to latest version.
61
622001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: autoupdate to autoconf-2.52.
65        * bootstrap: Add handling for configure.ac, make autoheader verbose,
66        fix auto*tool invocation order.
67        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
68        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
69        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
70        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
71        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
72        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
73        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
74        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
75        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
76        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
77        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
78        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
79        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
80        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
81        RTEMS_CONFIG_PER_BSP conditional.
82        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
83        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
84        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
85
862001-05-25      Joel Sherrill <joel@OARcorp.com>
87
88        * README.configure: Corrected the name of the MRM332 BSP.
89        Strengthened the distinction between what the target
90        and the BSP each select.  Added more targets to list.
91
922001-05-25      Joel Sherrill <joel@OARcorp.com>
93
94        * README.configure: Updated the list of BSPs.
95
962001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
99        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
100        Add support for DOS-drive-letters.
101
1022001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
105        RTEMS_PROG_CC_FOR_TARGET.
106
1072001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * README.cdn-X: Update.
110        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
111        @CPPFLAGS@ to CPPFLAGS.
112
1132001-04-20      Eric Valette <valette@crf.canon.fr>
114
115        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
116        BSPs support the new exception processing model and
117        consequently, librdbg.
118
1192001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.in: Reworked for Canadian Cross support.
122        * Makefile.am: Reflect changes to configure.in.
123        * config.guess, config.sub: Update from subversions.gnu.org.
124        * README.cdn-X: New file.
125        * tools/Makefile.am: Remove build, tools from SUBDIRS.
126
1272001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
130        TARGET_CONFIG_SUBDIRS.
131        * aclocal/enable-bsp.m4: fix quoting.
132        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
133
1342001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * aclocal/config-subdirs.m4: New file.
137        * aclocal/target.m4: Use macros from config-subdirs.m4.
138
1392001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
142        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
143
1442001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.in: Fix AM_INIT_AUTOMAKE.
147        * aclocal/bsp-arg-enable.m4: Extend comments.
148        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
149        the default clause.
150
1512001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
154        RTEMS_ENV_RTEMSCPU.
155        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
156        special treatment for GCC_SPECS.
157        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
158        special treatment for GCC_SPECS.
159        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
160        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
161        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
162        instead of $(shell ..) for LIBC_LIB*.
163
1642001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
167        simsh7045.
168
1692001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
170
171        * automake/compile.am: Add LD.
172
1732000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * config.guess, config.sub: Update from CVS-autoconf to pick
176        up new features (e.g. CC_FOR_BUILD in config.guess) but is
177        necessary anyway to use autoconf-versions > 2.13.
178
1792000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
182        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
183        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
184        help string.
185        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
186
1872000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
188
189        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
190        Modified to reflect addition of LEON BSPs as well as the
191        no-FP ERC32 variant.
192
1932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
196        standard).
197        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
198        standard).
199        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
200        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
201        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
202        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
203
2042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
207        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
208        $host instead of $target (BUG-FIX).
209        * configure.in: Use $target and $host instead of $target_alias and
210        $host_alias (autoconf-2.49b).
211        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
212        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
213
214        NOTES:
215        * autoconf-2.49b depredicates using changequotes.
216        * The changes to configure.in are due to cleanups in
217        autoconf-2.49b's implemention of canonicalization. With
218        autoconf-2.1x it wasn't always clear, when to use $xxx or
219        $xxx_alias. Now this is clear.
220
2212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
224
2252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
228        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
229        with an RTEMS specific but more restrictive autoconf macro.
230
2312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * automake/lib.am: Add LD.
234
2352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
238        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
239
2402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241 
242        * aclocal/*: Replace with contents of macros/*.m4
243        * macros/: Remove.
244        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
245        * Makefile.am: Reflect changes to aclocal/ and macros/.
246
2472000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.in: New, Cygnus/GNU style configuration.
250        * Makefile.am: Add macros/, reflect new configure.in,
251        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
252        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
253        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
254        * macros/tool-prefix.m4: Remove.
255        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
256        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
257        RTEMS_ROOT.
258        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
259        * macros/multilib.m4: Various minor fixes.
260        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
261        PROJECT_ROOT, RTEMS_ROOT.
262        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
263        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
264
2652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * automake/multilib.am: New file.
268        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
269        the automake/ directory.
270
2712000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * macros/enable-hwapi.m4: Removed.
274        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
275        A small cleanup step towards gnu-canonicalization.
276
2772000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * macros: New directory.
280        * macros/bsp-alias.m4: new file.
281        * macros/canonical-host.m4: new file.
282        * macros/canonical-target-name.m4: new file.
283        * macros/canonicalize-tools.m4: new file.
284        * macros/check-bsp-cache.m4: new file.
285        * macros/check-bsps.m4: new file.
286        * macros/check-cpu.m4: new file.
287        * macros/rtems-debug.m4: new file.
288        * macros/check-cxx.m4: new file.
289        * macros/check-itron.m4: new file.
290        * macros/check-multiprocessing.m4: new file.
291        * macros/check-networking.m4: new file.
292        * macros/check-newlib.m4: new file.
293        * macros/check-posix.m4: new file.
294        * macros/check-rdbg.m4: new file.
295        * macros/enable-bare.m4: new file.
296        * macros/enable-cxx.m4: new file.
297        * macros/enable-gcc28.m4: new file.
298        * macros/enable-inlines.m4: new file.
299        * macros/enable-itron.m4: new file.
300        * macros/enable-libcdir.m4: new file.
301        * macros/enable-multiprocessing.m4: new file.
302        * macros/enable-networking.m4: new file.
303        * macros/enable-posix.m4: new file.
304        * macros/enable-rdbg.m4: new file.
305        * macros/enable-rtemsbsp.m4: new file.
306        * macros/enable-tests.m4: new file.
307        * macros/gcc-pipe.m4: new file.
308        * macros/gcc-specs.m4: new file.
309        * macros/i386-gas-code16.m4: new file.
310        * macros/path-ksh.m4: new file.
311        * macros/path-perl.m4: new file.
312        * macros/prog-cc.m4: new file.
313        * macros/prog-cxx.m4: new file.
314        * macros/project-root.m4: new file.
315        * macros/rtems-top.m4: new file.
316        * macros/sysv-ipc.m4: new file.
317        * macros/target.m4: new file.
318        * macros/rtems-test-no-pause.m4: new file.
319        * macros/multilib.m4: new file.
320        * macros/tool-paths.m4: new file.
321        * macros/tool-prefix.m4: new file.
322
3232000-09-14      Joel Sherrill <joel@OARcorp.com>
324
325        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
326
3272000-09-14      Joel Sherrill <joel@OARcorp.com>
328
329        * aclocal/enable-hwapi.m4: Now longer used and removed.
330
3312000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * automake/lib.am: Remove leaf.cfg.
334
3352000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * aclocal/rtems-top.m4: Add ENDIF-hack.
338        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
339
3402000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
343        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
344        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
345        * automake/compile.am: Replaced.
346        * automake/local.am: Remove building variant handling.
347
3482000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
351        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
352        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
353        * aclocal/target.m4: Cleanup comments
354        * Automake/compile.am: Add DEFS support to keep building happy.
355
3562000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
359
3602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * automake/compile.am: New file
363        * ChangeLog: Fix email addresses
364
3652000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * LICENSE.NET, README, README.configure: Spelling corrections.
368
3692000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
372
3732000-08-30      Joel Sherrill <joel@OARcorp.com>
374
375        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
376
3772000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
378
379        * ChangeLog: Moved incorrect entries to make/ChangeLog.
380
3812000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * aclocal/check-bsps.h:
384          - Add pck6-BSP
385          - Exclude ChangeLog from being picked up as BSP
386        * aclocal/bsp-alias.m4: Add pck6-BSP
387
3882000-08-10      Joel Sherrill <joel@OARcorp.com>
389
390        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.