source: rtems/c/src/ChangeLog @ 67bfd9a6

4.104.114.84.95
Last change on this file since 67bfd9a6 was 67bfd9a6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/12/02 at 14:29:54

2002-08-12 Ralf Corsepius <corsepiu@…>

Posix-BSP-Hacks:

  • configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to make/bsp.mak
  • Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
  • wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
  • Property mode set to 100644
File size: 6.4 KB
Line 
12002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Posix-BSP-Hacks:
4        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
5        Pass RTEMS_HOST to make/bsp.mak
6        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
7        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
8
92002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
12
132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Add BSP_SUBDIRS.
16        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
17
182002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
21        Cosmetic cleanups.
22
232002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
26        ../libchip/serial/$(ARCH)/libserialio.a.
27
282002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Add rtems_makedir.
31
322002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Merge wrapup/configure.ac.
35        Cosmetic cleanups.
36        * Makefile.am: Add wrapup-SUBDIR.
37        * wrapup/ChangeLog: Remove.
38        * wrapup/configure.ac: Remove.
39
402002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
43        creation (Make the bare BSP happy).
44        * configure.ac: Ditto.
45
462002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Create make/@RTEMS_BSP@.cache.
49        Handle make/custom/*.cfgs.
50        Create make/custom/default.cfg.
51        * configure.ac: Add creation of make/custon/*.cfg.
52        Create make/${RTEMS_BSP}.cache.
53        Read make/${RTEMS_BSP}.cache
54
552002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Clean $(PROJECT_RELEASE).
58
592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * acinclude.m4: Add test "$multilib" != "yes".
62        * config-ml.in: Remove.
63
642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * acinclude.m4: Cleanups.
67        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
68        ${srcdir}/exec/.
69        Further adaptations to autoconf >= 2.50.
70
712002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * acinclude.m4: New.
74        * Makefile.am: Remove tar-installation.
75        Prepend @exec@ to SUBDIRS.
76        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
77        Add RTEMS_ENABLE_MULTIPROCESSING.
78        Add RTEMS_CONFIG_SUBDIR([exec]...).
79
802002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Remove librpc.
83
842002-06-25      Joel Sherrill <joel@OARcorp.com>
85
86        * Per PR233, moved librpc to exec.
87        * configure.ac, wrapup/Makefile.am: Modified.
88        * librpc, librpc/ChangeLog: Removed.
89
902002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
93
942002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove lib.
97
982002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * config-ml.in: Take out arm and sh variants RTEMS does not support.
101
1022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac:
105        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
106        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
107        * Makefile.am: Remove AUTOMAKE_OPTIONS.
108
1092002-02-28      Victor V. Vengerov <vvv@oktet.ru>
110
111        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
112        * configure.ac: Modified to reflect addition.
113
1142002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
117        AC_CONFIG_COMMANDS.
118
1192001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
122
1232001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
126        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
127        autoconf-2.52 happy.
128
1292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
132        * configure.in: Remove.
133        * configure.ac: New file, generated from configure.in by autoupdate.
134
1352001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
138
1392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
142
1432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
146
1472000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.in: Switch to GNU-canonicalization.
150        * Makefile.am: Reflect changes to configure.in.
151        * acinclude.m4: Remove.
152
1532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.in: add lib/libbsp to the GNU canonicalized
156        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
157        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
158        * ChangeLog: Fix typos.
159
1602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.in: add tests to the GNU canonicalized subdirectories.
163
1642000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
167
1682000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.in: add lib to the GNU canonicalized subdirectories,
171        make the lib directory before configuring lib/.
172
1732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.in, Makefile.am: add exec to the GNU canonicalized
176        subdirectories.
177
1782000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
181
1822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.in: add libnetworking, librpc and librdb to the GNU
185        canonicalized subdirectories.
186 
1872000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.in: add libmisc and libchip to the GNU canonicalized
190        subdirectories.
191
1922000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
195        canonicalization to libfs/.
196        The approach is currently a bit of a hack as GNU canonicalization
197        does not support the per-BSP build some of the other directories
198        require.  As more of the tree is converted, this will become less
199        of an issue.
200
2012000-10-18      Joel Sherrill <joel@OARcorp.com>
202
203        * wrapup/Makefile.am: Added libfs.
204
2052000-10-18       Chris Johns <ccj@acm.org>
206
207        * libfs created.
208        * configure.in: Added libfs subdirectory.
209
2102000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
213        RTEMS_CANONICALIZE_TOOLS.
214
2152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * wrapup/Makefile.am: Include compile.am.
218
2192000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
222
2232000-08-10      Joel Sherrill <joel@OARcorp.com>
224
225        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.