1 | 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
2 | |
---|
3 | * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to |
---|
4 | compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem). |
---|
5 | |
---|
6 | 2002-07-31 Joel Sherrill <joel@OARcorp.com> |
---|
7 | |
---|
8 | * aclocal/rtems-cpu-subdirs.m4: Removed the or16 port |
---|
9 | was just a stub and only the OR32 port is getting worked on. |
---|
10 | |
---|
11 | 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
12 | |
---|
13 | * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a. |
---|
14 | |
---|
15 | 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
16 | |
---|
17 | * automake/compile.am: Use .$(OBJEXT) instead of .o. |
---|
18 | |
---|
19 | 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
20 | |
---|
21 | * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
22 | |
---|
23 | 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
24 | |
---|
25 | * wrapup/Makefile.am: Use project_libdir instead of |
---|
26 | $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of |
---|
27 | *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR). |
---|
28 | |
---|
29 | 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
30 | |
---|
31 | * automake/lib.am: Use project_libdir instead of |
---|
32 | $(PROJECT_RELEASE)/lib. |
---|
33 | |
---|
34 | 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
35 | |
---|
36 | * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. |
---|
37 | Add project_libdir, libdir. New GCC_SPECS. Various cleanups. |
---|
38 | * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. |
---|
39 | Add project_libdir, libdir. New GCC_SPECS. Various cleanups. |
---|
40 | * aclocal/rtems-top.m4: New PROJECT_ROOT handling. |
---|
41 | * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK, |
---|
42 | references to bsp_specs. Use project_libdir instead of |
---|
43 | $(PROJECT_RELEASE)/lib. |
---|
44 | |
---|
45 | 2002-07-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
46 | |
---|
47 | * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit. |
---|
48 | * aclocal/check-cpu.m4: Ditto. |
---|
49 | * aclocal/check-bsps.m4: Ditto. |
---|
50 | |
---|
51 | 2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
52 | |
---|
53 | * automake/multilib.am: Add install-multi. |
---|
54 | * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting |
---|
55 | version.m4. |
---|
56 | Add --with-project-root. |
---|
57 | Reflect --with-project-root to setting up PROJECT_ROOT. |
---|
58 | * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK). |
---|
59 | * aclocal/check-cpu.m4: Reflect new RTEMS_TOPdir. |
---|
60 | * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir. |
---|
61 | |
---|
62 | 2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
63 | |
---|
64 | * configure.ac: RTEMS_TOP(..). |
---|
65 | |
---|
66 | 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
67 | |
---|
68 | * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA. |
---|
69 | |
---|
70 | 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
71 | |
---|
72 | * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY. |
---|
73 | |
---|
74 | 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
75 | |
---|
76 | * configure.ac: Remove RTEMS_PROJECT_ROOT. |
---|
77 | * aclocal/project-root.m4: Remove. |
---|
78 | |
---|
79 | 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
80 | |
---|
81 | * aclocal/enable-multiprocessing.m4: Fix typo. |
---|
82 | * aclocal/prog-cc.m4: Remove obsolete comments. |
---|
83 | Comment out GCCSED. |
---|
84 | |
---|
85 | 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
86 | |
---|
87 | * aclocal/prog-ccas.m4: New. |
---|
88 | * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP. |
---|
89 | RTEMS_GCC_PRINT |
---|
90 | * aclocal/check-multiprocessing.m4: Fix typo. |
---|
91 | * automake/compile.am: Remove CXX support. |
---|
92 | Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES. |
---|
93 | |
---|
94 | 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
95 | |
---|
96 | * configure.ac: Use AC_CONFIG_AUX_DIR(..). |
---|
97 | |
---|
98 | 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
99 | |
---|
100 | * configure.ac: Remove references to RTEMS_BSP. |
---|
101 | * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP. |
---|
102 | Allow building w/ --enable-multiprocessing --enable-multilib. |
---|
103 | * aclocal/enable-multiprocessing.m4: |
---|
104 | Eliminate RTEMS_HAS_MULTIPROCESSING. |
---|
105 | |
---|
106 | 2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
107 | |
---|
108 | * wrapup/Makefile.am: Fix stupid typo in previous patch. |
---|
109 | |
---|
110 | 2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
111 | |
---|
112 | * configure.ac: Add librpc. AC_PROG_RANLIB. |
---|
113 | * wrapup/Makefile.am: Add librpc. |
---|
114 | Use relative path to lib*.a for |
---|
115 | POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS. |
---|
116 | |
---|
117 | 2002-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
118 | |
---|
119 | * aclocal/subdirs.m4: Remove. |
---|
120 | |
---|
121 | 2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
122 | |
---|
123 | * wrapup/Makefile.am: Use relative path to lib*.a for |
---|
124 | LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS. |
---|
125 | |
---|
126 | 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
127 | |
---|
128 | * Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
129 | Use aclocal. |
---|
130 | * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
131 | * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
132 | * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
133 | * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
134 | * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
135 | * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
136 | * score/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
137 | * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
138 | * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
139 | * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
140 | * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
141 | * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
142 | * include/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
143 | * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
144 | * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
145 | * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
146 | * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
147 | * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am. |
---|
148 | |
---|
149 | 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
150 | |
---|
151 | * aclocal/bsp-alias.m4: Copied over from aclocal/. |
---|
152 | * aclocal/canonical-host.m4: Ditto. |
---|
153 | * aclocal/canonical-target-name.m4: Ditto. |
---|
154 | * aclocal/canonicalize-tools.m4: Ditto. |
---|
155 | * aclocal/check-bsp-cache.m4: Ditto. |
---|
156 | * aclocal/check-bsps.m4: Ditto. |
---|
157 | * aclocal/check-cpu.m4: Ditto. |
---|
158 | * aclocal/check-itron.m4: Ditto. |
---|
159 | * aclocal/check-multiprocessing.m4: Ditto. |
---|
160 | * aclocal/check-networking.m4: Ditto. |
---|
161 | * aclocal/check-newlib.m4: Ditto. |
---|
162 | * aclocal/check-posix.m4: Ditto. |
---|
163 | * aclocal/check-tool.m4: Ditto. |
---|
164 | * aclocal/enable-bare.m4: Ditto. |
---|
165 | * aclocal/enable-inlines.m4: Ditto. |
---|
166 | * aclocal/enable-itron.m4: Ditto. |
---|
167 | * aclocal/enable-multiprocessing.m4: Ditto. |
---|
168 | * aclocal/enable-networking.m4: Ditto. |
---|
169 | * aclocal/enable-posix.m4: Ditto. |
---|
170 | * aclocal/enable-rtemsbsp.m4: Ditto. |
---|
171 | * aclocal/env-rtemsbsp.m4: Ditto. |
---|
172 | * aclocal/env-rtemscpu.m4: Ditto. |
---|
173 | * aclocal/gcc-pipe.m4: Ditto. |
---|
174 | * aclocal/gcc-specs.m4: Ditto. |
---|
175 | * aclocal/multi.m4: Ditto. |
---|
176 | * aclocal/multilib.m4: Ditto. |
---|
177 | * aclocal/prog-cc.m4: Ditto. |
---|
178 | * aclocal/project-root.m4: Ditto. |
---|
179 | * aclocal/rtems-cpu-subdirs.m4: Ditto. |
---|
180 | * aclocal/rtems-debug.m4: Ditto. |
---|
181 | * aclocal/rtems-top.m4: Ditto. |
---|
182 | * aclocal/subdirs.m4: Ditto. |
---|
183 | * aclocal/sysv-ipc.m4: Ditto. |
---|
184 | * aclocal/tool-paths.m4: Ditto. |
---|
185 | * aclocal/version.m4: Ditto. |
---|
186 | |
---|
187 | 2002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
188 | |
---|
189 | * automake/compile.am: Copied over from automake/. |
---|
190 | * automake/lib.am: Copied over from automake/. |
---|
191 | * automake/local.am: Copied over from automake/. |
---|
192 | * automake/multilib.am: Copied over from automake/. |
---|
193 | * automake/subdirs.am: Copied over from automake/. |
---|
194 | * Makefile.am: Add automake/*.am. |
---|
195 | |
---|
196 | 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
197 | |
---|
198 | * configure.ac: Add libnetworking. |
---|
199 | * wrapup/Makefile.am: Ditto. |
---|
200 | |
---|
201 | 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
202 | |
---|
203 | * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX). |
---|
204 | * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs. |
---|
205 | |
---|
206 | 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
207 | |
---|
208 | * configure.ac: Add libcsupport. |
---|
209 | * wrapup/Makefile.am: Ditto. |
---|
210 | |
---|
211 | 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
212 | |
---|
213 | * Makefile.am: Add preinstall-stamp. |
---|
214 | |
---|
215 | 2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
216 | |
---|
217 | * configure.ac: Remove ENABLE_GCC28. |
---|
218 | |
---|
219 | 2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
220 | |
---|
221 | * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386. |
---|
222 | |
---|
223 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
224 | |
---|
225 | * configure.ac: |
---|
226 | AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). |
---|
227 | AM_INIT_AUTOMAKE([no-define foreign 1.6]). |
---|
228 | * include/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
229 | * Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
230 | * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
231 | |
---|
232 | 2001-01-17 Joel Sherrill <joel@OARcorp.com> |
---|
233 | |
---|
234 | * ChangeLog: Deleted duplicate blank line. |
---|
235 | |
---|
236 | 2002-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
237 | |
---|
238 | * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove |
---|
239 | ITRON_SUBDIRS. |
---|
240 | * configure.ac: Rework enable_unixlib handling. |
---|
241 | Add RTEMS_MULTILIBS to cpuopts.h. |
---|
242 | * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h. |
---|
243 | Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h. |
---|
244 | |
---|
245 | 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
246 | |
---|
247 | * wrapup/Makefile.am: Add install-hook. |
---|
248 | Remove SIZE_RTEMS. |
---|
249 | * include/rtems/fs.h: New, extracted from libio_.h. |
---|
250 | * include/rtems/userenv.h: New. extracted from libio_.h. |
---|
251 | |
---|
252 | 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
253 | |
---|
254 | * Makefile.am: Readded reference to wrapup. |
---|
255 | |
---|
256 | 2002-01-06 Joel Sherrill <joel@OARcorp.com> |
---|
257 | |
---|
258 | * wrapup/.cvsignore: Readded. |
---|
259 | * include/.cvsignore: New file. |
---|
260 | |
---|
261 | 2002-01-04 Joel Sherrill <joel@OARcorp.com> |
---|
262 | |
---|
263 | * Makefile.am, configure.ac: Remove references to wrapup subdirectory. |
---|
264 | |
---|
265 | 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
266 | |
---|
267 | * configure.ac: Use AS_IF instead of if/then/else. |
---|
268 | Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix. |
---|
269 | Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix. |
---|
270 | Add include/Makefile to CONFIG_FILES. |
---|
271 | Add AC_ENABLE_MULITLIB. |
---|
272 | Remove wrapup/rtems, wrapup/itron, wrapup/posix. |
---|
273 | Remove */optman/Makefile from CONFIG_FILES. |
---|
274 | * Makefile.am: Add include to SUBDIRS. |
---|
275 | * rtems/Makefile.am: Remove optman from SUBDIRS. |
---|
276 | * sapi/Makefile.am: Remove optman from SUBDIRS. |
---|
277 | * include/Makefile.am: New file. |
---|
278 | * include/rtems/bspIo.h: Relocated from lib/include. |
---|
279 | * include/rtems/libio_.h: Relocated from lib/include. |
---|
280 | |
---|
281 | 2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
282 | |
---|
283 | * wrapup/posix/Makefile.am: Add multilib support. |
---|
284 | * wrapup/itron/Makefile.am: Add multilib support. |
---|
285 | * wrapup/rtems/Makefile.am: Add multilib support. |
---|
286 | * Makefile.am: Add multilib support. |
---|
287 | |
---|
288 | 2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
289 | |
---|
290 | * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy. |
---|
291 | |
---|
292 | 2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
293 | |
---|
294 | * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron. |
---|
295 | Reflect changes to configuration of rtems, score and sapi subdirs. |
---|
296 | * Makefile.am: require automake-1.5. |
---|
297 | |
---|
298 | 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
299 | |
---|
300 | * .cvsignore: Add autom4te.cache for autoconf > 2.52. |
---|
301 | * configure.in: Remove. |
---|
302 | * configure.ac: New file, generated from configure.in by autoupdate. |
---|
303 | |
---|
304 | 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
305 | |
---|
306 | * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy. |
---|
307 | |
---|
308 | 2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
309 | |
---|
310 | * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. |
---|
311 | |
---|
312 | 2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
313 | |
---|
314 | * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix. |
---|
315 | |
---|
316 | 2000-12-01 Joel Sherrill <joel@OARcorp.com> |
---|
317 | |
---|
318 | * configure.in: Removed error check for enabling macros with |
---|
319 | either POSIX or ITRON API. |
---|
320 | |
---|
321 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
322 | |
---|
323 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
324 | |
---|
325 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
326 | |
---|
327 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
328 | |
---|
329 | 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
330 | |
---|
331 | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. |
---|
332 | Switch to GNU canonicalization. |
---|
333 | |
---|
334 | 2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
335 | |
---|
336 | * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems. |
---|
337 | |
---|
338 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
339 | |
---|
340 | * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am, |
---|
341 | wrapup/rtems/Makefile.am: Include compile.am |
---|
342 | |
---|
343 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
344 | |
---|
345 | * ChangeLog: New file. |
---|