source: rtems/ChangeLog @ 6a9db57

4.104.114.84.95
Last change on this file since 6a9db57 was 5ddff84b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/01 at 17:19:27

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

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