source: rtems/ChangeLog @ 781262bb

4.104.114.84.95
Last change on this file since 781262bb was 16a30bd3, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/00 at 13:36:37

2000-10-27 Ralf Corsepius <corsepiu@…>

  • automake/multilib.am: New file.
  • Makefile.am: Update AUTOMAKE_FILES to reflect the contents of the automake/ directory.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/multilib.am: New file.
4        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
5        the automake/ directory.
6
72000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * macros/enable-hwapi.m4: Removed.
10        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
11        A small cleanup step towards gnu-canonicalization.
12
132000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * macros: New directory.
16        * macros/bsp-alias.m4: new file.
17        * macros/canonical-host.m4: new file.
18        * macros/canonical-target-name.m4: new file.
19        * macros/canonicalize-tools.m4: new file.
20        * macros/check-bsp-cache.m4: new file.
21        * macros/check-bsps.m4: new file.
22        * macros/check-cpu.m4: new file.
23        * macros/rtems-debug.m4: new file.
24        * macros/check-cxx.m4: new file.
25        * macros/check-itron.m4: new file.
26        * macros/check-multiprocessing.m4: new file.
27        * macros/check-networking.m4: new file.
28        * macros/check-newlib.m4: new file.
29        * macros/check-posix.m4: new file.
30        * macros/check-rdbg.m4: new file.
31        * macros/enable-bare.m4: new file.
32        * macros/enable-cxx.m4: new file.
33        * macros/enable-gcc28.m4: new file.
34        * macros/enable-inlines.m4: new file.
35        * macros/enable-itron.m4: new file.
36        * macros/enable-libcdir.m4: new file.
37        * macros/enable-multiprocessing.m4: new file.
38        * macros/enable-networking.m4: new file.
39        * macros/enable-posix.m4: new file.
40        * macros/enable-rdbg.m4: new file.
41        * macros/enable-rtemsbsp.m4: new file.
42        * macros/enable-tests.m4: new file.
43        * macros/gcc-pipe.m4: new file.
44        * macros/gcc-specs.m4: new file.
45        * macros/i386-gas-code16.m4: new file.
46        * macros/path-ksh.m4: new file.
47        * macros/path-perl.m4: new file.
48        * macros/prog-cc.m4: new file.
49        * macros/prog-cxx.m4: new file.
50        * macros/project-root.m4: new file.
51        * macros/rtems-top.m4: new file.
52        * macros/sysv-ipc.m4: new file.
53        * macros/target.m4: new file.
54        * macros/rtems-test-no-pause.m4: new file.
55        * macros/multilib.m4: new file.
56        * macros/tool-paths.m4: new file.
57        * macros/tool-prefix.m4: new file.
58
592000-09-14      Joel Sherrill <joel@OARcorp.com>
60
61        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
62
632000-09-14      Joel Sherrill <joel@OARcorp.com>
64
65        * aclocal/enable-hwapi.m4: Now longer used and removed.
66
672000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * automake/lib.am: Remove leaf.cfg.
70
712000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * aclocal/rtems-top.m4: Add ENDIF-hack.
74        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
75
762000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
79        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
80        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
81        * automake/compile.am: Replaced.
82        * automake/local.am: Remove building variant handling.
83
842000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
87        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
88        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
89        * aclocal/target.m4: Cleanup comments
90        * Automake/compile.am: Add DEFS support to keep building happy.
91
922000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
95
962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * automake/compile.am: New file
99        * ChangeLog: Fix email addresses
100
1012000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * LICENSE.NET, README, README.configure: Spelling corrections.
104
1052000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
108
1092000-08-30      Joel Sherrill <joel@OARcorp.com>
110
111        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
112
1132000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * ChangeLog: Moved incorrect entries to make/ChangeLog.
116
1172000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/check-bsps.h:
120          - Add pck6-BSP
121          - Exclude ChangeLog from being picked up as BSP
122        * aclocal/bsp-alias.m4: Add pck6-BSP
123
1242000-08-10      Joel Sherrill <joel@OARcorp.com>
125
126        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.