source: rtems/ChangeLog @ aea9bb46

4.104.114.84.95
Last change on this file since aea9bb46 was 8738dfaa, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:26:39

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

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