source: rtems/ChangeLog @ 46d31795

4.104.114.84.95
Last change on this file since 46d31795 was d9e4f08, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 13:29:53

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

  • config.guess: No longer in CVS since installed by bootstrap.
  • Property mode set to 100644
File size: 12.3 KB
Line 
12001-09-27      Joel Sherrill <joel@OARcorp.com>
2
3        * config.guess: No longer in CVS since installed by bootstrap.
4
52001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * bootstrap: remove/add automake added files.
8        * .cvsignore: reflect changes to bootstrap.
9
102001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * automake/leaf.am: New file.
13
142001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
17        of AC_CANONICAL_SYSTEM.
18        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
19        mkinstalldirs and mkdir.
20        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
21        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
22        _RTEMS_OUTPUT_BUILD_SUBDIRS.
23       
242001-09-13      Joel Sherrill <joel@OARcorp.com>
25
26        * missing: Updated to latest version.
27
282001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.in: autoupdate to autoconf-2.52.
31        * bootstrap: Add handling for configure.ac, make autoheader verbose,
32        fix auto*tool invocation order.
33        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
34        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
35        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
36        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
37        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
38        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
39        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
40        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
41        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
42        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
43        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
44        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
45        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
46        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
47        RTEMS_CONFIG_PER_BSP conditional.
48        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
49        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
50        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
51
522001-05-25      Joel Sherrill <joel@OARcorp.com>
53
54        * README.configure: Corrected the name of the MRM332 BSP.
55        Strengthened the distinction between what the target
56        and the BSP each select.  Added more targets to list.
57
582001-05-25      Joel Sherrill <joel@OARcorp.com>
59
60        * README.configure: Updated the list of BSPs.
61
622001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
65        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
66        Add support for DOS-drive-letters.
67
682001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
71        RTEMS_PROG_CC_FOR_TARGET.
72
732001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * README.cdn-X: Update.
76        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
77        @CPPFLAGS@ to CPPFLAGS.
78
792001-04-20      Eric Valette <valette@crf.canon.fr>
80
81        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
82        BSPs support the new exception processing model and
83        consequently, librdbg.
84
852001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.in: Reworked for Canadian Cross support.
88        * Makefile.am: Reflect changes to configure.in.
89        * config.guess, config.sub: Update from subversions.gnu.org.
90        * README.cdn-X: New file.
91        * tools/Makefile.am: Remove build, tools from SUBDIRS.
92
932001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
96        TARGET_CONFIG_SUBDIRS.
97        * aclocal/enable-bsp.m4: fix quoting.
98        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
99
1002001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * aclocal/config-subdirs.m4: New file.
103        * aclocal/target.m4: Use macros from config-subdirs.m4.
104
1052001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
108        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
109
1102001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.in: Fix AM_INIT_AUTOMAKE.
113        * aclocal/bsp-arg-enable.m4: Extend comments.
114        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
115        the default clause.
116
1172001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
120        RTEMS_ENV_RTEMSCPU.
121        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
122        special treatment for GCC_SPECS.
123        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
124        special treatment for GCC_SPECS.
125        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
126        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
127        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
128        instead of $(shell ..) for LIBC_LIB*.
129
1302001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
133        simsh7045.
134
1352001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
136
137        * automake/compile.am: Add LD.
138
1392000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * config.guess, config.sub: Update from CVS-autoconf to pick
142        up new features (e.g. CC_FOR_BUILD in config.guess) but is
143        necessary anyway to use autoconf-versions > 2.13.
144
1452000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
148        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
149        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
150        help string.
151        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
152
1532000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
154
155        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
156        Modified to reflect addition of LEON BSPs as well as the
157        no-FP ERC32 variant.
158
1592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
162        standard).
163        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
164        standard).
165        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
166        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
167        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
168        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
169
1702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
173        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
174        $host instead of $target (BUG-FIX).
175        * configure.in: Use $target and $host instead of $target_alias and
176        $host_alias (autoconf-2.49b).
177        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
178        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
179
180        NOTES:
181        * autoconf-2.49b depredicates using changequotes.
182        * The changes to configure.in are due to cleanups in
183        autoconf-2.49b's implemention of canonicalization. With
184        autoconf-2.1x it wasn't always clear, when to use $xxx or
185        $xxx_alias. Now this is clear.
186
1872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
190
1912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
194        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
195        with an RTEMS specific but more restrictive autoconf macro.
196
1972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * automake/lib.am: Add LD.
200
2012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
204        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
205
2062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207 
208        * aclocal/*: Replace with contents of macros/*.m4
209        * macros/: Remove.
210        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
211        * Makefile.am: Reflect changes to aclocal/ and macros/.
212
2132000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.in: New, Cygnus/GNU style configuration.
216        * Makefile.am: Add macros/, reflect new configure.in,
217        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
218        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
219        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
220        * macros/tool-prefix.m4: Remove.
221        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
222        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
223        RTEMS_ROOT.
224        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
225        * macros/multilib.m4: Various minor fixes.
226        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
227        PROJECT_ROOT, RTEMS_ROOT.
228        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
229        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
230
2312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * automake/multilib.am: New file.
234        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
235        the automake/ directory.
236
2372000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * macros/enable-hwapi.m4: Removed.
240        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
241        A small cleanup step towards gnu-canonicalization.
242
2432000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * macros: New directory.
246        * macros/bsp-alias.m4: new file.
247        * macros/canonical-host.m4: new file.
248        * macros/canonical-target-name.m4: new file.
249        * macros/canonicalize-tools.m4: new file.
250        * macros/check-bsp-cache.m4: new file.
251        * macros/check-bsps.m4: new file.
252        * macros/check-cpu.m4: new file.
253        * macros/rtems-debug.m4: new file.
254        * macros/check-cxx.m4: new file.
255        * macros/check-itron.m4: new file.
256        * macros/check-multiprocessing.m4: new file.
257        * macros/check-networking.m4: new file.
258        * macros/check-newlib.m4: new file.
259        * macros/check-posix.m4: new file.
260        * macros/check-rdbg.m4: new file.
261        * macros/enable-bare.m4: new file.
262        * macros/enable-cxx.m4: new file.
263        * macros/enable-gcc28.m4: new file.
264        * macros/enable-inlines.m4: new file.
265        * macros/enable-itron.m4: new file.
266        * macros/enable-libcdir.m4: new file.
267        * macros/enable-multiprocessing.m4: new file.
268        * macros/enable-networking.m4: new file.
269        * macros/enable-posix.m4: new file.
270        * macros/enable-rdbg.m4: new file.
271        * macros/enable-rtemsbsp.m4: new file.
272        * macros/enable-tests.m4: new file.
273        * macros/gcc-pipe.m4: new file.
274        * macros/gcc-specs.m4: new file.
275        * macros/i386-gas-code16.m4: new file.
276        * macros/path-ksh.m4: new file.
277        * macros/path-perl.m4: new file.
278        * macros/prog-cc.m4: new file.
279        * macros/prog-cxx.m4: new file.
280        * macros/project-root.m4: new file.
281        * macros/rtems-top.m4: new file.
282        * macros/sysv-ipc.m4: new file.
283        * macros/target.m4: new file.
284        * macros/rtems-test-no-pause.m4: new file.
285        * macros/multilib.m4: new file.
286        * macros/tool-paths.m4: new file.
287        * macros/tool-prefix.m4: new file.
288
2892000-09-14      Joel Sherrill <joel@OARcorp.com>
290
291        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
292
2932000-09-14      Joel Sherrill <joel@OARcorp.com>
294
295        * aclocal/enable-hwapi.m4: Now longer used and removed.
296
2972000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * automake/lib.am: Remove leaf.cfg.
300
3012000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * aclocal/rtems-top.m4: Add ENDIF-hack.
304        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
305
3062000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
309        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
310        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
311        * automake/compile.am: Replaced.
312        * automake/local.am: Remove building variant handling.
313
3142000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
317        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
318        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
319        * aclocal/target.m4: Cleanup comments
320        * Automake/compile.am: Add DEFS support to keep building happy.
321
3222000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
325
3262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * automake/compile.am: New file
329        * ChangeLog: Fix email addresses
330
3312000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * LICENSE.NET, README, README.configure: Spelling corrections.
334
3352000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
338
3392000-08-30      Joel Sherrill <joel@OARcorp.com>
340
341        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
342
3432000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
344
345        * ChangeLog: Moved incorrect entries to make/ChangeLog.
346
3472000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * aclocal/check-bsps.h:
350          - Add pck6-BSP
351          - Exclude ChangeLog from being picked up as BSP
352        * aclocal/bsp-alias.m4: Add pck6-BSP
353
3542000-08-10      Joel Sherrill <joel@OARcorp.com>
355
356        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.