source: rtems/cpukit/ChangeLog @ be58eb2f

4.104.114.84.95
Last change on this file since be58eb2f was 74a67351, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/04 at 17:51:16

2004-01-07 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to library Makefile.ams.
  • Property mode set to 100644
File size: 28.9 KB
Line 
12004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reflect changes to library Makefile.ams.
4
52004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * automake/amcompile.am: New.
8        * configure.ac: Add subdir-objects, AM_PROG_CC_C_O.
9
102003-12-17  Joel Sherrill <joel@OARcorp.com>
11
12    * aclocal/version.m4: Updated to rtems-20031217-test.
13
142003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
17
182003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * aclocal/env-rtemscpu.m4: Remove stray '/' in PROJECT_LIB.
21        * wrapup/Makefile.am: Remove duplicate $(PROJECT_LIB) rule.
22
232003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * aclocal/env-rtemscpu.m4: Add PROJECT_LIB.
26        * wrapup/Makefile.am: Use $(PROJECT_LIB) instead of ${PROJECT_RELEASE}/lib.
27
282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
31        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
32
332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Reworked.
36
372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * aclocal/lead-dot.m4: Remove (Use the version in automake-1.8).
40        * automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR).
41        * aclocal/env-rtemscpu.m4: Reflect new definition of project_lib.
42        * Makefile.am: Remove BUILT_SOURCES.
43
442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
47
482003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
51        * wrapup/Makefile.am: Reflect $(dirstamp) changes.
52
532003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Add $(dirstamp) to preinstallation rules.
56
572003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * aclocal/lead-dot.m4: New (from automake-1.7f).
60        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
61        Add AC_SUBST(dirstamp).
62
632003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Reflect having removed
66        libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
67
682003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Reflect changes to libmisc/*.
71
722003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
75
762003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Reflect changes to libfs Makefile.ams.
79        Remove libmisc/wrapup/Makefile.
80
812003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Use here-documents to generate cpuopts.tmp.
84        Various fixes and changes to argument processing.
85        Reflect changes to librpc Makefile.ams.
86        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
87        * aclocal/check-itron.m4: Remove HAS_IRON_API.
88        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
89        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
90
912003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
94        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
95        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
96        aclocal/check-tool.m4, aclocal/enable-bare.m4,
97        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
98        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
99        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
100        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
101        aclocal/gcc-pipe.m4, aclocal/multi.m4,
102        aclocal/multilib.m4, aclocal/prog-cc.m4,
103        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
104        Fix underquoting to silence automake-1.8.
105
1062003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
109        Elimimate INLINESdir.
110        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
111        * .cvsignore: Add config.h.in.
112
1132003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
116
1172003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
120        * configure.ac: Ditto.
121
1222003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * acinclude.m4: New.
125        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
126        Add local autoheader config.h.
127        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
128        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
129
1302003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * aclocal/check-posix.m4: Add m4-quotes.
133        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
134        * aclocal/canonical-host.m4: Remove.
135        * configure.ac: Remove RTEMS_CANONICAL_HOST.
136        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
137        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
138        AC_CANONICAL_TARGET. Use $host instead of $target.
139
1402003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/check-multiprocessing.m4: Add m4-quotes.
143        Remove RTEMS_CHECK_CPU.
144        * aclocal/check-itron.m4: Add m4-quotes.
145        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
146        * aclocal/check-networking.m4: Add m4-quotes.
147        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
148        * aclocal/check-cpu.m4: Remove.
149        * aclocal/canonical-target-name.m4: Add m4-quotes.
150        * configure.ac: Merge-in former aclocal/check-cpu.m4.
151
1522003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Check for sys/cdefs.h.
155        * aclocal/env-rtems-cpu.m4: Add project_includedir.
156        Deprecate PROJECT_INCLUDE.  Change project_includedir to
157        $(PROJECT_ROOT)/include for multilibs.
158
1592003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Merge-in include/Makefile.am.
162        * include/Makefile.am: Remove.
163        * configure.ac: Reflect having removed include/Makefile.am and
164        librpc/include/Makefile.am.
165
1662003-09-04      Joel Sherrill <joel@OARcorp.com>
167
168        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
169        URL for license changed.
170
1712003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * aclocal/rtems-top.m4: Add RTEMS_API.
174        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
175
1762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * aclocal/rtems-debug.m4: Remove.
179        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
180        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
181
1822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * automake/local.am: Remove "debug".
185
1862003-08-11      Joel Sherrill <joel@OARcorp.com>
187
188        * configure.ac: Removed duplicate entry.
189
1902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
193
1942003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Add libmisc/fsmount/Makefile.
197
1982003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
201
2022003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
205
2062003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Merge-in librpc/configure.ac.
209        * Makefile.am: Add librpc to SUBDIRS.
210        Remove @subdirs@.
211
2122003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Merge-in libcsupport/configure.ac.
215        * Makefile.am: Add libcsupport to SUBDIRS.
216
2172003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Merge-in posix/configure.ac.
220        Merge-in itron/configure.ac.
221        Misc. cosmetical changes.
222        * Makefile.am: Add posix, itron to SUBDIRS.
223
2242003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Merge-in libnetworking/configure.ac.
227        Remove "rtems-" from RTEMS_VERSION.
228        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
229        * Makefile.am: Add libmisc to SUBDIRS.
230
2312003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Merge-in libmisc/configure.ac.
234        * Makefile.am: Add libmisc to SUBDIRS.
235
2362003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Merge-in libfs/configure.ac.
239        * Makefile.am: Add libfs to SUBDIRS.
240
2412003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Merge-in libblock/configure.ac.
244        * Makefile.am: Add libblock to SUBDIRS.
245
2462003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Merge-in ada/configure.ac.
249        * Makefile.am: Add ada to SUBDIRS.
250
2512003-07-03      Joel Sherrill <joel@OARcorp.com>
252
253        * aclocal/version.m4: Updated to rtems-ss-20030703.
254
2552003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        PR 409:
258        * include/Makefile.am: Add rtems/stdint.h
259        * include/rtems/stdint.h: New.
260
2612003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        PR 321:
264        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
265        * automake/compile.am: Ditto.
266        * automake/local.am: Ditto.
267
2682003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
271
2722003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
275        * aclocal/env-rtemsbsp.m4: Remove.
276        * aclocal/enable-rtemsbsp.m4: Remove.
277
2782003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
281        project_libdir.
282
2832003-04-17      Joel Sherrill <joel@OARcorp.com>
284
285        * aclocal/version.m4: Updated to rtems-ss-20030417.
286
2872003-04-11      Joel Sherrill <joel@OARcorp.com>
288
289        * aclocal/version.m4: Updated to rtems-ss-20030411.
290
2912003-04-11      Joel Sherrill <joel@OARcorp.com>
292
293        * aclocal/version.m4: Updated to rtems-ss-20020411.
294
2952003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
298        Cygwin mistreating paths.
299
3002003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Reflect changes to project_libdir.
303
3042003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
307        Add MULTISUBDIR to project_libdir.
308
3092003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
312        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
313        Remove RTEMS_PROJECT_ROOT (Unused).
314        * aclocal/tool-paths.m4: Delete.
315
3162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Remove AC_CONFIG_AUX_DIR.
319        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
320
3212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: AC_PREREQ(2.57).
324
3252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Remove sptables.h.in.
328
3292003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
332        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
333
3342003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
337
3382003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * aclocal/gcc-isystem.m4: New.
341        * aclocal/gcc-specs.m4: Remove.
342        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
343        Add RTEMS_GCC_ISYSTEM.
344        Reformat setting up RTEMS_CPPFLAGS.
345
3462003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * automake/local.am: Introduce depend-gcc.
349        Remove ${ARCH}.
350        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
351        CPP. Add ${ARCH}. depend-gcc.
352        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
353        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
354        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
355
3562003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
359
3602003-01-28      Joel Sherrill <joel@OARcorp.com>
361
362        * aclocal/version.m4: Updated to rtems-ss-20030128.
363
3642003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * automake/local.am: Remove distclean-local.
367        Remove PROJECT_TOOLS.
368
3692003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
372        Remove CLOBBER_DEPEND (Unused).
373
3742002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
377
3782002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
380        from the 2002-12-12 patch).
381
3822002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * wrapup/Makefile.am: Fix typo in yesterday's patch.
385
3862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * wrapup/Makefile.am: Don't create $ARCH.
389        Use install-data-local to install librtemscpu.a
390
3912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * wrapup/Makefile.am: Add libmisc.
394
3952002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
398
3992002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
402        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
403        * aclocal/check-bsps.m4: Remove.
404
4052002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
408        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
409
4102002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * wrapup/Makefile.am: Reflect changes to score/.
413        * configure.ac: Reflect changes to score/.
414
4152002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * wrapup/Makefile.am: Reflect changes to sapi/.
418        * configure.ac: Reflect changes to sapi/.
419
4202002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Add AC_SUBST(INLINEdir).
423
4242002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * wrapup/Makefile.am: Reflect changes to rtems/.
427        * configure.ac: Reflect changes to rtems/.
428
4292002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * wrapup/Makefile.am: Reflect changes to posix/.
432        Reflect changes to itron/.
433
4342002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
437
4382002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
441        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
442        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
443        CFLAGS_PROFILE_V.
444        Hard-code RTEMS_CFLAGS_PROFILE = -pg
445        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
446        Remove GCCSED.
447        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
448        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
449
4502002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * aclocal/rtems-flags.m4: New.
453
4542002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
457
4582002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
461        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
462
4632002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * include/rtems/libio_.h: Remove.
466
4672002-11-18      Joel Sherrill <joel@OARcorp.com>
468
469        * aclocal/version.m4: Updated to rtems-ss-20021118.
470
4712002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * include/rtems/userenv.h: Rely upon <limits.h> for
474        _POSIX_LOGIN_NAME_MAX.
475
4762002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
479        * automake/compile.am: Acknowledge configuration-time CFLAGS.
480        Remove CFLAGS_DEFAULT.
481
4822002-11-11      Joel Sherrill <joel@OARcorp.com>
483
484        * aclocal/version.m4: Updated to rtems-ss-20021111.
485
4862002-11-11      Joel Sherrill <joel@OARcorp.com>
487
488        * aclocal/version.m4: Updated to rtems-ss-20021111.
489
4902002-11-01      Joel Sherrill <joel@OARcorp.com>
491
492        * ChangeLog: Corrected.
493
4942002-10-30      Eric Norum <eric.norum@usask.ca>
495
496        * include/rtems/bspIo.h: Add vprintk function for kernel printing
497        from routines which have already obtained the va_list pointer.
498
4992002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * aclocal/check-bsp-cache.m4: Remove.
502
5032002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
506
5072002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
510
5112002-10-21      Joel Sherrill <joel@OARcorp.com>
512
513        * aclocal/version.m4: Updated to rtems-20021021-test.
514
5152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * .cvsignore: Reformat.
518        Add autom4te*cache.
519        Remove autom4te.cache.
520
5212002-10-07      Joel Sherrill <joel@OARcorp.com>
522
523        * aclocal/version.m4: Updated to rtems-ss-20021007.
524
5252002-10-04      Joel Sherrill <joel@OARcorp.com>
526
527        * aclocal/version.m4: Updated to rtems-JUNK.
528
5292002-10-04      Joel Sherrill <joel@OARcorp.com>
530
531        * aclocal/version.m4: Updated to rtems-ss-20021004.
532
5332002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * score/include/Makefile.am: Remove cpuopt.h generation.
536        * configure.ac: Correct package name.
537        Don't build ada if POSIX is disabled.
538        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
539
5402002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal/prog-gnat.m4: New.
543        * configure.ac: Add ada subdir handling.
544
5452002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * aclocal/bsp-alias.m4: Remove.
548
5492002-08-07      Joel Sherrill <joel@OARcorp.com>
550
551        * aclocal/version.m4: Updated to rtems-ss-20020807.
552
5532002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Add missing ',' to librpc activation.
556        Add AC_MSG_CHECKING/AC_MSG_RESULT.
557        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
558
5592002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.ac: Fix bug in librpc activation, having introduced by
562        yesterday's patch.
563
5642002-08-06      Joel Sherrill <joel@OARcorp.com>
565
566        * configure.ac: or32 does not currently support librpc.
567
5682002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
571
5722002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
575        Use AS_IF instead of if/then/else/fi.
576
5772002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * wrapup/Makefile.am: Use librtems.a.
580        * wrapup/Makefile.am: Use libsapi.a.
581
5822002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * wrapup/Makefile.am: Use libscore.a.
585
5862002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * aclocal/canonicalize-tools.m4: Remove LD.
589        * automake/lib.am: Remove LD.
590        * Makefile.am: Put preinstall-stamp into CLEANFILES.
591
5922002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
595        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
596
5972002-07-31      Joel Sherrill <joel@OARcorp.com>
598
599        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
600        was just a stub and only the OR32 port is getting worked on.
601
6022002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
605
6062002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * automake/compile.am: Use .$(OBJEXT) instead of .o.
609
6102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
613
6142002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * wrapup/Makefile.am: Use project_libdir instead of
617        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
618        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
619
6202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * automake/lib.am: Use project_libdir instead of
623        $(PROJECT_RELEASE)/lib.
624
6252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
628        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
629        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
630        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
631        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
632        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
633        references to bsp_specs. Use project_libdir instead of
634        $(PROJECT_RELEASE)/lib.
635
6362002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
639        * aclocal/check-cpu.m4: Ditto.
640        * aclocal/check-bsps.m4: Ditto.
641
6422002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * automake/multilib.am: Add install-multi.
645        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
646        version.m4.
647        Add --with-project-root.
648        Reflect --with-project-root to setting up PROJECT_ROOT.
649        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
650        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
651        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
652
6532002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.ac: RTEMS_TOP(..).
656
6572002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
660
6612002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
664
6652002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * configure.ac: Remove RTEMS_PROJECT_ROOT.
668        * aclocal/project-root.m4: Remove.
669
6702002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * aclocal/enable-multiprocessing.m4: Fix typo.
673        * aclocal/prog-cc.m4: Remove obsolete comments.
674        Comment out GCCSED.
675
6762002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * aclocal/prog-ccas.m4: New.
679        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
680        RTEMS_GCC_PRINT
681        * aclocal/check-multiprocessing.m4: Fix typo.
682        * automake/compile.am: Remove CXX support.
683        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
684
6852002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
688
6892002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * configure.ac: Remove references to RTEMS_BSP.
692        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
693        Allow building w/ --enable-multiprocessing --enable-multilib.
694        * aclocal/enable-multiprocessing.m4:
695        Eliminate RTEMS_HAS_MULTIPROCESSING.
696
6972002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * wrapup/Makefile.am: Fix stupid typo in previous patch.
700
7012002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * configure.ac: Add librpc. AC_PROG_RANLIB.
704        * wrapup/Makefile.am: Add librpc.
705        Use relative path to lib*.a for
706        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
707
7082002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * aclocal/subdirs.m4: Remove.
711
7122002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * wrapup/Makefile.am: Use relative path to lib*.a for
715        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
716
7172002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * Makefile.am: Include $(top_srcdir)/automake/*.am.
720        Use aclocal.
721        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
722        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
723        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
724        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
725        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
726        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
727        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
728        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
729        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
730        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
731        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
732        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
733        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
734        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
735        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
736        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
737        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
738        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
739
7402002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * aclocal/bsp-alias.m4: Copied over from aclocal/.
743        * aclocal/canonical-host.m4: Ditto.
744        * aclocal/canonical-target-name.m4: Ditto.
745        * aclocal/canonicalize-tools.m4: Ditto.
746        * aclocal/check-bsp-cache.m4: Ditto.
747        * aclocal/check-bsps.m4: Ditto.
748        * aclocal/check-cpu.m4: Ditto.
749        * aclocal/check-itron.m4: Ditto.
750        * aclocal/check-multiprocessing.m4: Ditto.
751        * aclocal/check-networking.m4: Ditto.
752        * aclocal/check-newlib.m4: Ditto.
753        * aclocal/check-posix.m4: Ditto.
754        * aclocal/check-tool.m4: Ditto.
755        * aclocal/enable-bare.m4: Ditto.
756        * aclocal/enable-inlines.m4: Ditto.
757        * aclocal/enable-itron.m4: Ditto.
758        * aclocal/enable-multiprocessing.m4: Ditto.
759        * aclocal/enable-networking.m4: Ditto.
760        * aclocal/enable-posix.m4: Ditto.
761        * aclocal/enable-rtemsbsp.m4: Ditto.
762        * aclocal/env-rtemsbsp.m4: Ditto.
763        * aclocal/env-rtemscpu.m4: Ditto.
764        * aclocal/gcc-pipe.m4: Ditto.
765        * aclocal/gcc-specs.m4: Ditto.
766        * aclocal/multi.m4: Ditto.
767        * aclocal/multilib.m4: Ditto.
768        * aclocal/prog-cc.m4: Ditto.
769        * aclocal/project-root.m4: Ditto.
770        * aclocal/rtems-cpu-subdirs.m4: Ditto.
771        * aclocal/rtems-debug.m4: Ditto.
772        * aclocal/rtems-top.m4: Ditto.
773        * aclocal/subdirs.m4: Ditto.
774        * aclocal/sysv-ipc.m4: Ditto.
775        * aclocal/tool-paths.m4: Ditto.
776        * aclocal/version.m4: Ditto.
777
7782002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * automake/compile.am: Copied over from automake/.
781        * automake/lib.am: Copied over from automake/.
782        * automake/local.am: Copied over from automake/.
783        * automake/multilib.am: Copied over from automake/.
784        * automake/subdirs.am: Copied over from automake/.
785        * Makefile.am: Add automake/*.am.
786
7872002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * configure.ac: Add libnetworking.
790        * wrapup/Makefile.am: Ditto.
791
7922002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
795        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
796
7972002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * configure.ac: Add libcsupport.
800        * wrapup/Makefile.am: Ditto.
801
8022002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * Makefile.am: Add preinstall-stamp.
805
8062002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * configure.ac: Remove ENABLE_GCC28.
809
8102002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
813
8142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * configure.ac:
817        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
818        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
819        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
820        * Makefile.am: Remove AUTOMAKE_OPTIONS.
821        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
822
8232001-01-17      Joel Sherrill <joel@OARcorp.com>
824
825        * ChangeLog: Deleted duplicate blank line.
826
8272002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
830        ITRON_SUBDIRS.
831        * configure.ac: Rework enable_unixlib handling.
832        Add RTEMS_MULTILIBS to cpuopts.h.
833        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
834        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
835
8362002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * wrapup/Makefile.am: Add install-hook.
839        Remove SIZE_RTEMS.
840        * include/rtems/fs.h: New, extracted from libio_.h.
841        * include/rtems/userenv.h: New. extracted from libio_.h.
842
8432002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * Makefile.am: Readded reference to wrapup.
846
8472002-01-06      Joel Sherrill <joel@OARcorp.com>
848
849        * wrapup/.cvsignore: Readded.
850        * include/.cvsignore: New file.
851
8522002-01-04      Joel Sherrill <joel@OARcorp.com>
853
854        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
855
8562001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * configure.ac: Use AS_IF instead of if/then/else.
859        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
860        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
861        Add include/Makefile to CONFIG_FILES.
862        Add AC_ENABLE_MULITLIB.
863        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
864        Remove */optman/Makefile from CONFIG_FILES.
865        * Makefile.am: Add include to SUBDIRS.
866        * rtems/Makefile.am: Remove optman from SUBDIRS.
867        * sapi/Makefile.am: Remove optman from SUBDIRS.
868        * include/Makefile.am: New file.
869        * include/rtems/bspIo.h: Relocated from lib/include.
870        * include/rtems/libio_.h: Relocated from lib/include.
871
8722001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * wrapup/posix/Makefile.am: Add multilib support.
875        * wrapup/itron/Makefile.am: Add multilib support.
876        * wrapup/rtems/Makefile.am: Add multilib support.
877        * Makefile.am: Add multilib support.
878
8792001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
882
8832001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
884
885        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
886        Reflect changes to configuration of rtems, score and sapi subdirs.
887        * Makefile.am: require automake-1.5.
888
8892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
892        * configure.in: Remove.
893        * configure.ac: New file, generated from configure.in by autoupdate.
894
8952001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
898
8992001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
902
9032001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
904
905        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
906
9072000-12-01      Joel Sherrill <joel@OARcorp.com>
908
909        * configure.in: Removed error check for enabling macros with
910        either POSIX or ITRON API.
911
9122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
915
9162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
919
9202000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
923        Switch to GNU canonicalization.
924
9252000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
928
9292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
932        wrapup/rtems/Makefile.am: Include compile.am
933
9342000-08-10      Joel Sherrill <joel@OARcorp.com>
935
936        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.