source: rtems/ChangeLog @ bfba54e

4.104.114.84.95
Last change on this file since bfba54e was bfba54e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/10/01 at 00:22:21

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

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