source: rtems/ChangeLog @ 1e3f463

4.104.114.84.95
Last change on this file since 1e3f463 was 986e1113, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/01 at 13:15:41

2001-09-13 Joel Sherrill <joel@…>

  • missing: Updated to latest version.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12001-09-13      Joel Sherrill <joel@OARcorp.com>
2
3        * missing: Updated to latest version.
4
52001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.in: autoupdate to autoconf-2.52.
8        * bootstrap: Add handling for configure.ac, make autoheader verbose,
9        fix auto*tool invocation order.
10        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
11        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
12        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
13        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
14        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
15        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
16        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
17        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
18        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
19        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
20        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
21        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
22        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
23        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
24        RTEMS_CONFIG_PER_BSP conditional.
25        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
26        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
27        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
28
292001-05-25      Joel Sherrill <joel@OARcorp.com>
30
31        * README.configure: Corrected the name of the MRM332 BSP.
32        Strengthened the distinction between what the target
33        and the BSP each select.  Added more targets to list.
34
352001-05-25      Joel Sherrill <joel@OARcorp.com>
36
37        * README.configure: Updated the list of BSPs.
38
392001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
42        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
43        Add support for DOS-drive-letters.
44
452001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
48        RTEMS_PROG_CC_FOR_TARGET.
49
502001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * README.cdn-X: Update.
53        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
54        @CPPFLAGS@ to CPPFLAGS.
55
562001-04-20      Eric Valette <valette@crf.canon.fr>
57
58        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
59        BSPs support the new exception processing model and
60        consequently, librdbg.
61
622001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Reworked for Canadian Cross support.
65        * Makefile.am: Reflect changes to configure.in.
66        * config.guess, config.sub: Update from subversions.gnu.org.
67        * README.cdn-X: New file.
68        * tools/Makefile.am: Remove build, tools from SUBDIRS.
69
702001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
73        TARGET_CONFIG_SUBDIRS.
74        * aclocal/enable-bsp.m4: fix quoting.
75        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
76
772001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * aclocal/config-subdirs.m4: New file.
80        * aclocal/target.m4: Use macros from config-subdirs.m4.
81
822001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
85        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
86
872001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Fix AM_INIT_AUTOMAKE.
90        * aclocal/bsp-arg-enable.m4: Extend comments.
91        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
92        the default clause.
93
942001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
97        RTEMS_ENV_RTEMSCPU.
98        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
99        special treatment for GCC_SPECS.
100        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
101        special treatment for GCC_SPECS.
102        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
103        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
104        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
105        instead of $(shell ..) for LIBC_LIB*.
106
1072001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
110        simsh7045.
111
1122001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
113
114        * automake/compile.am: Add LD.
115
1162000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * config.guess, config.sub: Update from CVS-autoconf to pick
119        up new features (e.g. CC_FOR_BUILD in config.guess) but is
120        necessary anyway to use autoconf-versions > 2.13.
121
1222000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
125        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
126        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
127        help string.
128        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
129
1302000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
131
132        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
133        Modified to reflect addition of LEON BSPs as well as the
134        no-FP ERC32 variant.
135
1362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
139        standard).
140        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
141        standard).
142        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
143        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
144        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
145        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
146
1472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
150        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
151        $host instead of $target (BUG-FIX).
152        * configure.in: Use $target and $host instead of $target_alias and
153        $host_alias (autoconf-2.49b).
154        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
155        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
156
157        NOTES:
158        * autoconf-2.49b depredicates using changequotes.
159        * The changes to configure.in are due to cleanups in
160        autoconf-2.49b's implemention of canonicalization. With
161        autoconf-2.1x it wasn't always clear, when to use $xxx or
162        $xxx_alias. Now this is clear.
163
1642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
167
1682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
171        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
172        with an RTEMS specific but more restrictive autoconf macro.
173
1742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * automake/lib.am: Add LD.
177
1782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
181        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
182
1832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184 
185        * aclocal/*: Replace with contents of macros/*.m4
186        * macros/: Remove.
187        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
188        * Makefile.am: Reflect changes to aclocal/ and macros/.
189
1902000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.in: New, Cygnus/GNU style configuration.
193        * Makefile.am: Add macros/, reflect new configure.in,
194        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
195        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
196        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
197        * macros/tool-prefix.m4: Remove.
198        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
199        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
200        RTEMS_ROOT.
201        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
202        * macros/multilib.m4: Various minor fixes.
203        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
204        PROJECT_ROOT, RTEMS_ROOT.
205        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
206        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
207
2082000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * automake/multilib.am: New file.
211        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
212        the automake/ directory.
213
2142000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * macros/enable-hwapi.m4: Removed.
217        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
218        A small cleanup step towards gnu-canonicalization.
219
2202000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * macros: New directory.
223        * macros/bsp-alias.m4: new file.
224        * macros/canonical-host.m4: new file.
225        * macros/canonical-target-name.m4: new file.
226        * macros/canonicalize-tools.m4: new file.
227        * macros/check-bsp-cache.m4: new file.
228        * macros/check-bsps.m4: new file.
229        * macros/check-cpu.m4: new file.
230        * macros/rtems-debug.m4: new file.
231        * macros/check-cxx.m4: new file.
232        * macros/check-itron.m4: new file.
233        * macros/check-multiprocessing.m4: new file.
234        * macros/check-networking.m4: new file.
235        * macros/check-newlib.m4: new file.
236        * macros/check-posix.m4: new file.
237        * macros/check-rdbg.m4: new file.
238        * macros/enable-bare.m4: new file.
239        * macros/enable-cxx.m4: new file.
240        * macros/enable-gcc28.m4: new file.
241        * macros/enable-inlines.m4: new file.
242        * macros/enable-itron.m4: new file.
243        * macros/enable-libcdir.m4: new file.
244        * macros/enable-multiprocessing.m4: new file.
245        * macros/enable-networking.m4: new file.
246        * macros/enable-posix.m4: new file.
247        * macros/enable-rdbg.m4: new file.
248        * macros/enable-rtemsbsp.m4: new file.
249        * macros/enable-tests.m4: new file.
250        * macros/gcc-pipe.m4: new file.
251        * macros/gcc-specs.m4: new file.
252        * macros/i386-gas-code16.m4: new file.
253        * macros/path-ksh.m4: new file.
254        * macros/path-perl.m4: new file.
255        * macros/prog-cc.m4: new file.
256        * macros/prog-cxx.m4: new file.
257        * macros/project-root.m4: new file.
258        * macros/rtems-top.m4: new file.
259        * macros/sysv-ipc.m4: new file.
260        * macros/target.m4: new file.
261        * macros/rtems-test-no-pause.m4: new file.
262        * macros/multilib.m4: new file.
263        * macros/tool-paths.m4: new file.
264        * macros/tool-prefix.m4: new file.
265
2662000-09-14      Joel Sherrill <joel@OARcorp.com>
267
268        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
269
2702000-09-14      Joel Sherrill <joel@OARcorp.com>
271
272        * aclocal/enable-hwapi.m4: Now longer used and removed.
273
2742000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * automake/lib.am: Remove leaf.cfg.
277
2782000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * aclocal/rtems-top.m4: Add ENDIF-hack.
281        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
282
2832000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
286        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
287        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
288        * automake/compile.am: Replaced.
289        * automake/local.am: Remove building variant handling.
290
2912000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
294        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
295        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
296        * aclocal/target.m4: Cleanup comments
297        * Automake/compile.am: Add DEFS support to keep building happy.
298
2992000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
302
3032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * automake/compile.am: New file
306        * ChangeLog: Fix email addresses
307
3082000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * LICENSE.NET, README, README.configure: Spelling corrections.
311
3122000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
315
3162000-08-30      Joel Sherrill <joel@OARcorp.com>
317
318        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
319
3202000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
321
322        * ChangeLog: Moved incorrect entries to make/ChangeLog.
323
3242000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * aclocal/check-bsps.h:
327          - Add pck6-BSP
328          - Exclude ChangeLog from being picked up as BSP
329        * aclocal/bsp-alias.m4: Add pck6-BSP
330
3312000-08-10      Joel Sherrill <joel@OARcorp.com>
332
333        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.