source: rtems/ChangeLog @ 3174a7ed

4.104.114.84.95
Last change on this file since 3174a7ed was 3174a7ed, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/00 at 21:20:00

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

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