source: rtems/cpukit/ChangeLog @ a02224e

4.104.114.84.95
Last change on this file since a02224e was 8217c40, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 17:57:28

2001-12-22 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use AS_IF instead of if/then/else. Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix. Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix. Add include/Makefile to CONFIG_FILES. Add AC_ENABLE_MULITLIB. Remove wrapup/rtems, wrapup/itron, wrapup/posix. Remove */optman/Makefile from CONFIG_FILES.
  • Makefile.am: Add include to SUBDIRS.
  • rtems/Makefile.am: Remove optman from SUBDIRS.
  • sapi/Makefile.am: Remove optman from SUBDIRS.
  • include/Makefile.am: New file.
  • include/rtems/bspIo.h: Relocated from lib/include.
  • include/rtems/libio_.h: Relocated from lib/include.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use AS_IF instead of if/then/else.
4        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
5        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
6        Add include/Makefile to CONFIG_FILES.
7        Add AC_ENABLE_MULITLIB.
8        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
9        Remove */optman/Makefile from CONFIG_FILES.
10        * Makefile.am: Add include to SUBDIRS.
11        * rtems/Makefile.am: Remove optman from SUBDIRS.
12        * sapi/Makefile.am: Remove optman from SUBDIRS.
13        * include/Makefile.am: New file.
14        * include/rtems/bspIo.h: Relocated from lib/include.
15        * include/rtems/libio_.h: Relocated from lib/include.
16
172001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/posix/Makefile.am: Add multilib support.
20        * wrapup/itron/Makefile.am: Add multilib support.
21        * wrapup/rtems/Makefile.am: Add multilib support.
22        * Makefile.am: Add multilib support.
23
242001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
27
282001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
31        Reflect changes to configuration of rtems, score and sapi subdirs.
32        * Makefile.am: require automake-1.5.
33
342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
37        * configure.in: Remove.
38        * configure.ac: New file, generated from configure.in by autoupdate.
39
402001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
43
442001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
47
482001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
51
522000-12-01      Joel Sherrill <joel@OARcorp.com>
53
54        * configure.in: Removed error check for enabling macros with
55        either POSIX or ITRON API.
56
572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
60
612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
64
652000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
68        Switch to GNU canonicalization.
69
702000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
73
742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
77        wrapup/rtems/Makefile.am: Include compile.am
78
792000-08-10      Joel Sherrill <joel@OARcorp.com>
80
81        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.