source: rtems/ChangeLog @ 2e0fd427

4.104.114.84.95
Last change on this file since 2e0fd427 was 2e0fd427, checked in by Joel Sherrill <joel.sherrill@…>, on 11/02/00 at 15:44:04

2000-11-02 Ralf Corsepius <corsepiu@…>

  • aclocal/*: Replace with contents of macros/*.m4
  • macros/: Remove.
  • aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
  • Makefile.am: Reflect changes to aclocal/ and macros/.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2 
3        * aclocal/*: Replace with contents of macros/*.m4
4        * macros/: Remove.
5        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
6        * Makefile.am: Reflect changes to aclocal/ and macros/.
7
82000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.in: New, Cygnus/GNU style configuration.
11        * Makefile.am: Add macros/, reflect new configure.in,
12        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
13        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
14        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
15        * macros/tool-prefix.m4: Remove.
16        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
17        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
18        RTEMS_ROOT.
19        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
20        * macros/multilib.m4: Various minor fixes.
21        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
22        PROJECT_ROOT, RTEMS_ROOT.
23        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
24        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
25
262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * automake/multilib.am: New file.
29        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
30        the automake/ directory.
31
322000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * macros/enable-hwapi.m4: Removed.
35        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
36        A small cleanup step towards gnu-canonicalization.
37
382000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * macros: New directory.
41        * macros/bsp-alias.m4: new file.
42        * macros/canonical-host.m4: new file.
43        * macros/canonical-target-name.m4: new file.
44        * macros/canonicalize-tools.m4: new file.
45        * macros/check-bsp-cache.m4: new file.
46        * macros/check-bsps.m4: new file.
47        * macros/check-cpu.m4: new file.
48        * macros/rtems-debug.m4: new file.
49        * macros/check-cxx.m4: new file.
50        * macros/check-itron.m4: new file.
51        * macros/check-multiprocessing.m4: new file.
52        * macros/check-networking.m4: new file.
53        * macros/check-newlib.m4: new file.
54        * macros/check-posix.m4: new file.
55        * macros/check-rdbg.m4: new file.
56        * macros/enable-bare.m4: new file.
57        * macros/enable-cxx.m4: new file.
58        * macros/enable-gcc28.m4: new file.
59        * macros/enable-inlines.m4: new file.
60        * macros/enable-itron.m4: new file.
61        * macros/enable-libcdir.m4: new file.
62        * macros/enable-multiprocessing.m4: new file.
63        * macros/enable-networking.m4: new file.
64        * macros/enable-posix.m4: new file.
65        * macros/enable-rdbg.m4: new file.
66        * macros/enable-rtemsbsp.m4: new file.
67        * macros/enable-tests.m4: new file.
68        * macros/gcc-pipe.m4: new file.
69        * macros/gcc-specs.m4: new file.
70        * macros/i386-gas-code16.m4: new file.
71        * macros/path-ksh.m4: new file.
72        * macros/path-perl.m4: new file.
73        * macros/prog-cc.m4: new file.
74        * macros/prog-cxx.m4: new file.
75        * macros/project-root.m4: new file.
76        * macros/rtems-top.m4: new file.
77        * macros/sysv-ipc.m4: new file.
78        * macros/target.m4: new file.
79        * macros/rtems-test-no-pause.m4: new file.
80        * macros/multilib.m4: new file.
81        * macros/tool-paths.m4: new file.
82        * macros/tool-prefix.m4: new file.
83
842000-09-14      Joel Sherrill <joel@OARcorp.com>
85
86        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
87
882000-09-14      Joel Sherrill <joel@OARcorp.com>
89
90        * aclocal/enable-hwapi.m4: Now longer used and removed.
91
922000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * automake/lib.am: Remove leaf.cfg.
95
962000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * aclocal/rtems-top.m4: Add ENDIF-hack.
99        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
100
1012000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
104        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
105        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
106        * automake/compile.am: Replaced.
107        * automake/local.am: Remove building variant handling.
108
1092000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
112        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
113        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
114        * aclocal/target.m4: Cleanup comments
115        * Automake/compile.am: Add DEFS support to keep building happy.
116
1172000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
120
1212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * automake/compile.am: New file
124        * ChangeLog: Fix email addresses
125
1262000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * LICENSE.NET, README, README.configure: Spelling corrections.
129
1302000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
133
1342000-08-30      Joel Sherrill <joel@OARcorp.com>
135
136        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
137
1382000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * ChangeLog: Moved incorrect entries to make/ChangeLog.
141
1422000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * aclocal/check-bsps.h:
145          - Add pck6-BSP
146          - Exclude ChangeLog from being picked up as BSP
147        * aclocal/bsp-alias.m4: Add pck6-BSP
148
1492000-08-10      Joel Sherrill <joel@OARcorp.com>
150
151        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.