source: rtems/c/src/ChangeLog @ 14fb972

4.104.114.84.95
Last change on this file since 14fb972 was 11a26b9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 09:13:33

2003-08-16 Ralf Corsepius <corsepiu@…>

  • automake/compile.am, automake/force-preinstall.am, automake/host.am, automake/lib.am, automake/local.am, automake/subdirs.am: New (copied from ../../automake).
  • Property mode set to 100644
File size: 10.3 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/compile.am, automake/force-preinstall.am,
4        automake/host.am, automake/lib.am, automake/local.am,
5        automake/subdirs.am: New (copied from ../../automake).
6
72003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Add bsp.pc.in
10        * bsp.pc.in: New (pkgconfig support).
11
122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
15
162003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * lib/Makefile.am: New (Required by 'make dist').
19        * lib/ChangeLog: Remove.
20        * lib/.cvsignore: Cleanup.
21        * configure.ac: Reflect having added lib/Makefile.am.
22
232003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Merge-in lib/libcpu/configure.ac.
26        Merge-in lib/libbsp/configure.ac.
27
282003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
31
322003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Merge-in librdbg/configure.ac.
35
362003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Merge-in libnetworking/configure.ac.
39        Merge-in parts of librdbg/configure.ac.
40
412003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Merge-in libchip/configure.ac.
44        Merge-in optman/configure.ac.
45
462003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * support/version.c: Reflect having remove "rtems-" from
49        RTEMS_VERSION.
50
512003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove support for profile-variant.
54
552003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Add libide.a.
58
592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove AC_CONFIG_AUX_DIR.
62
632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Add support/.
66        * support/.cvsignore: New.
67        * support/Makefile.am: New.
68        * support/version.c: New.
69        * wrapup/Makefile.am: Add support/libsupport.a.
70
712003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Use SRC += instead of make-vars.
74
752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
78
792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: AC_PREREQ(2.57).
82
832003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
86
872002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
90        Let all-local: depend on $(LIB).
91
922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Remove libmisc.
95
962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Remove libmisc.
99
1002002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
103        Resort cache-checking.
104
1052002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
108
1092002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
112        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
113        ac_configure_args.
114
1152002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
118        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
119
1202002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
123        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
124        Fix braino in comment on "exec".
125        Extend --enable-ada handling.
126
1272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * .cvsignore: Reformat.
130        Add autom4te*cache.
131        Remove autom4te.cache.
132        * wrapup/.cvsignore: Remove autom4te.cache.
133
1342002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
137
1382002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add ada-tests.
141
1422002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Add preinstall-stamp.
145
1462002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        Posix-BSP-Hacks:
149        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
150        Pass RTEMS_HOST to make/bsp.mak
151        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
152        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
153
1542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
157
1582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Add BSP_SUBDIRS.
161        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
162
1632002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
166        Cosmetic cleanups.
167
1682002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
171        ../libchip/serial/$(ARCH)/libserialio.a.
172
1732002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Add rtems_makedir.
176
1772002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Merge wrapup/configure.ac.
180        Cosmetic cleanups.
181        * Makefile.am: Add wrapup-SUBDIR.
182        * wrapup/ChangeLog: Remove.
183        * wrapup/configure.ac: Remove.
184
1852002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
188        creation (Make the bare BSP happy).
189        * configure.ac: Ditto.
190
1912002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Create make/@RTEMS_BSP@.cache.
194        Handle make/custom/*.cfgs.
195        Create make/custom/default.cfg.
196        * configure.ac: Add creation of make/custon/*.cfg.
197        Create make/${RTEMS_BSP}.cache.
198        Read make/${RTEMS_BSP}.cache
199
2002002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Clean $(PROJECT_RELEASE).
203
2042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * acinclude.m4: Add test "$multilib" != "yes".
207        * config-ml.in: Remove.
208
2092002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * acinclude.m4: Cleanups.
212        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
213        ${srcdir}/exec/.
214        Further adaptations to autoconf >= 2.50.
215
2162002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * acinclude.m4: New.
219        * Makefile.am: Remove tar-installation.
220        Prepend @exec@ to SUBDIRS.
221        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
222        Add RTEMS_ENABLE_MULTIPROCESSING.
223        Add RTEMS_CONFIG_SUBDIR([exec]...).
224
2252002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Remove librpc.
228
2292002-06-25      Joel Sherrill <joel@OARcorp.com>
230
231        * Per PR233, moved librpc to exec.
232        * configure.ac, wrapup/Makefile.am: Modified.
233        * librpc, librpc/ChangeLog: Removed.
234
2352002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
238
2392002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Remove lib.
242
2432002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * config-ml.in: Take out arm and sh variants RTEMS does not support.
246
2472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac:
250        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
251        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
252        * Makefile.am: Remove AUTOMAKE_OPTIONS.
253
2542002-02-28      Victor V. Vengerov <vvv@oktet.ru>
255
256        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
257        * configure.ac: Modified to reflect addition.
258
2592002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
262        AC_CONFIG_COMMANDS.
263
2642001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
267
2682001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
271        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
272        autoconf-2.52 happy.
273
2742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
277        * configure.in: Remove.
278        * configure.ac: New file, generated from configure.in by autoupdate.
279
2802001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
283
2842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
287
2882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
291
2922000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.in: Switch to GNU-canonicalization.
295        * Makefile.am: Reflect changes to configure.in.
296        * acinclude.m4: Remove.
297
2982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.in: add lib/libbsp to the GNU canonicalized
301        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
302        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
303        * ChangeLog: Fix typos.
304
3052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.in: add tests to the GNU canonicalized subdirectories.
308
3092000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
312
3132000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.in: add lib to the GNU canonicalized subdirectories,
316        make the lib directory before configuring lib/.
317
3182000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.in, Makefile.am: add exec to the GNU canonicalized
321        subdirectories.
322
3232000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
326
3272000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.in: add libnetworking, librpc and librdb to the GNU
330        canonicalized subdirectories.
331 
3322000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.in: add libmisc and libchip to the GNU canonicalized
335        subdirectories.
336
3372000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
340        canonicalization to libfs/.
341        The approach is currently a bit of a hack as GNU canonicalization
342        does not support the per-BSP build some of the other directories
343        require.  As more of the tree is converted, this will become less
344        of an issue.
345
3462000-10-18      Joel Sherrill <joel@OARcorp.com>
347
348        * wrapup/Makefile.am: Added libfs.
349
3502000-10-18       Chris Johns <ccj@acm.org>
351
352        * libfs created.
353        * configure.in: Added libfs subdirectory.
354
3552000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
358        RTEMS_CANONICALIZE_TOOLS.
359
3602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * wrapup/Makefile.am: Include compile.am.
363
3642000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
367
3682000-08-10      Joel Sherrill <joel@OARcorp.com>
369
370        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.