source: rtems/testsuites/ChangeLog @ 582bf575

4.104.114.84.95
Last change on this file since 582bf575 was 582bf575, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/08/05 at 08:01:46

2005-11-08 Ralf Corsepius <ralf.corsepius@…>

  • aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE. Remove RTEMS_GCC_SPECS.
  • aclocal/gcc-pipe.m4: Remove (Unused).
  • aclocal/gcc-specs.m4: Remove (Unused).
  • Property mode set to 100644
File size: 12.8 KB
Line 
12005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC.
4        Remove RTEMS_GCC_PIPE. Remove RTEMS_GCC_SPECS.
5        * aclocal/gcc-pipe.m4: Remove (Unused).
6        * aclocal/gcc-specs.m4: Remove (Unused).
7        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and
8        GCC_SPECS into GCCSPECS.
9        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS.
10        Don't manually set up GCCSPEC (Now setup from inside configure).
11        Remove RTEMS_RELLDFLAGS (Used).
12
132005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * automake/compile.am: Remove CCAS support.
16        * aclocal/multilib.m4: Remove (Unused).
17        * aclocal/check-multiprocessing.m4: Don't require
18        RTEMS_ENABLE_MULTILIB.
19        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
20
212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * aclocal/check-posix.m4: Sync with cpukit.
24        * configure.ac: Sync POSIX and ITRON magic with cpukit.
25        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
26        aclocal/quoting.m4, aclocal/tool-paths.m4: Remove.
27
282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * automake/compile.am: Remove depend.
31        * automake/local.am: Remove depend-am.
32        * automake/subdirs.am: Remove depend-recursive.
33        * automake/compile.am: Take contents of amcompile.am.
34        * automake/amcompile.am: Remove.
35
362005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * automake/amcompile.am: New.
39
402005-09-02  Joel Sherrill <joel@OARcorp.com>
41
42        * aclocal/version.m4: Updated to rtems-4.6.99.2.
43
442004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
47
482004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * aclocal/rtems-flags.m4: Remove (Unused).
51
522004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * aclocal/env-rtemsbsp.m4:
55        Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V.
56        * aclocal/prog-cc.m4:
57        Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS.
58        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS.
59        Don't invoke _RTEMS_FLAGS to set up RTEMS_CXXFLAGS.
60        Remove am__fastdepCXX conditional.
61
622004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * automake/compile.am: Remove CLEANDIRS (Unused).
65        Remove DEFS (Implicitly handled by automake).
66
672004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * automake/compile.am: Remove CONFIG.CC (Unused).
70        Remove CPPFLAGS, CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by
71        automake). Add CCAS. Use AM_*FLAGS = RTEMS_*FLAGS.
72        Remove LIB_VARIANT from LINK_*.
73        Cleanup comments.
74
752004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
78        Remove build-variants. Hard-code ARCH=o-optimize.
79
802004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * aclocal/enable-itron.m4, aclocal/check-itron.m4:
83        Allow building itron for unix.
84
852004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * configure.ac: Require automake > 1.9.
88
892004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
92
932004-07-28  Joel Sherrill <joel@OARcorp.com>
94
95    * aclocal/version.m4: Updated to rtems-4.6.99.1.
96
972004-04-14      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
100
1012004-03-28      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
104
1052004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/check-custom-bsp.m4: Fix minor typo.
108
1092004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * aclocal/rtems-top.m4: Add rtems_rootdir.
112        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in $rtems_rootdir.
113
1142004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP.
117        Rework with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
118        Add --enable-rtems-root. Rework RTEMS_ROOT.
119
1202004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
123        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
124        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
125        aclocal/enable-tests.m4, aclocal/multilib.m4,
126        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
127
1282004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add 2nd arg to RTEMS_TOP.
131
1322004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Add 2nd arg to RTEMS_TOP.
135
1362004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
139        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
140        * aclocal/project-root.m4: Remove obsolete comments.
141        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
142        * aclocal/rtems-top.m4: Rework.
143
1442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove subdir tools.
147
1482004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * aclocal/target.m4: Remove (Unused).
151
1522004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * aclocal/version.m4: 4.6.99.0.
155
1562004-01-07      Joel Sherrill <joel@OARcorp.com>
157
158        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
159        more completely covers the MIPS family.
160
1612003-12-17  Joel Sherrill <joel@OARcorp.com>
162
163    * aclocal/version.m4: Updated to rtems-20031217-test.
164
1652003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
168
1692003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
172        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
177        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
178        Cleanups.
179
1802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * automake/compila.am: Remove ARCH.
183
1842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
187
1882003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
191        * aclocal/lead-dot.m4: New (from automake-1.7f).
192        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
193        Add AC_SUBST(dirstamp).
194
1952003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
198        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
199        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
200        aclocal/check-networking.m4, aclocal/check-posix.m4,
201        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
202        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
203        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
204        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
205        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
206        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
207        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
208        aclocal/multilib.m4, aclocal/path-ksh.m4,
209        aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
210        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
211        aclocal/rtems-top.m4, aclocal/target.m4,
212        aclocal/tool-paths.m4:
213        Fix underquoting to silence automake-1.8.
214
2152003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Reflect having moved to testsuites/.
218
2192003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * aclocal/rtems-top.m4: Add support for --with-project-root.
222        Remove RTEMS Version message.
223
2242003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * aclocal/canonical-host.m4: Remove.
227        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
228
2292003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove RTEMS_CANONICAL_HOST.
232
2332003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
236        * aclocal/bsp_alias.m4: Remove.
237
2382003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac:Remove RTEMS_CHECK_CPU.
241        * aclocal/check-cpu.m4: Remove.
242        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
243        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
244        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
245        RTEMS_CHECK_CPU.
246
2472003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * aclocal/rtems-top.m4: Add RTEMS_API.
250        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
251
2522003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
255        * aclocal/enable-tests.m4: Change to support
256        --enable-tests=no|yes|samples, default is samples.
257        * configure.ac: Reflect changes above.
258
2592003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Reflect having moved aclocal/.
262
2632003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
266        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
267        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
268        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
269        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
270        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
271        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
272        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
273        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
274        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
275        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
276        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
277        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
278        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
279        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
280        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
281        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
282        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
283        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
284        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
285        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
286        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
287        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
288        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
289        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
290        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
291        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
292        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
293        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
294        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
295        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
296        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
297        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
298        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
299        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
300        * aclocal/target.m4: New (Copied from ../../../aclocal).
301        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
302        * aclocal/version.m4: New (Copied from ../../../aclocal).
303
3042003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * automake/local.am, automake/host.am: Remove "debug".
307
3082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Reflect having moved automake/.
311
3122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * automake/compile.am, automake/host.am, automake/leaf.am
315        automake/local.am, automake/subdirs.am: New (copied from
316        ../../../automake).
317
3182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
321
3222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Remove AC_CONFIG_AUX_DIR.
325
3262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
329
3302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: AC_PREREQ(2.57).
333
3342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * .cvsignore: Reformat.
337        Add autom4te*cache.
338        Remove autom4te.cache.
339
3402002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Remove ENABLE_GCC28.
343
3442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac:
347        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
348        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
349        * Makefile.am: Remove AUTOMAKE_OPTIONS.
350
3512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
354        * configure.in: Remove.
355        * configure.ac: New file, generated from configure.in by autoupdate.
356
3572001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
360        handling.
361
3622001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
365        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
366
3672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
370
3712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
374
3752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
378        Switch to GNU canonicalization.
379
3802000-08-10      Joel Sherrill <joel@OARcorp.com>
381
382        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.