source: rtems/c/src/exec/ChangeLog @ 35cd6ae

4.104.114.84.95
Last change on this file since 35cd6ae was 35cd6ae, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/02 at 17:21:23

2002-05-18 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
  • wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
4        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
5
62002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Add libcsupport.
9        * wrapup/Makefile.am: Ditto.
10
112002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add preinstall-stamp.
14
152002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove ENABLE_GCC28.
18
192002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
22
232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac:
26        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
27        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
28        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
31
322001-01-17      Joel Sherrill <joel@OARcorp.com>
33
34        * ChangeLog: Deleted duplicate blank line.
35
362002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
39        ITRON_SUBDIRS.
40        * configure.ac: Rework enable_unixlib handling.
41        Add RTEMS_MULTILIBS to cpuopts.h.
42        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
43        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
44
452002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Add install-hook.
48        Remove SIZE_RTEMS.
49        * include/rtems/fs.h: New, extracted from libio_.h.
50        * include/rtems/userenv.h: New. extracted from libio_.h.
51
522002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Readded reference to wrapup.
55
562002-01-06      Joel Sherrill <joel@OARcorp.com>
57
58        * wrapup/.cvsignore: Readded.
59        * include/.cvsignore: New file.
60
612002-01-04      Joel Sherrill <joel@OARcorp.com>
62
63        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
64
652001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Use AS_IF instead of if/then/else.
68        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
69        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
70        Add include/Makefile to CONFIG_FILES.
71        Add AC_ENABLE_MULITLIB.
72        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
73        Remove */optman/Makefile from CONFIG_FILES.
74        * Makefile.am: Add include to SUBDIRS.
75        * rtems/Makefile.am: Remove optman from SUBDIRS.
76        * sapi/Makefile.am: Remove optman from SUBDIRS.
77        * include/Makefile.am: New file.
78        * include/rtems/bspIo.h: Relocated from lib/include.
79        * include/rtems/libio_.h: Relocated from lib/include.
80
812001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/posix/Makefile.am: Add multilib support.
84        * wrapup/itron/Makefile.am: Add multilib support.
85        * wrapup/rtems/Makefile.am: Add multilib support.
86        * Makefile.am: Add multilib support.
87
882001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
91
922001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
95        Reflect changes to configuration of rtems, score and sapi subdirs.
96        * Makefile.am: require automake-1.5.
97
982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
101        * configure.in: Remove.
102        * configure.ac: New file, generated from configure.in by autoupdate.
103
1042001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
107
1082001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
111
1122001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
115
1162000-12-01      Joel Sherrill <joel@OARcorp.com>
117
118        * configure.in: Removed error check for enabling macros with
119        either POSIX or ITRON API.
120
1212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
124
1252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
128
1292000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
132        Switch to GNU canonicalization.
133
1342000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
137
1382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
141        wrapup/rtems/Makefile.am: Include compile.am
142
1432000-08-10      Joel Sherrill <joel@OARcorp.com>
144
145        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.