source: rtems/ChangeLog @ acdb6558

4.104.114.84.95
Last change on this file since acdb6558 was 48ad47cc, checked in by Joel Sherrill <joel.sherrill@…>, on 03/01/01 at 20:46:21

2001-02-22 Ralf Corsepius <corsepiu@…>

  • configure.in: Reworked for Canadian Cross support.
  • Makefile.am: Reflect changes to configure.in.
  • config.guess, config.sub: Update from subversions.gnu.org.
  • README.cdn-X: New file.
  • tools/Makefile.am: Remove build, tools from SUBDIRS.
  • Property mode set to 100644
File size: 9.3 KB
Line 
12001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.in: Reworked for Canadian Cross support.
4        * Makefile.am: Reflect changes to configure.in.
5        * config.guess, config.sub: Update from subversions.gnu.org.
6        * README.cdn-X: New file.
7        * tools/Makefile.am: Remove build, tools from SUBDIRS.
8
92001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
12        TARGET_CONFIG_SUBDIRS.
13        * aclocal/enable-bsp.m4: fix quoting.
14        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
15
162001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * aclocal/config-subdirs.m4: New file.
19        * aclocal/target.m4: Use macros from config-subdirs.m4.
20
212001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
24        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
25
262001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.in: Fix AM_INIT_AUTOMAKE.
29        * aclocal/bsp-arg-enable.m4: Extend comments.
30        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
31        the default clause.
32
332001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
36        RTEMS_ENV_RTEMSCPU.
37        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
38        special treatment for GCC_SPECS.
39        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
40        special treatment for GCC_SPECS.
41        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
42        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
43        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
44        instead of $(shell ..) for LIBC_LIB*.
45
462001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
49        simsh7045.
50
512001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
52
53        * automake/compile.am: Add LD.
54
552000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * config.guess, config.sub: Update from CVS-autoconf to pick
58        up new features (e.g. CC_FOR_BUILD in config.guess) but is
59        necessary anyway to use autoconf-versions > 2.13.
60
612000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
64        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
65        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
66        help string.
67        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
68
692000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
70
71        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
72        Modified to reflect addition of LEON BSPs as well as the
73        no-FP ERC32 variant.
74
752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
78        standard).
79        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
80        standard).
81        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
82        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
83        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
84        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
85
862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
89        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
90        $host instead of $target (BUG-FIX).
91        * configure.in: Use $target and $host instead of $target_alias and
92        $host_alias (autoconf-2.49b).
93        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
94        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
95
96        NOTES:
97        * autoconf-2.49b depredicates using changequotes.
98        * The changes to configure.in are due to cleanups in
99        autoconf-2.49b's implemention of canonicalization. With
100        autoconf-2.1x it wasn't always clear, when to use $xxx or
101        $xxx_alias. Now this is clear.
102
1032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
106
1072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
110        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
111        with an RTEMS specific but more restrictive autoconf macro.
112
1132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * automake/lib.am: Add LD.
116
1172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
120        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
121
1222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123 
124        * aclocal/*: Replace with contents of macros/*.m4
125        * macros/: Remove.
126        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
127        * Makefile.am: Reflect changes to aclocal/ and macros/.
128
1292000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.in: New, Cygnus/GNU style configuration.
132        * Makefile.am: Add macros/, reflect new configure.in,
133        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
134        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
135        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
136        * macros/tool-prefix.m4: Remove.
137        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
138        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
139        RTEMS_ROOT.
140        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
141        * macros/multilib.m4: Various minor fixes.
142        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
143        PROJECT_ROOT, RTEMS_ROOT.
144        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
145        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
146
1472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * automake/multilib.am: New file.
150        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
151        the automake/ directory.
152
1532000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * macros/enable-hwapi.m4: Removed.
156        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
157        A small cleanup step towards gnu-canonicalization.
158
1592000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * macros: New directory.
162        * macros/bsp-alias.m4: new file.
163        * macros/canonical-host.m4: new file.
164        * macros/canonical-target-name.m4: new file.
165        * macros/canonicalize-tools.m4: new file.
166        * macros/check-bsp-cache.m4: new file.
167        * macros/check-bsps.m4: new file.
168        * macros/check-cpu.m4: new file.
169        * macros/rtems-debug.m4: new file.
170        * macros/check-cxx.m4: new file.
171        * macros/check-itron.m4: new file.
172        * macros/check-multiprocessing.m4: new file.
173        * macros/check-networking.m4: new file.
174        * macros/check-newlib.m4: new file.
175        * macros/check-posix.m4: new file.
176        * macros/check-rdbg.m4: new file.
177        * macros/enable-bare.m4: new file.
178        * macros/enable-cxx.m4: new file.
179        * macros/enable-gcc28.m4: new file.
180        * macros/enable-inlines.m4: new file.
181        * macros/enable-itron.m4: new file.
182        * macros/enable-libcdir.m4: new file.
183        * macros/enable-multiprocessing.m4: new file.
184        * macros/enable-networking.m4: new file.
185        * macros/enable-posix.m4: new file.
186        * macros/enable-rdbg.m4: new file.
187        * macros/enable-rtemsbsp.m4: new file.
188        * macros/enable-tests.m4: new file.
189        * macros/gcc-pipe.m4: new file.
190        * macros/gcc-specs.m4: new file.
191        * macros/i386-gas-code16.m4: new file.
192        * macros/path-ksh.m4: new file.
193        * macros/path-perl.m4: new file.
194        * macros/prog-cc.m4: new file.
195        * macros/prog-cxx.m4: new file.
196        * macros/project-root.m4: new file.
197        * macros/rtems-top.m4: new file.
198        * macros/sysv-ipc.m4: new file.
199        * macros/target.m4: new file.
200        * macros/rtems-test-no-pause.m4: new file.
201        * macros/multilib.m4: new file.
202        * macros/tool-paths.m4: new file.
203        * macros/tool-prefix.m4: new file.
204
2052000-09-14      Joel Sherrill <joel@OARcorp.com>
206
207        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
208
2092000-09-14      Joel Sherrill <joel@OARcorp.com>
210
211        * aclocal/enable-hwapi.m4: Now longer used and removed.
212
2132000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * automake/lib.am: Remove leaf.cfg.
216
2172000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/rtems-top.m4: Add ENDIF-hack.
220        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
221
2222000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
225        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
226        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
227        * automake/compile.am: Replaced.
228        * automake/local.am: Remove building variant handling.
229
2302000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
233        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
234        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
235        * aclocal/target.m4: Cleanup comments
236        * Automake/compile.am: Add DEFS support to keep building happy.
237
2382000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
241
2422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * automake/compile.am: New file
245        * ChangeLog: Fix email addresses
246
2472000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * LICENSE.NET, README, README.configure: Spelling corrections.
250
2512000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
254
2552000-08-30      Joel Sherrill <joel@OARcorp.com>
256
257        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
258
2592000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
260
261        * ChangeLog: Moved incorrect entries to make/ChangeLog.
262
2632000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * aclocal/check-bsps.h:
266          - Add pck6-BSP
267          - Exclude ChangeLog from being picked up as BSP
268        * aclocal/bsp-alias.m4: Add pck6-BSP
269
2702000-08-10      Joel Sherrill <joel@OARcorp.com>
271
272        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.