source: rtems/c/src/ChangeLog @ dbaca2a7

4.104.114.84.95
Last change on this file since dbaca2a7 was dbaca2a7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 09:22:54

2002-07-22 Ralf Corsepius <corsepiu@…>

  • acinclude.m4: Add test "$multilib" != "yes".
  • config-ml.in: Remove.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * acinclude.m4: Add test "$multilib" != "yes".
4        * config-ml.in: Remove.
5
62002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * acinclude.m4: Cleanups.
9        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
10        ${srcdir}/exec/.
11        Further adaptations to autoconf >= 2.50.
12
132002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * acinclude.m4: New.
16        * Makefile.am: Remove tar-installation.
17        Prepend @exec@ to SUBDIRS.
18        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
19        Add RTEMS_ENABLE_MULTIPROCESSING.
20        Add RTEMS_CONFIG_SUBDIR([exec]...).
21
222002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove librpc.
25
262002-06-25      Joel Sherrill <joel@OARcorp.com>
27
28        * Per PR233, moved librpc to exec.
29        * configure.ac, wrapup/Makefile.am: Modified.
30        * librpc, librpc/ChangeLog: Removed.
31
322002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
35
362002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove lib.
39
402002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * config-ml.in: Take out arm and sh variants RTEMS does not support.
43
442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac:
47        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
48        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
49        * Makefile.am: Remove AUTOMAKE_OPTIONS.
50
512002-02-28      Victor V. Vengerov <vvv@oktet.ru>
52
53        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
54        * configure.ac: Modified to reflect addition.
55
562002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
59        AC_CONFIG_COMMANDS.
60
612001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
64
652001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
68        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
69        autoconf-2.52 happy.
70
712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
74        * configure.in: Remove.
75        * configure.ac: New file, generated from configure.in by autoupdate.
76
772001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
80
812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
84
852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
88
892000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.in: Switch to GNU-canonicalization.
92        * Makefile.am: Reflect changes to configure.in.
93        * acinclude.m4: Remove.
94
952000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.in: add lib/libbsp to the GNU canonicalized
98        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
99        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
100        * ChangeLog: Fix typos.
101
1022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.in: add tests to the GNU canonicalized subdirectories.
105
1062000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
109
1102000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.in: add lib to the GNU canonicalized subdirectories,
113        make the lib directory before configuring lib/.
114
1152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.in, Makefile.am: add exec to the GNU canonicalized
118        subdirectories.
119
1202000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
123
1242000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.in: add libnetworking, librpc and librdb to the GNU
127        canonicalized subdirectories.
128 
1292000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.in: add libmisc and libchip to the GNU canonicalized
132        subdirectories.
133
1342000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
137        canonicalization to libfs/.
138        The approach is currently a bit of a hack as GNU canonicalization
139        does not support the per-BSP build some of the other directories
140        require.  As more of the tree is converted, this will become less
141        of an issue.
142
1432000-10-18      Joel Sherrill <joel@OARcorp.com>
144
145        * wrapup/Makefile.am: Added libfs.
146
1472000-10-18       Chris Johns <ccj@acm.org>
148
149        * libfs created.
150        * configure.in: Added libfs subdirectory.
151
1522000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
155        RTEMS_CANONICALIZE_TOOLS.
156
1572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * wrapup/Makefile.am: Include compile.am.
160
1612000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
164
1652000-08-10      Joel Sherrill <joel@OARcorp.com>
166
167        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.