source: rtems/ChangeLog @ 6a91771a

4.104.114.84.95
Last change on this file since 6a91771a was a34b245, checked in by Joel Sherrill <joel.sherrill@…>, on 10/29/01 at 14:39:50

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

  • Adopt more automake rules:
  • automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE; Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc; Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
  • automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply CXXLINK_APP in make-cxx-exe.
  • automake/lib.am: Add ARFLAGS.
  • Property mode set to 100644
File size: 13.8 KB
Line 
12001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Adopt more automake rules:
4        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
5        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
6        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
7        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
8        CXXLINK_APP in make-cxx-exe.
9        * automake/lib.am: Add ARFLAGS.
10
112001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
14        config.cache's which prevented powerpc targets librdbg from building.
15
162001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
19        add 2nd arg to _RTEMS_CPU_SUBDIR.
20        * aclocal/target.m4: Replace ac_configure_args with
21        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
22        * Makefile.am: Require automake-1.5.
23
242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
27        * configure.in: Remove.
28        * configure.ac: New file, generated from configure.in by autoupdate.
29
302001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * aclocal/rtems-cpu-subdirs.m4: New file.
33
342001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * automake/compile.am: Fundamentally reworked compilation rules for
37        closer adaptation to automake's behavior.
38
392001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * automake/lib.am: Comment out LD.
42        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
43        automake/leaf.am to AUTOMAKE_FILES.
44
452001-09-27      Joel Sherrill <joel@OARcorp.com>
46
47        * config.guess: No longer in CVS since installed by bootstrap.
48
492001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * bootstrap: remove/add automake added files.
52        * .cvsignore: reflect changes to bootstrap.
53
542001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * automake/leaf.am: New file.
57
582001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
61        of AC_CANONICAL_SYSTEM.
62        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
63        mkinstalldirs and mkdir.
64        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
65        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
66        _RTEMS_OUTPUT_BUILD_SUBDIRS.
67       
682001-09-13      Joel Sherrill <joel@OARcorp.com>
69
70        * missing: Updated to latest version.
71
722001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.in: autoupdate to autoconf-2.52.
75        * bootstrap: Add handling for configure.ac, make autoheader verbose,
76        fix auto*tool invocation order.
77        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
78        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
79        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
80        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
81        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
82        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
83        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
84        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
85        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
86        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
87        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
88        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
89        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
90        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
91        RTEMS_CONFIG_PER_BSP conditional.
92        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
93        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
94        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
95
962001-05-25      Joel Sherrill <joel@OARcorp.com>
97
98        * README.configure: Corrected the name of the MRM332 BSP.
99        Strengthened the distinction between what the target
100        and the BSP each select.  Added more targets to list.
101
1022001-05-25      Joel Sherrill <joel@OARcorp.com>
103
104        * README.configure: Updated the list of BSPs.
105
1062001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
109        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
110        Add support for DOS-drive-letters.
111
1122001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
115        RTEMS_PROG_CC_FOR_TARGET.
116
1172001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * README.cdn-X: Update.
120        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
121        @CPPFLAGS@ to CPPFLAGS.
122
1232001-04-20      Eric Valette <valette@crf.canon.fr>
124
125        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
126        BSPs support the new exception processing model and
127        consequently, librdbg.
128
1292001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.in: Reworked for Canadian Cross support.
132        * Makefile.am: Reflect changes to configure.in.
133        * config.guess, config.sub: Update from subversions.gnu.org.
134        * README.cdn-X: New file.
135        * tools/Makefile.am: Remove build, tools from SUBDIRS.
136
1372001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
140        TARGET_CONFIG_SUBDIRS.
141        * aclocal/enable-bsp.m4: fix quoting.
142        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
143
1442001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal/config-subdirs.m4: New file.
147        * aclocal/target.m4: Use macros from config-subdirs.m4.
148
1492001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
152        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
153
1542001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.in: Fix AM_INIT_AUTOMAKE.
157        * aclocal/bsp-arg-enable.m4: Extend comments.
158        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
159        the default clause.
160
1612001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
164        RTEMS_ENV_RTEMSCPU.
165        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
166        special treatment for GCC_SPECS.
167        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
168        special treatment for GCC_SPECS.
169        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
170        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
171        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
172        instead of $(shell ..) for LIBC_LIB*.
173
1742001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
177        simsh7045.
178
1792001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
180
181        * automake/compile.am: Add LD.
182
1832000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * config.guess, config.sub: Update from CVS-autoconf to pick
186        up new features (e.g. CC_FOR_BUILD in config.guess) but is
187        necessary anyway to use autoconf-versions > 2.13.
188
1892000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
192        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
193        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
194        help string.
195        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
196
1972000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
198
199        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
200        Modified to reflect addition of LEON BSPs as well as the
201        no-FP ERC32 variant.
202
2032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
206        standard).
207        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
208        standard).
209        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
210        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
211        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
212        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
213
2142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
217        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
218        $host instead of $target (BUG-FIX).
219        * configure.in: Use $target and $host instead of $target_alias and
220        $host_alias (autoconf-2.49b).
221        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
222        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
223
224        NOTES:
225        * autoconf-2.49b depredicates using changequotes.
226        * The changes to configure.in are due to cleanups in
227        autoconf-2.49b's implemention of canonicalization. With
228        autoconf-2.1x it wasn't always clear, when to use $xxx or
229        $xxx_alias. Now this is clear.
230
2312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
234
2352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
238        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
239        with an RTEMS specific but more restrictive autoconf macro.
240
2412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * automake/lib.am: Add LD.
244
2452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
248        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
249
2502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251 
252        * aclocal/*: Replace with contents of macros/*.m4
253        * macros/: Remove.
254        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
255        * Makefile.am: Reflect changes to aclocal/ and macros/.
256
2572000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.in: New, Cygnus/GNU style configuration.
260        * Makefile.am: Add macros/, reflect new configure.in,
261        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
262        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
263        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
264        * macros/tool-prefix.m4: Remove.
265        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
266        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
267        RTEMS_ROOT.
268        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
269        * macros/multilib.m4: Various minor fixes.
270        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
271        PROJECT_ROOT, RTEMS_ROOT.
272        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
273        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
274
2752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * automake/multilib.am: New file.
278        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
279        the automake/ directory.
280
2812000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * macros/enable-hwapi.m4: Removed.
284        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
285        A small cleanup step towards gnu-canonicalization.
286
2872000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * macros: New directory.
290        * macros/bsp-alias.m4: new file.
291        * macros/canonical-host.m4: new file.
292        * macros/canonical-target-name.m4: new file.
293        * macros/canonicalize-tools.m4: new file.
294        * macros/check-bsp-cache.m4: new file.
295        * macros/check-bsps.m4: new file.
296        * macros/check-cpu.m4: new file.
297        * macros/rtems-debug.m4: new file.
298        * macros/check-cxx.m4: new file.
299        * macros/check-itron.m4: new file.
300        * macros/check-multiprocessing.m4: new file.
301        * macros/check-networking.m4: new file.
302        * macros/check-newlib.m4: new file.
303        * macros/check-posix.m4: new file.
304        * macros/check-rdbg.m4: new file.
305        * macros/enable-bare.m4: new file.
306        * macros/enable-cxx.m4: new file.
307        * macros/enable-gcc28.m4: new file.
308        * macros/enable-inlines.m4: new file.
309        * macros/enable-itron.m4: new file.
310        * macros/enable-libcdir.m4: new file.
311        * macros/enable-multiprocessing.m4: new file.
312        * macros/enable-networking.m4: new file.
313        * macros/enable-posix.m4: new file.
314        * macros/enable-rdbg.m4: new file.
315        * macros/enable-rtemsbsp.m4: new file.
316        * macros/enable-tests.m4: new file.
317        * macros/gcc-pipe.m4: new file.
318        * macros/gcc-specs.m4: new file.
319        * macros/i386-gas-code16.m4: new file.
320        * macros/path-ksh.m4: new file.
321        * macros/path-perl.m4: new file.
322        * macros/prog-cc.m4: new file.
323        * macros/prog-cxx.m4: new file.
324        * macros/project-root.m4: new file.
325        * macros/rtems-top.m4: new file.
326        * macros/sysv-ipc.m4: new file.
327        * macros/target.m4: new file.
328        * macros/rtems-test-no-pause.m4: new file.
329        * macros/multilib.m4: new file.
330        * macros/tool-paths.m4: new file.
331        * macros/tool-prefix.m4: new file.
332
3332000-09-14      Joel Sherrill <joel@OARcorp.com>
334
335        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
336
3372000-09-14      Joel Sherrill <joel@OARcorp.com>
338
339        * aclocal/enable-hwapi.m4: Now longer used and removed.
340
3412000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * automake/lib.am: Remove leaf.cfg.
344
3452000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * aclocal/rtems-top.m4: Add ENDIF-hack.
348        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
349
3502000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
353        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
354        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
355        * automake/compile.am: Replaced.
356        * automake/local.am: Remove building variant handling.
357
3582000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
361        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
362        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
363        * aclocal/target.m4: Cleanup comments
364        * Automake/compile.am: Add DEFS support to keep building happy.
365
3662000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
369
3702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * automake/compile.am: New file
373        * ChangeLog: Fix email addresses
374
3752000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * LICENSE.NET, README, README.configure: Spelling corrections.
378
3792000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
382
3832000-08-30      Joel Sherrill <joel@OARcorp.com>
384
385        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
386
3872000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
388
389        * ChangeLog: Moved incorrect entries to make/ChangeLog.
390
3912000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * aclocal/check-bsps.h:
394          - Add pck6-BSP
395          - Exclude ChangeLog from being picked up as BSP
396        * aclocal/bsp-alias.m4: Add pck6-BSP
397
3982000-08-10      Joel Sherrill <joel@OARcorp.com>
399
400        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.