OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [ChangeLog] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-08-01      Ralf Corsepius 
2
 
3
        * Makefile.am: Clean $(PROJECT_RELEASE).
4
 
5
2002-07-22      Ralf Corsepius 
6
 
7
        * acinclude.m4: Add test "$multilib" != "yes".
8
        * config-ml.in: Remove.
9
 
10
2002-07-22      Ralf Corsepius 
11
 
12
        * acinclude.m4: Cleanups.
13
        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
14
        ${srcdir}/exec/.
15
        Further adaptations to autoconf >= 2.50.
16
 
17
2002-07-05      Ralf Corsepius 
18
 
19
        * acinclude.m4: New.
20
        * Makefile.am: Remove tar-installation.
21
        Prepend @exec@ to SUBDIRS.
22
        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
23
        Add RTEMS_ENABLE_MULTIPROCESSING.
24
        Add RTEMS_CONFIG_SUBDIR([exec]...).
25
 
26
2002-06-25      Ralf Corsepius 
27
 
28
        * configure.ac: Remove librpc.
29
 
30
2002-06-25      Joel Sherrill 
31
 
32
        * Per PR233, moved librpc to exec.
33
        * configure.ac, wrapup/Makefile.am: Modified.
34
        * librpc, librpc/ChangeLog: Removed.
35
 
36
2002-05-18      Ralf Corsepius 
37
 
38
        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
39
 
40
2002-05-15      Ralf Corsepius 
41
 
42
        * configure.ac: Remove lib.
43
 
44
2002-05-14      Ralf Corsepius 
45
 
46
        * config-ml.in: Take out arm and sh variants RTEMS does not support.
47
 
48
2002-03-27      Ralf Corsepius 
49
 
50
        * configure.ac:
51
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
52
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
53
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54
 
55
2002-02-28      Victor V. Vengerov 
56
 
57
        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
58
        * configure.ac: Modified to reflect addition.
59
 
60
2002-01-02      Ralf Corsepius 
61
 
62
        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
63
        AC_CONFIG_COMMANDS.
64
 
65
2001-12-18      Ralf Corsepius 
66
 
67
        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
68
 
69
2001-10-16      Ralf Corsepius 
70
 
71
        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
72
        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
73
        autoconf-2.52 happy.
74
 
75
2001-10-11      Ralf Corsepius 
76
 
77
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
78
        * configure.in: Remove.
79
        * configure.ac: New file, generated from configure.in by autoupdate.
80
 
81
2001-02-02      Ralf Corsepius 
82
 
83
        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
84
 
85
2000-11-09      Ralf Corsepius 
86
 
87
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
88
 
89
2000-11-02      Ralf Corsepius 
90
 
91
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
92
 
93
2000-10-30      Ralf Corsepius 
94
 
95
        * configure.in: Switch to GNU-canonicalization.
96
        * Makefile.am: Reflect changes to configure.in.
97
        * acinclude.m4: Remove.
98
 
99
2000-10-27      Ralf Corsepius 
100
 
101
        * configure.in: add lib/libbsp to the GNU canonicalized
102
        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
103
        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
104
        * ChangeLog: Fix typos.
105
 
106
2000-10-27      Ralf Corsepius 
107
 
108
        * configure.in: add tests to the GNU canonicalized subdirectories.
109
 
110
2000-10-26      Ralf Corsepius 
111
 
112
        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
113
 
114
2000-10-26      Ralf Corsepius 
115
 
116
        * configure.in: add lib to the GNU canonicalized subdirectories,
117
        make the lib directory before configuring lib/.
118
 
119
2000-10-25      Ralf Corsepius 
120
 
121
        * configure.in, Makefile.am: add exec to the GNU canonicalized
122
        subdirectories.
123
 
124
2000-10-25      Ralf Corsepius 
125
 
126
        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
127
 
128
2000-10-25      Ralf Corsepius 
129
 
130
        * configure.in: add libnetworking, librpc and librdb to the GNU
131
        canonicalized subdirectories.
132
 
133
2000-10-25      Ralf Corsepius 
134
 
135
        * configure.in: add libmisc and libchip to the GNU canonicalized
136
        subdirectories.
137
 
138
2000-10-24      Ralf Corsepius 
139
 
140
        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
141
        canonicalization to libfs/.
142
        The approach is currently a bit of a hack as GNU canonicalization
143
        does not support the per-BSP build some of the other directories
144
        require.  As more of the tree is converted, this will become less
145
        of an issue.
146
 
147
2000-10-18      Joel Sherrill 
148
 
149
        * wrapup/Makefile.am: Added libfs.
150
 
151
2000-10-18       Chris Johns 
152
 
153
        * libfs created.
154
        * configure.in: Added libfs subdirectory.
155
 
156
2000-09-12      Ralf Corsepius 
157
 
158
        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
159
        RTEMS_CANONICALIZE_TOOLS.
160
 
161
2000-09-04      Ralf Corsepius 
162
 
163
        * wrapup/Makefile.am: Include compile.am.
164
 
165
2000-08-30      Ralf Corsepius 
166
 
167
        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
168
 
169
2000-08-10      Joel Sherrill 
170
 
171
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.