source: rtems/ChangeLog @ d6c20ff3

4.104.114.84.95
Last change on this file since d6c20ff3 was e32fdfa, checked in by Joel Sherrill <joel.sherrill@…>, on 05/25/01 at 16:39:11

2001-05-25 Joel Sherrill <joel@…>

  • README.configure: Corrected the name of the MRM332 BSP.

Strengthened the distinction between what the target
and the BSP each select. Added more targets to list.

  • Property mode set to 100644
File size: 10.4 KB
Line 
12001-05-25      Joel Sherrill <joel@OARcorp.com>
2
3        * README.configure: Corrected the name of the MRM332 BSP.
4        Strengthened the distinction between what the target
5        and the BSP each select.  Added more targets to list.
6
72001-05-25      Joel Sherrill <joel@OARcorp.com>
8
9        * README.configure: Updated the list of BSPs.
10
112001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
14        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
15        Add support for DOS-drive-letters.
16
172001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
20        RTEMS_PROG_CC_FOR_TARGET.
21
222001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * README.cdn-X: Update.
25        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
26        @CPPFLAGS@ to CPPFLAGS.
27
282001-04-20      Eric Valette <valette@crf.canon.fr>
29
30        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
31        BSPs support the new exception processing model and
32        consequently, librdbg.
33
342001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.in: Reworked for Canadian Cross support.
37        * Makefile.am: Reflect changes to configure.in.
38        * config.guess, config.sub: Update from subversions.gnu.org.
39        * README.cdn-X: New file.
40        * tools/Makefile.am: Remove build, tools from SUBDIRS.
41
422001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
45        TARGET_CONFIG_SUBDIRS.
46        * aclocal/enable-bsp.m4: fix quoting.
47        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
48
492001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * aclocal/config-subdirs.m4: New file.
52        * aclocal/target.m4: Use macros from config-subdirs.m4.
53
542001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
57        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
58
592001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.in: Fix AM_INIT_AUTOMAKE.
62        * aclocal/bsp-arg-enable.m4: Extend comments.
63        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
64        the default clause.
65
662001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
69        RTEMS_ENV_RTEMSCPU.
70        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
71        special treatment for GCC_SPECS.
72        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
73        special treatment for GCC_SPECS.
74        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
75        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
76        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
77        instead of $(shell ..) for LIBC_LIB*.
78
792001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
82        simsh7045.
83
842001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
85
86        * automake/compile.am: Add LD.
87
882000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * config.guess, config.sub: Update from CVS-autoconf to pick
91        up new features (e.g. CC_FOR_BUILD in config.guess) but is
92        necessary anyway to use autoconf-versions > 2.13.
93
942000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
97        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
98        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
99        help string.
100        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
101
1022000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
103
104        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
105        Modified to reflect addition of LEON BSPs as well as the
106        no-FP ERC32 variant.
107
1082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
111        standard).
112        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
113        standard).
114        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
115        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
116        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
117        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
118
1192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
122        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
123        $host instead of $target (BUG-FIX).
124        * configure.in: Use $target and $host instead of $target_alias and
125        $host_alias (autoconf-2.49b).
126        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
127        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
128
129        NOTES:
130        * autoconf-2.49b depredicates using changequotes.
131        * The changes to configure.in are due to cleanups in
132        autoconf-2.49b's implemention of canonicalization. With
133        autoconf-2.1x it wasn't always clear, when to use $xxx or
134        $xxx_alias. Now this is clear.
135
1362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
139
1402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
143        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
144        with an RTEMS specific but more restrictive autoconf macro.
145
1462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * automake/lib.am: Add LD.
149
1502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
153        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
154
1552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156 
157        * aclocal/*: Replace with contents of macros/*.m4
158        * macros/: Remove.
159        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
160        * Makefile.am: Reflect changes to aclocal/ and macros/.
161
1622000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.in: New, Cygnus/GNU style configuration.
165        * Makefile.am: Add macros/, reflect new configure.in,
166        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
167        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
168        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
169        * macros/tool-prefix.m4: Remove.
170        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
171        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
172        RTEMS_ROOT.
173        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
174        * macros/multilib.m4: Various minor fixes.
175        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
176        PROJECT_ROOT, RTEMS_ROOT.
177        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
178        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
179
1802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * automake/multilib.am: New file.
183        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
184        the automake/ directory.
185
1862000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * macros/enable-hwapi.m4: Removed.
189        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
190        A small cleanup step towards gnu-canonicalization.
191
1922000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * macros: New directory.
195        * macros/bsp-alias.m4: new file.
196        * macros/canonical-host.m4: new file.
197        * macros/canonical-target-name.m4: new file.
198        * macros/canonicalize-tools.m4: new file.
199        * macros/check-bsp-cache.m4: new file.
200        * macros/check-bsps.m4: new file.
201        * macros/check-cpu.m4: new file.
202        * macros/rtems-debug.m4: new file.
203        * macros/check-cxx.m4: new file.
204        * macros/check-itron.m4: new file.
205        * macros/check-multiprocessing.m4: new file.
206        * macros/check-networking.m4: new file.
207        * macros/check-newlib.m4: new file.
208        * macros/check-posix.m4: new file.
209        * macros/check-rdbg.m4: new file.
210        * macros/enable-bare.m4: new file.
211        * macros/enable-cxx.m4: new file.
212        * macros/enable-gcc28.m4: new file.
213        * macros/enable-inlines.m4: new file.
214        * macros/enable-itron.m4: new file.
215        * macros/enable-libcdir.m4: new file.
216        * macros/enable-multiprocessing.m4: new file.
217        * macros/enable-networking.m4: new file.
218        * macros/enable-posix.m4: new file.
219        * macros/enable-rdbg.m4: new file.
220        * macros/enable-rtemsbsp.m4: new file.
221        * macros/enable-tests.m4: new file.
222        * macros/gcc-pipe.m4: new file.
223        * macros/gcc-specs.m4: new file.
224        * macros/i386-gas-code16.m4: new file.
225        * macros/path-ksh.m4: new file.
226        * macros/path-perl.m4: new file.
227        * macros/prog-cc.m4: new file.
228        * macros/prog-cxx.m4: new file.
229        * macros/project-root.m4: new file.
230        * macros/rtems-top.m4: new file.
231        * macros/sysv-ipc.m4: new file.
232        * macros/target.m4: new file.
233        * macros/rtems-test-no-pause.m4: new file.
234        * macros/multilib.m4: new file.
235        * macros/tool-paths.m4: new file.
236        * macros/tool-prefix.m4: new file.
237
2382000-09-14      Joel Sherrill <joel@OARcorp.com>
239
240        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
241
2422000-09-14      Joel Sherrill <joel@OARcorp.com>
243
244        * aclocal/enable-hwapi.m4: Now longer used and removed.
245
2462000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * automake/lib.am: Remove leaf.cfg.
249
2502000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * aclocal/rtems-top.m4: Add ENDIF-hack.
253        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
254
2552000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
258        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
259        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
260        * automake/compile.am: Replaced.
261        * automake/local.am: Remove building variant handling.
262
2632000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
266        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
267        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
268        * aclocal/target.m4: Cleanup comments
269        * Automake/compile.am: Add DEFS support to keep building happy.
270
2712000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
274
2752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * automake/compile.am: New file
278        * ChangeLog: Fix email addresses
279
2802000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * LICENSE.NET, README, README.configure: Spelling corrections.
283
2842000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
287
2882000-08-30      Joel Sherrill <joel@OARcorp.com>
289
290        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
291
2922000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
293
294        * ChangeLog: Moved incorrect entries to make/ChangeLog.
295
2962000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * aclocal/check-bsps.h:
299          - Add pck6-BSP
300          - Exclude ChangeLog from being picked up as BSP
301        * aclocal/bsp-alias.m4: Add pck6-BSP
302
3032000-08-10      Joel Sherrill <joel@OARcorp.com>
304
305        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.