source: rtems/ChangeLog @ 5c27c80

4.104.114.84.95
Last change on this file since 5c27c80 was 4dc2e9a, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/01 at 18:47:07

2001-01-03 Emmanuel Raguet <raguet@…>

  • automake/compile.am: Add LD.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
2
3        * automake/compile.am: Add LD.
4
52000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * config.guess, config.sub: Update from CVS-autoconf to pick
8        up new features (e.g. CC_FOR_BUILD in config.guess) but is
9        necessary anyway to use autoconf-versions > 2.13.
10
112000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
14        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
15        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
16        help string.
17        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
18
192000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
20
21        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
22        Modified to reflect addition of LEON BSPs as well as the
23        no-FP ERC32 variant.
24
252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
28        standard).
29        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
30        standard).
31        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
32        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
33        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
34        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
35
362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
39        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
40        $host instead of $target (BUG-FIX).
41        * configure.in: Use $target and $host instead of $target_alias and
42        $host_alias (autoconf-2.49b).
43        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
44        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
45
46        NOTES:
47        * autoconf-2.49b depredicates using changequotes.
48        * The changes to configure.in are due to cleanups in
49        autoconf-2.49b's implemention of canonicalization. With
50        autoconf-2.1x it wasn't always clear, when to use $xxx or
51        $xxx_alias. Now this is clear.
52
532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
56
572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
60        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
61        with an RTEMS specific but more restrictive autoconf macro.
62
632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * automake/lib.am: Add LD.
66
672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
70        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
71
722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73 
74        * aclocal/*: Replace with contents of macros/*.m4
75        * macros/: Remove.
76        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
77        * Makefile.am: Reflect changes to aclocal/ and macros/.
78
792000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.in: New, Cygnus/GNU style configuration.
82        * Makefile.am: Add macros/, reflect new configure.in,
83        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
84        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
85        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
86        * macros/tool-prefix.m4: Remove.
87        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
88        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
89        RTEMS_ROOT.
90        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
91        * macros/multilib.m4: Various minor fixes.
92        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
93        PROJECT_ROOT, RTEMS_ROOT.
94        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
95        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
96
972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * automake/multilib.am: New file.
100        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
101        the automake/ directory.
102
1032000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * macros/enable-hwapi.m4: Removed.
106        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
107        A small cleanup step towards gnu-canonicalization.
108
1092000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * macros: New directory.
112        * macros/bsp-alias.m4: new file.
113        * macros/canonical-host.m4: new file.
114        * macros/canonical-target-name.m4: new file.
115        * macros/canonicalize-tools.m4: new file.
116        * macros/check-bsp-cache.m4: new file.
117        * macros/check-bsps.m4: new file.
118        * macros/check-cpu.m4: new file.
119        * macros/rtems-debug.m4: new file.
120        * macros/check-cxx.m4: new file.
121        * macros/check-itron.m4: new file.
122        * macros/check-multiprocessing.m4: new file.
123        * macros/check-networking.m4: new file.
124        * macros/check-newlib.m4: new file.
125        * macros/check-posix.m4: new file.
126        * macros/check-rdbg.m4: new file.
127        * macros/enable-bare.m4: new file.
128        * macros/enable-cxx.m4: new file.
129        * macros/enable-gcc28.m4: new file.
130        * macros/enable-inlines.m4: new file.
131        * macros/enable-itron.m4: new file.
132        * macros/enable-libcdir.m4: new file.
133        * macros/enable-multiprocessing.m4: new file.
134        * macros/enable-networking.m4: new file.
135        * macros/enable-posix.m4: new file.
136        * macros/enable-rdbg.m4: new file.
137        * macros/enable-rtemsbsp.m4: new file.
138        * macros/enable-tests.m4: new file.
139        * macros/gcc-pipe.m4: new file.
140        * macros/gcc-specs.m4: new file.
141        * macros/i386-gas-code16.m4: new file.
142        * macros/path-ksh.m4: new file.
143        * macros/path-perl.m4: new file.
144        * macros/prog-cc.m4: new file.
145        * macros/prog-cxx.m4: new file.
146        * macros/project-root.m4: new file.
147        * macros/rtems-top.m4: new file.
148        * macros/sysv-ipc.m4: new file.
149        * macros/target.m4: new file.
150        * macros/rtems-test-no-pause.m4: new file.
151        * macros/multilib.m4: new file.
152        * macros/tool-paths.m4: new file.
153        * macros/tool-prefix.m4: new file.
154
1552000-09-14      Joel Sherrill <joel@OARcorp.com>
156
157        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
158
1592000-09-14      Joel Sherrill <joel@OARcorp.com>
160
161        * aclocal/enable-hwapi.m4: Now longer used and removed.
162
1632000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * automake/lib.am: Remove leaf.cfg.
166
1672000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * aclocal/rtems-top.m4: Add ENDIF-hack.
170        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
171
1722000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
175        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
176        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
177        * automake/compile.am: Replaced.
178        * automake/local.am: Remove building variant handling.
179
1802000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
183        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
184        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
185        * aclocal/target.m4: Cleanup comments
186        * Automake/compile.am: Add DEFS support to keep building happy.
187
1882000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
191
1922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * automake/compile.am: New file
195        * ChangeLog: Fix email addresses
196
1972000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * LICENSE.NET, README, README.configure: Spelling corrections.
200
2012000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
204
2052000-08-30      Joel Sherrill <joel@OARcorp.com>
206
207        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
208
2092000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * ChangeLog: Moved incorrect entries to make/ChangeLog.
212
2132000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * aclocal/check-bsps.h:
216          - Add pck6-BSP
217          - Exclude ChangeLog from being picked up as BSP
218        * aclocal/bsp-alias.m4: Add pck6-BSP
219
2202000-08-10      Joel Sherrill <joel@OARcorp.com>
221
222        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.