source: rtems/ChangeLog @ aaf6063

4.104.114.84.95
Last change on this file since aaf6063 was a86c171, checked in by Joel Sherrill <joel.sherrill@…>, on 05/24/01 at 20:01:10

2001-05-16 Ralf Corsepius <corsepiu@…>

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