source: rtems/ChangeLog @ c8471315

4.104.114.84.95
Last change on this file since c8471315 was 1033e27, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/00 at 21:56:52

2000-11-13 Ralf Corsepius <corsepiu@…>

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