source: rtems/cpukit/ChangeLog @ 272413c

4.104.114.84.95
Last change on this file since 272413c was 272413c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/02 at 12:15:48

2002-06-27 Ralf Corsepius <corsepiu@…>

  • aclocal/prog-ccas.m4: New.
  • aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP. RTEMS_GCC_PRINT
  • aclocal/check-multiprocessing.m4: Fix typo.
  • automake/compile.am: Remove CXX support. Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/prog-ccas.m4: New.
4        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
5        RTEMS_GCC_PRINT
6        * aclocal/check-multiprocessing.m4: Fix typo.
7
82002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
11
122002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Remove references to RTEMS_BSP.
15        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
16        Allow building w/ --enable-multiprocessing --enable-multilib.
17        * aclocal/enable-multiprocessing.m4:
18        Eliminate RTEMS_HAS_MULTIPROCESSING.
19
202002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Fix stupid typo in previous patch.
23
242002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Add librpc. AC_PROG_RANLIB.
27        * wrapup/Makefile.am: Add librpc.
28        Use relative path to lib*.a for
29        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
30
312002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * aclocal/subdirs.m4: Remove.
34
352002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Use relative path to lib*.a for
38        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
39
402002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Include $(top_srcdir)/automake/*.am.
43        Use aclocal.
44        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
45        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
46        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
47        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
48        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
49        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
50        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
51        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
52        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
53        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
54        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
55        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
56        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
57        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
58        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
59        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
60        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
61        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
62
632002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * aclocal/bsp-alias.m4: Copied over from aclocal/.
66        * aclocal/canonical-host.m4: Ditto.
67        * aclocal/canonical-target-name.m4: Ditto.
68        * aclocal/canonicalize-tools.m4: Ditto.
69        * aclocal/check-bsp-cache.m4: Ditto.
70        * aclocal/check-bsps.m4: Ditto.
71        * aclocal/check-cpu.m4: Ditto.
72        * aclocal/check-itron.m4: Ditto.
73        * aclocal/check-multiprocessing.m4: Ditto.
74        * aclocal/check-networking.m4: Ditto.
75        * aclocal/check-newlib.m4: Ditto.
76        * aclocal/check-posix.m4: Ditto.
77        * aclocal/check-tool.m4: Ditto.
78        * aclocal/enable-bare.m4: Ditto.
79        * aclocal/enable-inlines.m4: Ditto.
80        * aclocal/enable-itron.m4: Ditto.
81        * aclocal/enable-multiprocessing.m4: Ditto.
82        * aclocal/enable-networking.m4: Ditto.
83        * aclocal/enable-posix.m4: Ditto.
84        * aclocal/enable-rtemsbsp.m4: Ditto.
85        * aclocal/env-rtemsbsp.m4: Ditto.
86        * aclocal/env-rtemscpu.m4: Ditto.
87        * aclocal/gcc-pipe.m4: Ditto.
88        * aclocal/gcc-specs.m4: Ditto.
89        * aclocal/multi.m4: Ditto.
90        * aclocal/multilib.m4: Ditto.
91        * aclocal/prog-cc.m4: Ditto.
92        * aclocal/project-root.m4: Ditto.
93        * aclocal/rtems-cpu-subdirs.m4: Ditto.
94        * aclocal/rtems-debug.m4: Ditto.
95        * aclocal/rtems-top.m4: Ditto.
96        * aclocal/subdirs.m4: Ditto.
97        * aclocal/sysv-ipc.m4: Ditto.
98        * aclocal/tool-paths.m4: Ditto.
99        * aclocal/version.m4: Ditto.
100
1012002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * automake/compile.am: Copied over from automake/.
104        * automake/lib.am: Copied over from automake/.
105        * automake/local.am: Copied over from automake/.
106        * automake/multilib.am: Copied over from automake/.
107        * automake/subdirs.am: Copied over from automake/.
108        * Makefile.am: Add automake/*.am.
109
1102002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Add libnetworking.
113        * wrapup/Makefile.am: Ditto.
114
1152002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
118        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
119
1202002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Add libcsupport.
123        * wrapup/Makefile.am: Ditto.
124
1252002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Add preinstall-stamp.
128
1292002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Remove ENABLE_GCC28.
132
1332002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
136
1372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac:
140        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
141        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
142        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
145
1462001-01-17      Joel Sherrill <joel@OARcorp.com>
147
148        * ChangeLog: Deleted duplicate blank line.
149
1502002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
153        ITRON_SUBDIRS.
154        * configure.ac: Rework enable_unixlib handling.
155        Add RTEMS_MULTILIBS to cpuopts.h.
156        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
157        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
158
1592002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * wrapup/Makefile.am: Add install-hook.
162        Remove SIZE_RTEMS.
163        * include/rtems/fs.h: New, extracted from libio_.h.
164        * include/rtems/userenv.h: New. extracted from libio_.h.
165
1662002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Readded reference to wrapup.
169
1702002-01-06      Joel Sherrill <joel@OARcorp.com>
171
172        * wrapup/.cvsignore: Readded.
173        * include/.cvsignore: New file.
174
1752002-01-04      Joel Sherrill <joel@OARcorp.com>
176
177        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
178
1792001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Use AS_IF instead of if/then/else.
182        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
183        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
184        Add include/Makefile to CONFIG_FILES.
185        Add AC_ENABLE_MULITLIB.
186        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
187        Remove */optman/Makefile from CONFIG_FILES.
188        * Makefile.am: Add include to SUBDIRS.
189        * rtems/Makefile.am: Remove optman from SUBDIRS.
190        * sapi/Makefile.am: Remove optman from SUBDIRS.
191        * include/Makefile.am: New file.
192        * include/rtems/bspIo.h: Relocated from lib/include.
193        * include/rtems/libio_.h: Relocated from lib/include.
194
1952001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * wrapup/posix/Makefile.am: Add multilib support.
198        * wrapup/itron/Makefile.am: Add multilib support.
199        * wrapup/rtems/Makefile.am: Add multilib support.
200        * Makefile.am: Add multilib support.
201
2022001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
205
2062001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
209        Reflect changes to configuration of rtems, score and sapi subdirs.
210        * Makefile.am: require automake-1.5.
211
2122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
215        * configure.in: Remove.
216        * configure.ac: New file, generated from configure.in by autoupdate.
217
2182001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
221
2222001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
225
2262001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
229
2302000-12-01      Joel Sherrill <joel@OARcorp.com>
231
232        * configure.in: Removed error check for enabling macros with
233        either POSIX or ITRON API.
234
2352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
238
2392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
242
2432000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
246        Switch to GNU canonicalization.
247
2482000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
251
2522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
255        wrapup/rtems/Makefile.am: Include compile.am
256
2572000-08-10      Joel Sherrill <joel@OARcorp.com>
258
259        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.