source: rtems/ChangeLog @ 5913d94

4.104.114.84.95
Last change on this file since 5913d94 was 5913d94, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/00 at 17:01:25

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

  • aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
  • aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use $host instead of $target (BUG-FIX).
  • configure.in: Use $target and $host instead of $target_alias and $host_alias (autoconf-2.49b).
  • aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
  • aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)

NOTES:

  • autoconf-2.49b depredicates using changequotes.
  • The changes to configure.in are due to cleanups in autoconf-2.49b's implemention of canonicalization. With autoconf-2.1x it wasn't always clear, when to use $xxx or $xxx_alias. Now this is clear.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
4        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
5        $host instead of $target (BUG-FIX).
6        * configure.in: Use $target and $host instead of $target_alias and
7        $host_alias (autoconf-2.49b).
8        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
9        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
10
11        NOTES:
12        * autoconf-2.49b depredicates using changequotes.
13        * The changes to configure.in are due to cleanups in
14        autoconf-2.49b's implemention of canonicalization. With
15        autoconf-2.1x it wasn't always clear, when to use $xxx or
16        $xxx_alias. Now this is clear.
17
182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
21
222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
25        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
26        with an RTEMS specific but more restrictive autoconf macro.
27
282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * automake/lib.am: Add LD.
31
322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
35        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
36
372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38 
39        * aclocal/*: Replace with contents of macros/*.m4
40        * macros/: Remove.
41        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
42        * Makefile.am: Reflect changes to aclocal/ and macros/.
43
442000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.in: New, Cygnus/GNU style configuration.
47        * Makefile.am: Add macros/, reflect new configure.in,
48        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
49        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
50        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
51        * macros/tool-prefix.m4: Remove.
52        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
53        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
54        RTEMS_ROOT.
55        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
56        * macros/multilib.m4: Various minor fixes.
57        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
58        PROJECT_ROOT, RTEMS_ROOT.
59        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
60        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
61
622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * automake/multilib.am: New file.
65        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
66        the automake/ directory.
67
682000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * macros/enable-hwapi.m4: Removed.
71        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
72        A small cleanup step towards gnu-canonicalization.
73
742000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * macros: New directory.
77        * macros/bsp-alias.m4: new file.
78        * macros/canonical-host.m4: new file.
79        * macros/canonical-target-name.m4: new file.
80        * macros/canonicalize-tools.m4: new file.
81        * macros/check-bsp-cache.m4: new file.
82        * macros/check-bsps.m4: new file.
83        * macros/check-cpu.m4: new file.
84        * macros/rtems-debug.m4: new file.
85        * macros/check-cxx.m4: new file.
86        * macros/check-itron.m4: new file.
87        * macros/check-multiprocessing.m4: new file.
88        * macros/check-networking.m4: new file.
89        * macros/check-newlib.m4: new file.
90        * macros/check-posix.m4: new file.
91        * macros/check-rdbg.m4: new file.
92        * macros/enable-bare.m4: new file.
93        * macros/enable-cxx.m4: new file.
94        * macros/enable-gcc28.m4: new file.
95        * macros/enable-inlines.m4: new file.
96        * macros/enable-itron.m4: new file.
97        * macros/enable-libcdir.m4: new file.
98        * macros/enable-multiprocessing.m4: new file.
99        * macros/enable-networking.m4: new file.
100        * macros/enable-posix.m4: new file.
101        * macros/enable-rdbg.m4: new file.
102        * macros/enable-rtemsbsp.m4: new file.
103        * macros/enable-tests.m4: new file.
104        * macros/gcc-pipe.m4: new file.
105        * macros/gcc-specs.m4: new file.
106        * macros/i386-gas-code16.m4: new file.
107        * macros/path-ksh.m4: new file.
108        * macros/path-perl.m4: new file.
109        * macros/prog-cc.m4: new file.
110        * macros/prog-cxx.m4: new file.
111        * macros/project-root.m4: new file.
112        * macros/rtems-top.m4: new file.
113        * macros/sysv-ipc.m4: new file.
114        * macros/target.m4: new file.
115        * macros/rtems-test-no-pause.m4: new file.
116        * macros/multilib.m4: new file.
117        * macros/tool-paths.m4: new file.
118        * macros/tool-prefix.m4: new file.
119
1202000-09-14      Joel Sherrill <joel@OARcorp.com>
121
122        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
123
1242000-09-14      Joel Sherrill <joel@OARcorp.com>
125
126        * aclocal/enable-hwapi.m4: Now longer used and removed.
127
1282000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * automake/lib.am: Remove leaf.cfg.
131
1322000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * aclocal/rtems-top.m4: Add ENDIF-hack.
135        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
136
1372000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
140        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
141        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
142        * automake/compile.am: Replaced.
143        * automake/local.am: Remove building variant handling.
144
1452000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
148        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
149        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
150        * aclocal/target.m4: Cleanup comments
151        * Automake/compile.am: Add DEFS support to keep building happy.
152
1532000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
156
1572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * automake/compile.am: New file
160        * ChangeLog: Fix email addresses
161
1622000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * LICENSE.NET, README, README.configure: Spelling corrections.
165
1662000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
169
1702000-08-30      Joel Sherrill <joel@OARcorp.com>
171
172        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
173
1742000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * ChangeLog: Moved incorrect entries to make/ChangeLog.
177
1782000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * aclocal/check-bsps.h:
181          - Add pck6-BSP
182          - Exclude ChangeLog from being picked up as BSP
183        * aclocal/bsp-alias.m4: Add pck6-BSP
184
1852000-08-10      Joel Sherrill <joel@OARcorp.com>
186
187        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.