source: rtems/ChangeLog @ c34ac295

4.104.114.84.95
Last change on this file since c34ac295 was a44f9ca5, checked in by Joel Sherrill <joel.sherrill@…>, on 11/13/00 at 22:51:54

2000-11-13 Jiri Gaisler <jgais@…>

  • README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Modified to reflect addition of LEON BSPs as well as the no-FP ERC32 variant.
  • Property mode set to 100644
File size: 7.0 KB
Line 
12000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
2
3        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
4        Modified to reflect addition of LEON BSPs as well as the
5        no-FP ERC32 variant.
6
72000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
10        standard).
11        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
12        standard).
13        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
14        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
15        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
16        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
17
182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
21        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
22        $host instead of $target (BUG-FIX).
23        * configure.in: Use $target and $host instead of $target_alias and
24        $host_alias (autoconf-2.49b).
25        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
26        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
27
28        NOTES:
29        * autoconf-2.49b depredicates using changequotes.
30        * The changes to configure.in are due to cleanups in
31        autoconf-2.49b's implemention of canonicalization. With
32        autoconf-2.1x it wasn't always clear, when to use $xxx or
33        $xxx_alias. Now this is clear.
34
352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
38
392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
42        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
43        with an RTEMS specific but more restrictive autoconf macro.
44
452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * automake/lib.am: Add LD.
48
492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
52        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
53
542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55 
56        * aclocal/*: Replace with contents of macros/*.m4
57        * macros/: Remove.
58        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
59        * Makefile.am: Reflect changes to aclocal/ and macros/.
60
612000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.in: New, Cygnus/GNU style configuration.
64        * Makefile.am: Add macros/, reflect new configure.in,
65        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
66        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
67        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
68        * macros/tool-prefix.m4: Remove.
69        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
70        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
71        RTEMS_ROOT.
72        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
73        * macros/multilib.m4: Various minor fixes.
74        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
75        PROJECT_ROOT, RTEMS_ROOT.
76        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
77        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
78
792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * automake/multilib.am: New file.
82        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
83        the automake/ directory.
84
852000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * macros/enable-hwapi.m4: Removed.
88        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
89        A small cleanup step towards gnu-canonicalization.
90
912000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * macros: New directory.
94        * macros/bsp-alias.m4: new file.
95        * macros/canonical-host.m4: new file.
96        * macros/canonical-target-name.m4: new file.
97        * macros/canonicalize-tools.m4: new file.
98        * macros/check-bsp-cache.m4: new file.
99        * macros/check-bsps.m4: new file.
100        * macros/check-cpu.m4: new file.
101        * macros/rtems-debug.m4: new file.
102        * macros/check-cxx.m4: new file.
103        * macros/check-itron.m4: new file.
104        * macros/check-multiprocessing.m4: new file.
105        * macros/check-networking.m4: new file.
106        * macros/check-newlib.m4: new file.
107        * macros/check-posix.m4: new file.
108        * macros/check-rdbg.m4: new file.
109        * macros/enable-bare.m4: new file.
110        * macros/enable-cxx.m4: new file.
111        * macros/enable-gcc28.m4: new file.
112        * macros/enable-inlines.m4: new file.
113        * macros/enable-itron.m4: new file.
114        * macros/enable-libcdir.m4: new file.
115        * macros/enable-multiprocessing.m4: new file.
116        * macros/enable-networking.m4: new file.
117        * macros/enable-posix.m4: new file.
118        * macros/enable-rdbg.m4: new file.
119        * macros/enable-rtemsbsp.m4: new file.
120        * macros/enable-tests.m4: new file.
121        * macros/gcc-pipe.m4: new file.
122        * macros/gcc-specs.m4: new file.
123        * macros/i386-gas-code16.m4: new file.
124        * macros/path-ksh.m4: new file.
125        * macros/path-perl.m4: new file.
126        * macros/prog-cc.m4: new file.
127        * macros/prog-cxx.m4: new file.
128        * macros/project-root.m4: new file.
129        * macros/rtems-top.m4: new file.
130        * macros/sysv-ipc.m4: new file.
131        * macros/target.m4: new file.
132        * macros/rtems-test-no-pause.m4: new file.
133        * macros/multilib.m4: new file.
134        * macros/tool-paths.m4: new file.
135        * macros/tool-prefix.m4: new file.
136
1372000-09-14      Joel Sherrill <joel@OARcorp.com>
138
139        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
140
1412000-09-14      Joel Sherrill <joel@OARcorp.com>
142
143        * aclocal/enable-hwapi.m4: Now longer used and removed.
144
1452000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * automake/lib.am: Remove leaf.cfg.
148
1492000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * aclocal/rtems-top.m4: Add ENDIF-hack.
152        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
153
1542000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
157        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
158        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
159        * automake/compile.am: Replaced.
160        * automake/local.am: Remove building variant handling.
161
1622000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
165        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
166        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
167        * aclocal/target.m4: Cleanup comments
168        * Automake/compile.am: Add DEFS support to keep building happy.
169
1702000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
173
1742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * automake/compile.am: New file
177        * ChangeLog: Fix email addresses
178
1792000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * LICENSE.NET, README, README.configure: Spelling corrections.
182
1832000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
186
1872000-08-30      Joel Sherrill <joel@OARcorp.com>
188
189        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
190
1912000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * ChangeLog: Moved incorrect entries to make/ChangeLog.
194
1952000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/check-bsps.h:
198          - Add pck6-BSP
199          - Exclude ChangeLog from being picked up as BSP
200        * aclocal/bsp-alias.m4: Add pck6-BSP
201
2022000-08-10      Joel Sherrill <joel@OARcorp.com>
203
204        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.