source: rtems/ChangeLog @ 19b704cd

4.104.114.84.95
Last change on this file since 19b704cd was 66387986, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:07:37

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

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