source: rtems/c/src/ChangeLog @ 7002011

4.104.114.84.95
Last change on this file since 7002011 was d4b5e876, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/13/03 at 10:07:44

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

  • Makefile.am: Add bsp.pc.in
  • bsp.pc.in: New (pkgconfig support).
  • Property mode set to 100644
File size: 10.1 KB
Line 
12003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add bsp.pc.in
4        * bsp.pc.in: New (pkgconfig support).
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * lib/Makefile.am: New (Required by 'make dist').
13        * lib/ChangeLog: Remove.
14        * lib/.cvsignore: Cleanup.
15        * configure.ac: Reflect having added lib/Makefile.am.
16
172003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Merge-in lib/libcpu/configure.ac.
20        Merge-in lib/libbsp/configure.ac.
21
222003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
25
262003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Merge-in librdbg/configure.ac.
29
302003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Merge-in libnetworking/configure.ac.
33        Merge-in parts of librdbg/configure.ac.
34
352003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Merge-in libchip/configure.ac.
38        Merge-in optman/configure.ac.
39
402003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * support/version.c: Reflect having remove "rtems-" from
43        RTEMS_VERSION.
44
452003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Remove support for profile-variant.
48
492003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Add libide.a.
52
532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Remove AC_CONFIG_AUX_DIR.
56
572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Add support/.
60        * support/.cvsignore: New.
61        * support/Makefile.am: New.
62        * support/version.c: New.
63        * wrapup/Makefile.am: Add support/libsupport.a.
64
652003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Use SRC += instead of make-vars.
68
692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
72
732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AC_PREREQ(2.57).
76
772003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
84        Let all-local: depend on $(LIB).
85
862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Remove libmisc.
89
902002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove libmisc.
93
942002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
97        Resort cache-checking.
98
992002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
102
1032002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
106        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
107        ac_configure_args.
108
1092002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
112        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
113
1142002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
117        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
118        Fix braino in comment on "exec".
119        Extend --enable-ada handling.
120
1212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * .cvsignore: Reformat.
124        Add autom4te*cache.
125        Remove autom4te.cache.
126        * wrapup/.cvsignore: Remove autom4te.cache.
127
1282002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
131
1322002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Add ada-tests.
135
1362002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Add preinstall-stamp.
139
1402002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        Posix-BSP-Hacks:
143        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
144        Pass RTEMS_HOST to make/bsp.mak
145        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
146        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
147
1482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
151
1522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Add BSP_SUBDIRS.
155        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
156
1572002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
160        Cosmetic cleanups.
161
1622002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
165        ../libchip/serial/$(ARCH)/libserialio.a.
166
1672002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Add rtems_makedir.
170
1712002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Merge wrapup/configure.ac.
174        Cosmetic cleanups.
175        * Makefile.am: Add wrapup-SUBDIR.
176        * wrapup/ChangeLog: Remove.
177        * wrapup/configure.ac: Remove.
178
1792002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
182        creation (Make the bare BSP happy).
183        * configure.ac: Ditto.
184
1852002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Create make/@RTEMS_BSP@.cache.
188        Handle make/custom/*.cfgs.
189        Create make/custom/default.cfg.
190        * configure.ac: Add creation of make/custon/*.cfg.
191        Create make/${RTEMS_BSP}.cache.
192        Read make/${RTEMS_BSP}.cache
193
1942002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Clean $(PROJECT_RELEASE).
197
1982002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * acinclude.m4: Add test "$multilib" != "yes".
201        * config-ml.in: Remove.
202
2032002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * acinclude.m4: Cleanups.
206        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
207        ${srcdir}/exec/.
208        Further adaptations to autoconf >= 2.50.
209
2102002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * acinclude.m4: New.
213        * Makefile.am: Remove tar-installation.
214        Prepend @exec@ to SUBDIRS.
215        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
216        Add RTEMS_ENABLE_MULTIPROCESSING.
217        Add RTEMS_CONFIG_SUBDIR([exec]...).
218
2192002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove librpc.
222
2232002-06-25      Joel Sherrill <joel@OARcorp.com>
224
225        * Per PR233, moved librpc to exec.
226        * configure.ac, wrapup/Makefile.am: Modified.
227        * librpc, librpc/ChangeLog: Removed.
228
2292002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
232
2332002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Remove lib.
236
2372002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * config-ml.in: Take out arm and sh variants RTEMS does not support.
240
2412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac:
244        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
245        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
246        * Makefile.am: Remove AUTOMAKE_OPTIONS.
247
2482002-02-28      Victor V. Vengerov <vvv@oktet.ru>
249
250        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
251        * configure.ac: Modified to reflect addition.
252
2532002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
256        AC_CONFIG_COMMANDS.
257
2582001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
261
2622001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
265        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
266        autoconf-2.52 happy.
267
2682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
271        * configure.in: Remove.
272        * configure.ac: New file, generated from configure.in by autoupdate.
273
2742001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
277
2782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
281
2822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
285
2862000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.in: Switch to GNU-canonicalization.
289        * Makefile.am: Reflect changes to configure.in.
290        * acinclude.m4: Remove.
291
2922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.in: add lib/libbsp to the GNU canonicalized
295        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
296        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
297        * ChangeLog: Fix typos.
298
2992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.in: add tests to the GNU canonicalized subdirectories.
302
3032000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
306
3072000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.in: add lib to the GNU canonicalized subdirectories,
310        make the lib directory before configuring lib/.
311
3122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.in, Makefile.am: add exec to the GNU canonicalized
315        subdirectories.
316
3172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
320
3212000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.in: add libnetworking, librpc and librdb to the GNU
324        canonicalized subdirectories.
325 
3262000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.in: add libmisc and libchip to the GNU canonicalized
329        subdirectories.
330
3312000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
334        canonicalization to libfs/.
335        The approach is currently a bit of a hack as GNU canonicalization
336        does not support the per-BSP build some of the other directories
337        require.  As more of the tree is converted, this will become less
338        of an issue.
339
3402000-10-18      Joel Sherrill <joel@OARcorp.com>
341
342        * wrapup/Makefile.am: Added libfs.
343
3442000-10-18       Chris Johns <ccj@acm.org>
345
346        * libfs created.
347        * configure.in: Added libfs subdirectory.
348
3492000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
352        RTEMS_CANONICALIZE_TOOLS.
353
3542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Include compile.am.
357
3582000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
361
3622000-08-10      Joel Sherrill <joel@OARcorp.com>
363
364        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.