source: rtems/make/ChangeLog @ ba91ea3

4.104.114.84.95
Last change on this file since ba91ea3 was 93f79c0f, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/01 at 22:59:25

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

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