source: rtems/ChangeLog @ 09e6b1c

4.104.114.84.95
Last change on this file since 09e6b1c was 4686e5d9, checked in by Joel Sherrill <joel.sherrill@…>, on 11/02/00 at 22:51:12

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

  • aclocal/canonicalize-tools.m4, aclocal/check-tool.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4: Replace AC_CHECK_TOOL with an RTEMS specific but more restrictive autoconf macro.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
4        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
5        with an RTEMS specific but more restrictive autoconf macro.
6
72000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * automake/lib.am: Add LD.
10
112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
14        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
15
162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17 
18        * aclocal/*: Replace with contents of macros/*.m4
19        * macros/: Remove.
20        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
21        * Makefile.am: Reflect changes to aclocal/ and macros/.
22
232000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.in: New, Cygnus/GNU style configuration.
26        * Makefile.am: Add macros/, reflect new configure.in,
27        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
28        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
29        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
30        * macros/tool-prefix.m4: Remove.
31        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
32        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
33        RTEMS_ROOT.
34        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
35        * macros/multilib.m4: Various minor fixes.
36        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
37        PROJECT_ROOT, RTEMS_ROOT.
38        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
39        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
40
412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * automake/multilib.am: New file.
44        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
45        the automake/ directory.
46
472000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * macros/enable-hwapi.m4: Removed.
50        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
51        A small cleanup step towards gnu-canonicalization.
52
532000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * macros: New directory.
56        * macros/bsp-alias.m4: new file.
57        * macros/canonical-host.m4: new file.
58        * macros/canonical-target-name.m4: new file.
59        * macros/canonicalize-tools.m4: new file.
60        * macros/check-bsp-cache.m4: new file.
61        * macros/check-bsps.m4: new file.
62        * macros/check-cpu.m4: new file.
63        * macros/rtems-debug.m4: new file.
64        * macros/check-cxx.m4: new file.
65        * macros/check-itron.m4: new file.
66        * macros/check-multiprocessing.m4: new file.
67        * macros/check-networking.m4: new file.
68        * macros/check-newlib.m4: new file.
69        * macros/check-posix.m4: new file.
70        * macros/check-rdbg.m4: new file.
71        * macros/enable-bare.m4: new file.
72        * macros/enable-cxx.m4: new file.
73        * macros/enable-gcc28.m4: new file.
74        * macros/enable-inlines.m4: new file.
75        * macros/enable-itron.m4: new file.
76        * macros/enable-libcdir.m4: new file.
77        * macros/enable-multiprocessing.m4: new file.
78        * macros/enable-networking.m4: new file.
79        * macros/enable-posix.m4: new file.
80        * macros/enable-rdbg.m4: new file.
81        * macros/enable-rtemsbsp.m4: new file.
82        * macros/enable-tests.m4: new file.
83        * macros/gcc-pipe.m4: new file.
84        * macros/gcc-specs.m4: new file.
85        * macros/i386-gas-code16.m4: new file.
86        * macros/path-ksh.m4: new file.
87        * macros/path-perl.m4: new file.
88        * macros/prog-cc.m4: new file.
89        * macros/prog-cxx.m4: new file.
90        * macros/project-root.m4: new file.
91        * macros/rtems-top.m4: new file.
92        * macros/sysv-ipc.m4: new file.
93        * macros/target.m4: new file.
94        * macros/rtems-test-no-pause.m4: new file.
95        * macros/multilib.m4: new file.
96        * macros/tool-paths.m4: new file.
97        * macros/tool-prefix.m4: new file.
98
992000-09-14      Joel Sherrill <joel@OARcorp.com>
100
101        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
102
1032000-09-14      Joel Sherrill <joel@OARcorp.com>
104
105        * aclocal/enable-hwapi.m4: Now longer used and removed.
106
1072000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * automake/lib.am: Remove leaf.cfg.
110
1112000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * aclocal/rtems-top.m4: Add ENDIF-hack.
114        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
115
1162000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
119        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
120        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
121        * automake/compile.am: Replaced.
122        * automake/local.am: Remove building variant handling.
123
1242000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
127        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
128        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
129        * aclocal/target.m4: Cleanup comments
130        * Automake/compile.am: Add DEFS support to keep building happy.
131
1322000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
135
1362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * automake/compile.am: New file
139        * ChangeLog: Fix email addresses
140
1412000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * LICENSE.NET, README, README.configure: Spelling corrections.
144
1452000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
148
1492000-08-30      Joel Sherrill <joel@OARcorp.com>
150
151        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
152
1532000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * ChangeLog: Moved incorrect entries to make/ChangeLog.
156
1572000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * aclocal/check-bsps.h:
160          - Add pck6-BSP
161          - Exclude ChangeLog from being picked up as BSP
162        * aclocal/bsp-alias.m4: Add pck6-BSP
163
1642000-08-10      Joel Sherrill <joel@OARcorp.com>
165
166        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.