source: rtems/ChangeLog @ 88d7985

4.104.114.84.95
Last change on this file since 88d7985 was baedcbb, checked in by Joel Sherrill <joel.sherrill@…>, on 11/27/00 at 14:18:32

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

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