source: rtems/testsuites/ChangeLog @ a4b8a37d

4.104.114.84.95
Last change on this file since a4b8a37d was a4b8a37d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/06/05 at 14:56:27

2004-01-06 Ralf Corsepius <ralf.corsepius@…>

  • aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V.
  • aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS.
  • aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove amfastdepCXX conditional.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * aclocal/env-rtemsbsp.m4:
4        Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V.
5        * aclocal/prog-cc.m4:
6        Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS.
7        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS.
8        Don't invoke _RTEMS_FLAGS to set up RTEMS_CXXFLAGS.
9        Remove am__fastdepCXX conditional.
10
112004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * automake/compile.am: Remove CLEANDIRS (Unused).
14        Remove DEFS (Implicitly handled by automake).
15
162004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * automake/compile.am: Remove CONFIG.CC (Unused).
19        Remove CPPFLAGS, CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by
20        automake). Add CCAS. Use AM_*FLAGS = RTEMS_*FLAGS.
21        Remove LIB_VARIANT from LINK_*.
22        Cleanup comments.
23
242004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
27        Remove build-variants. Hard-code ARCH=o-optimize.
28
292004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * aclocal/enable-itron.m4, aclocal/check-itron.m4:
32        Allow building itron for unix.
33
342004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * configure.ac: Require automake > 1.9.
37
382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
41
422004-07-28  Joel Sherrill <joel@OARcorp.com>
43
44    * aclocal/version.m4: Updated to rtems-4.6.99.1.
45
462004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
49
502004-03-28      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
53
542004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * aclocal/check-custom-bsp.m4: Fix minor typo.
57
582004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/rtems-top.m4: Add rtems_rootdir.
61        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in $rtems_rootdir.
62
632004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP.
66        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
67        Add --enable-rtems-root. Rework RTEMS_ROOT.
68
692004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
72        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
73        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
74        aclocal/enable-tests.m4, aclocal/multilib.m4,
75        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
76
772004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Add 2nd arg to RTEMS_TOP.
80
812004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Add 2nd arg to RTEMS_TOP.
84
852004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
88        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
89        * aclocal/project-root.m4: Remove obsolete comments.
90        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
91        * aclocal/rtems-top.m4: Rework.
92
932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove subdir tools.
96
972004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * aclocal/target.m4: Remove (Unused).
100
1012004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * aclocal/version.m4: 4.6.99.0.
104
1052004-01-07      Joel Sherrill <joel@OARcorp.com>
106
107        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
108        more completely covers the MIPS family.
109
1102003-12-17  Joel Sherrill <joel@OARcorp.com>
111
112    * aclocal/version.m4: Updated to rtems-20031217-test.
113
1142003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
117
1182003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
121        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
122
1232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
126        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
127        Cleanups.
128
1292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * automake/compila.am: Remove ARCH.
132
1332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
136
1372003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
140        * aclocal/lead-dot.m4: New (from automake-1.7f).
141        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
142        Add AC_SUBST(dirstamp).
143
1442003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
147        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
148        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
149        aclocal/check-networking.m4, aclocal/check-posix.m4,
150        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
151        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
152        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
153        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
154        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
155        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
156        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
157        aclocal/multilib.m4, aclocal/path-ksh.m4,
158        aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
159        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
160        aclocal/rtems-top.m4, aclocal/target.m4,
161        aclocal/tool-paths.m4:
162        Fix underquoting to silence automake-1.8.
163
1642003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Reflect having moved to testsuites/.
167
1682003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * aclocal/rtems-top.m4: Add support for --with-project-root.
171        Remove RTEMS Version message.
172
1732003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * aclocal/canonical-host.m4: Remove.
176        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
177
1782003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove RTEMS_CANONICAL_HOST.
181
1822003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
185        * aclocal/bsp_alias.m4: Remove.
186
1872003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac:Remove RTEMS_CHECK_CPU.
190        * aclocal/check-cpu.m4: Remove.
191        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
192        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
193        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
194        RTEMS_CHECK_CPU.
195
1962003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * aclocal/rtems-top.m4: Add RTEMS_API.
199        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
200
2012003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
204        * aclocal/enable-tests.m4: Change to support
205        --enable-tests=no|yes|samples, default is samples.
206        * configure.ac: Reflect changes above.
207
2082003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Reflect having moved aclocal/.
211
2122003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
215        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
216        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
217        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
218        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
219        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
220        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
221        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
222        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
223        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
224        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
225        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
226        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
227        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
228        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
229        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
230        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
231        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
232        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
233        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
234        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
235        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
236        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
237        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
238        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
239        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
240        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
241        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
242        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
243        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
244        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
245        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
246        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
247        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
248        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
249        * aclocal/target.m4: New (Copied from ../../../aclocal).
250        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
251        * aclocal/version.m4: New (Copied from ../../../aclocal).
252
2532003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * automake/local.am, automake/host.am: Remove "debug".
256
2572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Reflect having moved automake/.
260
2612003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * automake/compile.am, automake/host.am, automake/leaf.am
264        automake/local.am, automake/subdirs.am: New (copied from
265        ../../../automake).
266
2672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
270
2712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Remove AC_CONFIG_AUX_DIR.
274
2752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
278
2792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: AC_PREREQ(2.57).
282
2832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * .cvsignore: Reformat.
286        Add autom4te*cache.
287        Remove autom4te.cache.
288
2892002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Remove ENABLE_GCC28.
292
2932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac:
296        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
297        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
298        * Makefile.am: Remove AUTOMAKE_OPTIONS.
299
3002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
303        * configure.in: Remove.
304        * configure.ac: New file, generated from configure.in by autoupdate.
305
3062001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
309        handling.
310
3112001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
314        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
315
3162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
319
3202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
323
3242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
327        Switch to GNU canonicalization.
328
3292000-08-10      Joel Sherrill <joel@OARcorp.com>
330
331        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.