source: rtems/make/ChangeLog @ faa965d

4.104.114.84.95
Last change on this file since faa965d was faa965d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/01 at 18:36:31

2001-09-21 Ralf Corsepius <corsepiu@…>

  • custom/bare.cfg: Define dummy make-cxx-exe.
  • Property mode set to 100644
File size: 9.3 KB
Line 
1
22001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3
4        * custom/bare.cfg: Define dummy make-cxx-exe.
5
62001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
8
9        * ChangeLog: Formatting cleanup.
10
112001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
14        make-target-options.
15        * custom/FreeBSD-posix.cfg: Remove make-target-options.
16        * custom/HPUX9-posix.cfg: Dito.
17        * custom/Linux-posix.cfg: Dito.
18        * custom/Solaris-posix.cfg: Dito.
19        * custom/arm_bare_bsp.cfg: Dito.
20        * custom/armulator.cfg: Dito.
21        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
22        * custom/i386ex.cfg: Remove make-target-options.
23        * custom/i960sim.cfg: Remove make-target-options.
24        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
25        CONSOLE_USE_INTERRUPTS.
26        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
27        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
28        CONSOLE_USE_INTERRUPTS.
29        * custom/vegaplus.cfg: Remove make-target-options.
30
312001-05-25      Joel Sherrill <joel@OARcorp.com>
32
33        * custom/mrm332.cfg: Switched $(SED) to sed.
34
352000-05-25      Matt Cross <profesor@gweep.net>
36
37        * New MRM332 BSP for the Mini RoboMind board based
38        on the 68332 microcontroller designed and build by Mark
39        Castelluccio.  For details on the MRM see http://www.robominds.com.
40        * custom/mrm332.cfg: New file.
41
422001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
45        CONSOLE_USE_POLLED, HAS_RTC.
46
472001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
50        * custom/gensh2.cfg: Dito.
51
522001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
55        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
56        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
57        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
58        remove unused flags, remove -ansi from CPP.
59        * custom/eth_comm.cfg: Remove CPU_DEFINES.
60        * custom/sim68000.cfg: Remove CPU_DEFINES.
61       
622001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
65        * compilers/gcc-target-default.cfg: Dito.
66        * compilers/gcc-portsw.cfg: Remove -Hansi.
67        * custom/posix.cfg: Remove inclusion of target.cfg.
68        * custom/simhppa.cfg: Remove -ansi -fasm.
69
702001-04-11      Eric Valette <valette@crf.canon.fr>
71
72        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
73        "new exception processing model."
74
752001-04-11      Joel Sherrill <joel@OARcorp.com>
76
77        * custom/default.cfg: Switch to using exec_prefix to reflect new
78        organization of install point from Ralf Corsepius.
79
802001-03-30      Eric Valette <valette@crf.canon.fr>
81
82        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
83        use the "new exception processing model."
84
852001-03-14      Joel Sherrill <joel@OARcorp.com>
86
87        * custom/genmongossev.cfg: New file.
88
892001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * custom/pc386dx.cfg: New bsp.
92
932001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
96        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
97        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
98
992001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
102        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
103        * host.cfg.in: Remove RM, make-script.
104        * ChangeLog: Remove bogus 2001-01-22 entry.
105
1062001-01-09      Joel Sherrill <joel@OARcorp.com>
107
108        * custom/pc386.cfg (make-exe): Removed commented out lines that
109        were displayed in build longs.
110
1112001-01-08      Joel Sherrill <joel@OARcorp.com>
112
113        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
114        unneeded definitions when compiled for "mips" rather than "mips64orion."
115        Correct CPU_CFLAGS.
116
1172001-01-05      Joel Sherrill <joel@OARcorp.com>
118
119        * custom/gensh1.cfg: Removed rest of make-target-options and
120        moved them to BSP configure options.
121
1222001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
123
124        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
125        install point or assuming BSP build tree is available.
126
1272001-01-03      Joel Sherrill <joel@OARcorp.com>
128
129        * custom/psim.cfg: Removed unused variables.
130
1312001-01-03      Joel Sherrill <joel@OARcorp.com>
132
133        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
134        * custom/simcpu32.cfg: Removed MVME162 reference.
135
1362000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
137
138        * custom/mcp750.cfg: Fix problems in generation of .exe file.
139        Still need to fix to avoid touching install point on non-install stanza.
140
1412000-12-06      Joel Sherrill <joel@OARcorp.com>
142
143        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
144        and copies that should not be in it.
145
1462000-12-01      Joel Sherrill <joel@OARcorp.com>
147
148        * custom/jmr3904.cfg: Turn optimization back up to -O2.
149
1502000-11-30      Joel Sherrill <joel@OARcorp.com>
151
152        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
153        a mips1.  gcc translates -m3900 into that.
154
1552000-11-27      Joel Sherrill <joel@OARcorp.com>
156
157        * custom/jmr3904.cfg: Fix incorrect reference to i960.
158
1592000-11-27      Joel Sherrill <joel@OARcorp.com>
160
161        * custom/shsim.cfg: New file.
162        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
163        The shsim is for the SH simulator in gdb. It should be able
164        to be used with multiple SH CPU models.  This will require
165        adding BSP variants.
166
1672000-11-25      Joel Sherrill <joel@OARcorp.com>
168
169        * custom/pc386.cfg: make-exe rule would write into
170        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
171        is generally not writeable after the BSP is installed and you do not
172        want every application installed there by default.  Reported by
173        Eric Norum <eric.norum@usask.ca>.
174
1752000-11-25      Joel Sherrill <joel@OARcorp.com>
176
177        * custom/Makefile.am: Updated to add jmr3904.cfg
178        * custom/jmr3904.cfg: New file.
179
1802000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * custom/leon2.cfg: Removed defines that are now generated
183        in a non-BSP specific manner.
184
1852000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
186
187        * custom/Makefile.am: Modified to reflect addition of files.
188        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
189        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
190
1912000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
194
1952000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
198
1992000-10-24      Joel Sherrill <joel@OARcorp.com>
200
201        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
202        definition since this information can be picked up from
203        autoconf generated files.  These BSPs are shared by the
204        mips and mips64orion "ports."
205
2062000-10-18      Joel Sherrill <joel@OARcorp.com>
207
208        * compilers/gcc-portsw.cfg: Use gcc style flags.
209
2102000-09-13      Joel Sherrill <joel@OARcorp.com>
211
212        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
213        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
214
2152000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
216
217        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
218        Eric Valette <valette@crf.canon.fr>.
219        * custom/vegaplus.cfg: New file.
220
2212000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
224        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
225        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
226        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
227        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
228        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
229        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
230
2312000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * custom/gensh2.cfg: Fix comments.
234
2352000-09-12      Joel Sherrill <joel@OARcorp.com>
236
237        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
238        compiler arguments that specify CPU model options.
239
2402000-09-12      Joel Sherrill <joel@OARcorp.com>
241
242        * custom/mbx860_005b.cfg (make-target-options): Add lines to
243        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
244        may be incorrect but the BSP now compiles.
245
2462000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * custom/arm_bare_bsp.cfg: Fix comments.
249
2502000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
253        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
254        * ChangeLog: File paths corrected
255
2562000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
257
258        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
259
2602000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * custom/pck6.cfg: New file
263        * custom/pc486.cfg: Use -m486
264        * custom/pc586.cfg: Use -mpentium
265        * custom/pc686.cfg: Use -mmpentiumpro
266        * custom/i386ex.cfg: Use -msoft-float
267
2682000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
269
270        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
271
2722000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * ChangeLog: File paths corrected.
275
2762000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
277
278        * custom/mvme167.cfg: Add specification of printk port, console port
279        and serial I/O mode.  Arrange for the stripped executable to
280        be copied up the build tree.
281       
2822000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
283
284        * custom/mbx8xx.cfg: Support for shared printk and no termios.
285
2862000-08-10      John Cotton  <john.cotton@nrc.ca>
287
288        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
289
2902000-08-10      Joel Sherrill <joel@OARcorp.com>
291
292        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.