source: rtems/c/src/exec/ChangeLog @ 27f9f12

4.104.114.84.95
Last change on this file since 27f9f12 was 27f9f12, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/26/02 at 10:56:24

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

  • configure.ac: Remove references to RTEMS_BSP.
  • aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP. Allow building w/ --enable-multiprocessing --enable-multilib.
  • aclocal/enable-multiprocessing.m4: Eliminate RTEMS_HAS_MULTIPROCESSING.
  • Property mode set to 100644
File size: 8.3 KB
RevLine 
[27f9f12]12002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove references to RTEMS_BSP.
4        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
5        Allow building w/ --enable-multiprocessing --enable-multilib.
6        * aclocal/enable-multiprocessing.m4:
7        Eliminate RTEMS_HAS_MULTIPROCESSING.
8
[2239edfd]92002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * wrapup/Makefile.am: Fix stupid typo in previous patch.
12
[e73e576]132002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Add librpc. AC_PROG_RANLIB.
16        * wrapup/Makefile.am: Add librpc.
17        Use relative path to lib*.a for
18        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
19
[4e987e77]202002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * aclocal/subdirs.m4: Remove.
23
[7001a48]242002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Use relative path to lib*.a for
27        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
28
[607e6b36]292002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Include $(top_srcdir)/automake/*.am.
32        Use aclocal.
33        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
34        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
35        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
36        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
37        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
38        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
39        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
40        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
41        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
42        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
43        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
44        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
45        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
46        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
47        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
48        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
49        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
50        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
51
[14e2477]522002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * aclocal/bsp-alias.m4: Copied over from aclocal/.
55        * aclocal/canonical-host.m4: Ditto.
56        * aclocal/canonical-target-name.m4: Ditto.
57        * aclocal/canonicalize-tools.m4: Ditto.
58        * aclocal/check-bsp-cache.m4: Ditto.
59        * aclocal/check-bsps.m4: Ditto.
60        * aclocal/check-cpu.m4: Ditto.
61        * aclocal/check-itron.m4: Ditto.
62        * aclocal/check-multiprocessing.m4: Ditto.
63        * aclocal/check-networking.m4: Ditto.
64        * aclocal/check-newlib.m4: Ditto.
65        * aclocal/check-posix.m4: Ditto.
66        * aclocal/check-tool.m4: Ditto.
67        * aclocal/enable-bare.m4: Ditto.
68        * aclocal/enable-inlines.m4: Ditto.
69        * aclocal/enable-itron.m4: Ditto.
70        * aclocal/enable-multiprocessing.m4: Ditto.
71        * aclocal/enable-networking.m4: Ditto.
72        * aclocal/enable-posix.m4: Ditto.
73        * aclocal/enable-rtemsbsp.m4: Ditto.
74        * aclocal/env-rtemsbsp.m4: Ditto.
75        * aclocal/env-rtemscpu.m4: Ditto.
76        * aclocal/gcc-pipe.m4: Ditto.
77        * aclocal/gcc-specs.m4: Ditto.
78        * aclocal/multi.m4: Ditto.
79        * aclocal/multilib.m4: Ditto.
80        * aclocal/prog-cc.m4: Ditto.
81        * aclocal/project-root.m4: Ditto.
82        * aclocal/rtems-cpu-subdirs.m4: Ditto.
83        * aclocal/rtems-debug.m4: Ditto.
84        * aclocal/rtems-top.m4: Ditto.
85        * aclocal/subdirs.m4: Ditto.
86        * aclocal/sysv-ipc.m4: Ditto.
87        * aclocal/tool-paths.m4: Ditto.
88        * aclocal/version.m4: Ditto.
89
[39dfccf2]902002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * automake/compile.am: Copied over from automake/.
93        * automake/lib.am: Copied over from automake/.
94        * automake/local.am: Copied over from automake/.
95        * automake/multilib.am: Copied over from automake/.
96        * automake/subdirs.am: Copied over from automake/.
97        * Makefile.am: Add automake/*.am.
98
[3e39b47]992002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Add libnetworking.
102        * wrapup/Makefile.am: Ditto.
103
[35cd6ae]1042002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
107        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
108
[90926129]1092002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Add libcsupport.
112        * wrapup/Makefile.am: Ditto.
113
[c16dcbc8]1142002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add preinstall-stamp.
117
[cb9b2bfc]1182002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Remove ENABLE_GCC28.
121
[34fd745]1222002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
125
[1960925d]1262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac:
129        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
130        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
131        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
134
[cdf5a5b4]1352001-01-17      Joel Sherrill <joel@OARcorp.com>
136
137        * ChangeLog: Deleted duplicate blank line.
138
[64b1f81]1392002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
142        ITRON_SUBDIRS.
143        * configure.ac: Rework enable_unixlib handling.
144        Add RTEMS_MULTILIBS to cpuopts.h.
145        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
146        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
147
[dd2906e]1482002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Add install-hook.
151        Remove SIZE_RTEMS.
152        * include/rtems/fs.h: New, extracted from libio_.h.
153        * include/rtems/userenv.h: New. extracted from libio_.h.
154
[029527b6]1552002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Readded reference to wrapup.
158
[20db683]1592002-01-06      Joel Sherrill <joel@OARcorp.com>
160
161        * wrapup/.cvsignore: Readded.
162        * include/.cvsignore: New file.
163
[cc279333]1642002-01-04      Joel Sherrill <joel@OARcorp.com>
165
166        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
167
[8217c40]1682001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Use AS_IF instead of if/then/else.
171        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
172        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
173        Add include/Makefile to CONFIG_FILES.
174        Add AC_ENABLE_MULITLIB.
175        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
176        Remove */optman/Makefile from CONFIG_FILES.
177        * Makefile.am: Add include to SUBDIRS.
178        * rtems/Makefile.am: Remove optman from SUBDIRS.
179        * sapi/Makefile.am: Remove optman from SUBDIRS.
180        * include/Makefile.am: New file.
181        * include/rtems/bspIo.h: Relocated from lib/include.
182        * include/rtems/libio_.h: Relocated from lib/include.
183
[989b938]1842001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * wrapup/posix/Makefile.am: Add multilib support.
187        * wrapup/itron/Makefile.am: Add multilib support.
188        * wrapup/rtems/Makefile.am: Add multilib support.
189        * Makefile.am: Add multilib support.
190
[7660ccd8]1912001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
194
[81d4759]1952001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
198        Reflect changes to configuration of rtems, score and sapi subdirs.
199        * Makefile.am: require automake-1.5.
200
[66387986]2012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
204        * configure.in: Remove.
205        * configure.ac: New file, generated from configure.in by autoupdate.
206
[615a7d0]2072001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
210
[53c3a2c6]2112001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
214
[c0394d4b]2152001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
218
[76c0bbbb]2192000-12-01      Joel Sherrill <joel@OARcorp.com>
220
221        * configure.in: Removed error check for enabling macros with
222        either POSIX or ITRON API.
223
[feead226]2242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
227
[a314d3b4]2282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
231
[5582de1]2322000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
235        Switch to GNU canonicalization.
236
[5fa62fc4]2372000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
240
[d79bdeb]2412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
244        wrapup/rtems/Makefile.am: Include compile.am
245
[e94ad1fe]2462000-08-10      Joel Sherrill <joel@OARcorp.com>
247
248        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.