source: rtems/make/ChangeLog @ baf22b9

4.104.114.84.95
Last change on this file since baf22b9 was baf22b9, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/01 at 16:51:57

2001-05-11 Ralf Corsepius <corsepiu@…>

  • custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
  • custom/gensh2.cfg: Dito.
  • Property mode set to 100644
File size: 7.8 KB
Line 
1
22001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3
4        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
5        * custom/gensh2.cfg: Dito.
6
72001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
10        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
11        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
12        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
13        remove unused flags, remove -ansi from CPP.
14        * custom/eth_comm.cfg: Remove CPU_DEFINES.
15        * custom/sim68000.cfg: Remove CPU_DEFINES.
16       
172001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
20        * compilers/gcc-target-default.cfg: Dito.
21        * compilers/gcc-portsw.cfg: Remove -Hansi.
22        * custom/posix.cfg: Remove inclusion of target.cfg.
23        * custom/simhppa.cfg: Remove -ansi -fasm.
24
252001-04-11      Eric Valette <valette@crf.canon.fr>
26
27        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
28        "new exception processing model."
29
302001-04-11      Joel Sherrill <joel@OARcorp.com>
31
32        * custom/default.cfg: Switch to using exec_prefix to reflect new
33        organization of install point from Ralf Corsepius.
34
352001-03-30      Eric Valette <valette@crf.canon.fr>
36
37        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
38        use the "new exception processing model."
39
402001-03-14      Joel Sherrill <joel@OARcorp.com>
41
42        * custom/genmongossev.cfg: New file.
43
442001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * custom/pc386dx.cfg: New bsp.
47
482001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
51        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
52        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
53
542001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
57        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
58        * host.cfg.in: Remove RM, make-script.
59        * ChangeLog: Remove bogus 2001-01-22 entry.
60
612001-01-09      Joel Sherrill <joel@OARcorp.com>
62
63        * custom/pc386.cfg (make-exe): Removed commented out lines that
64        were displayed in build longs.
65
662001-01-08      Joel Sherrill <joel@OARcorp.com>
67
68        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
69        unneeded definitions when compiled for "mips" rather than "mips64orion."
70        Correct CPU_CFLAGS.
71
722001-01-05      Joel Sherrill <joel@OARcorp.com>
73
74        * custom/gensh1.cfg: Removed rest of make-target-options and
75        moved them to BSP configure options.
76
772001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
78
79        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
80        install point or assuming BSP build tree is available.
81
822001-01-03      Joel Sherrill <joel@OARcorp.com>
83
84        * custom/psim.cfg: Removed unused variables.
85
862001-01-03      Joel Sherrill <joel@OARcorp.com>
87
88        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
89        * custom/simcpu32.cfg: Removed MVME162 reference.
90
912000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
92
93        * custom/mcp750.cfg: Fix problems in generation of .exe file.
94        Still need to fix to avoid touching install point on non-install stanza.
95
962000-12-06      Joel Sherrill <joel@OARcorp.com>
97
98        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
99        and copies that should not be in it.
100
1012000-12-01      Joel Sherrill <joel@OARcorp.com>
102
103        * custom/jmr3904.cfg: Turn optimization back up to -O2.
104
1052000-11-30      Joel Sherrill <joel@OARcorp.com>
106
107        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
108        a mips1.  gcc translates -m3900 into that.
109
1102000-11-27      Joel Sherrill <joel@OARcorp.com>
111
112        * custom/jmr3904.cfg: Fix incorrect reference to i960.
113
1142000-11-27      Joel Sherrill <joel@OARcorp.com>
115
116        * custom/shsim.cfg: New file.
117        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
118        The shsim is for the SH simulator in gdb. It should be able
119        to be used with multiple SH CPU models.  This will require
120        adding BSP variants.
121
1222000-11-25      Joel Sherrill <joel@OARcorp.com>
123
124        * custom/pc386.cfg: make-exe rule would write into
125        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
126        is generally not writeable after the BSP is installed and you do not
127        want every application installed there by default.  Reported by
128        Eric Norum <eric.norum@usask.ca>.
129
1302000-11-25      Joel Sherrill <joel@OARcorp.com>
131
132        * custom/Makefile.am: Updated to add jmr3904.cfg
133        * custom/jmr3904.cfg: New file.
134
1352000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * custom/leon2.cfg: Removed defines that are now generated
138        in a non-BSP specific manner.
139
1402000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
141
142        * custom/Makefile.am: Modified to reflect addition of files.
143        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
144        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
145
1462000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
149
1502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
153
1542000-10-24      Joel Sherrill <joel@OARcorp.com>
155
156        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
157        definition since this information can be picked up from
158        autoconf generated files.  These BSPs are shared by the
159        mips and mips64orion "ports."
160
1612000-10-18      Joel Sherrill <joel@OARcorp.com>
162
163        * compilers/gcc-portsw.cfg: Use gcc style flags.
164
1652000-09-13      Joel Sherrill <joel@OARcorp.com>
166
167        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
168        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
169
1702000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
171
172        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
173        Eric Valette <valette@crf.canon.fr>.
174        * custom/vegaplus.cfg: New file.
175
1762000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
179        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
180        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
181        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
182        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
183        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
184        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
185
1862000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * custom/gensh2.cfg: Fix comments.
189
1902000-09-12      Joel Sherrill <joel@OARcorp.com>
191
192        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
193        compiler arguments that specify CPU model options.
194
1952000-09-12      Joel Sherrill <joel@OARcorp.com>
196
197        * custom/mbx860_005b.cfg (make-target-options): Add lines to
198        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
199        may be incorrect but the BSP now compiles.
200
2012000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * custom/arm_bare_bsp.cfg: Fix comments.
204
2052000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
208        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
209        * ChangeLog: File paths corrected
210
2112000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
214
2152000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * custom/pck6.cfg: New file
218        * custom/pc486.cfg: Use -m486
219        * custom/pc586.cfg: Use -mpentium
220        * custom/pc686.cfg: Use -mmpentiumpro
221        * custom/i386ex.cfg: Use -msoft-float
222
2232000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
224
225        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
226
2272000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * ChangeLog: File paths corrected.
230
2312000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
232
233        * custom/mvme167.cfg: Add specification of printk port, console port
234        and serial I/O mode.  Arrange for the stripped executable to
235        be copied up the build tree.
236       
2372000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
238
239        * custom/mbx8xx.cfg: Support for shared printk and no termios.
240
2412000-08-10      John Cotton  <john.cotton@nrc.ca>
242
243        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
244
2452000-08-10      Joel Sherrill <joel@OARcorp.com>
246
247        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.