source: rtems/ChangeLog @ 2dbd07f8

4.104.114.84.95
Last change on this file since 2dbd07f8 was 2dbd07f8, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/00 at 17:04:53

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

  • aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard).
  • aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard).
  • aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
  • aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
  • aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard), replace CC_FOR_TARGET with CC (BUG-FIX).
  • Property mode set to 100644
File size: 6.8 KB
RevLine 
[2dbd07f8]12000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
4        standard).
5        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
6        standard).
7        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
8        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
9        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
10        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
11
[5913d94]122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
15        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
16        $host instead of $target (BUG-FIX).
17        * configure.in: Use $target and $host instead of $target_alias and
18        $host_alias (autoconf-2.49b).
19        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
20        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
21
22        NOTES:
23        * autoconf-2.49b depredicates using changequotes.
24        * The changes to configure.in are due to cleanups in
25        autoconf-2.49b's implemention of canonicalization. With
26        autoconf-2.1x it wasn't always clear, when to use $xxx or
27        $xxx_alias. Now this is clear.
28
[feead226]292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
32
[4686e5d9]332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
36        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
37        with an RTEMS specific but more restrictive autoconf macro.
38
[779654e]392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * automake/lib.am: Add LD.
42
[2f17d74]432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
46        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
47
[2e0fd427]482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49 
50        * aclocal/*: Replace with contents of macros/*.m4
51        * macros/: Remove.
52        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
53        * Makefile.am: Reflect changes to aclocal/ and macros/.
54
[3174a7ed]552000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.in: New, Cygnus/GNU style configuration.
58        * Makefile.am: Add macros/, reflect new configure.in,
59        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
60        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
61        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
62        * macros/tool-prefix.m4: Remove.
63        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
64        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
65        RTEMS_ROOT.
66        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
67        * macros/multilib.m4: Various minor fixes.
68        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
69        PROJECT_ROOT, RTEMS_ROOT.
70        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
71        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
72
[16a30bd3]732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * automake/multilib.am: New file.
76        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
77        the automake/ directory.
78
[509f8351]792000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * macros/enable-hwapi.m4: Removed.
82        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
83        A small cleanup step towards gnu-canonicalization.
84
[aac7fdd2]852000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * macros: New directory.
88        * macros/bsp-alias.m4: new file.
89        * macros/canonical-host.m4: new file.
90        * macros/canonical-target-name.m4: new file.
91        * macros/canonicalize-tools.m4: new file.
92        * macros/check-bsp-cache.m4: new file.
93        * macros/check-bsps.m4: new file.
94        * macros/check-cpu.m4: new file.
95        * macros/rtems-debug.m4: new file.
96        * macros/check-cxx.m4: new file.
97        * macros/check-itron.m4: new file.
98        * macros/check-multiprocessing.m4: new file.
99        * macros/check-networking.m4: new file.
100        * macros/check-newlib.m4: new file.
101        * macros/check-posix.m4: new file.
102        * macros/check-rdbg.m4: new file.
103        * macros/enable-bare.m4: new file.
104        * macros/enable-cxx.m4: new file.
105        * macros/enable-gcc28.m4: new file.
106        * macros/enable-inlines.m4: new file.
107        * macros/enable-itron.m4: new file.
108        * macros/enable-libcdir.m4: new file.
109        * macros/enable-multiprocessing.m4: new file.
110        * macros/enable-networking.m4: new file.
111        * macros/enable-posix.m4: new file.
112        * macros/enable-rdbg.m4: new file.
113        * macros/enable-rtemsbsp.m4: new file.
114        * macros/enable-tests.m4: new file.
115        * macros/gcc-pipe.m4: new file.
116        * macros/gcc-specs.m4: new file.
117        * macros/i386-gas-code16.m4: new file.
118        * macros/path-ksh.m4: new file.
119        * macros/path-perl.m4: new file.
120        * macros/prog-cc.m4: new file.
121        * macros/prog-cxx.m4: new file.
122        * macros/project-root.m4: new file.
123        * macros/rtems-top.m4: new file.
124        * macros/sysv-ipc.m4: new file.
125        * macros/target.m4: new file.
126        * macros/rtems-test-no-pause.m4: new file.
127        * macros/multilib.m4: new file.
128        * macros/tool-paths.m4: new file.
129        * macros/tool-prefix.m4: new file.
130
[9b1a45f]1312000-09-14      Joel Sherrill <joel@OARcorp.com>
132
133        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
134
[c9782f9]1352000-09-14      Joel Sherrill <joel@OARcorp.com>
136
137        * aclocal/enable-hwapi.m4: Now longer used and removed.
138
[ab23133]1392000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * automake/lib.am: Remove leaf.cfg.
142
[372e4e2]1432000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * aclocal/rtems-top.m4: Add ENDIF-hack.
146        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
147
[1ea70d78]1482000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
151        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
152        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
153        * automake/compile.am: Replaced.
154        * automake/local.am: Remove building variant handling.
155
[03d5706]1562000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
159        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
160        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
161        * aclocal/target.m4: Cleanup comments
162        * Automake/compile.am: Add DEFS support to keep building happy.
163
[9322194]1642000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
167
[7294718f]1682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * automake/compile.am: New file
171        * ChangeLog: Fix email addresses
172
1732000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[f9e72d3]174
175        * LICENSE.NET, README, README.configure: Spelling corrections.
176
[7294718f]1772000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[be28778]178
179        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
180
[08f06ad1]1812000-08-30      Joel Sherrill <joel@OARcorp.com>
182
183        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
184
[dd53e2e]1852000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * ChangeLog: Moved incorrect entries to make/ChangeLog.
188
[8e57762]1892000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * aclocal/check-bsps.h:
192          - Add pck6-BSP
193          - Exclude ChangeLog from being picked up as BSP
194        * aclocal/bsp-alias.m4: Add pck6-BSP
195
[e94ad1fe]1962000-08-10      Joel Sherrill <joel@OARcorp.com>
197
198        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.