source: rtems/make/ChangeLog @ 5ef125f5

Last change on this file since 5ef125f5 was 5ef125f5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/07 at 10:13:59

2007-01-18 Ralf Corsépius <ralf.corsepius@…>

  • custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg, custom/HPUX9-posix.cfg, custom/Linux-posix.cfg, custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
  • Property mode set to 100644
File size: 38.9 KB
Line 
12007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
4        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
5        custom/Solaris-posix.cfg: Use $(NM) -g -n instead of $(NM) -ng.
6
72007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * custom/Linux-posix.cfg, custom/Solaris-posix.cfg,
10        custom/armulator.cfg, custom/av5282.cfg, custom/bare.cfg,
11        custom/brs5l.cfg, custom/csb336.cfg, custom/csb337.cfg,
12        custom/csb350.cfg, custom/csb360.cfg, custom/dmv152.cfg,
13        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
14        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
15        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
16        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
17        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
18        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
19        custom/i386ex.cfg, custom/idp.cfg, custom/jmr3904.cfg,
20        custom/leon2.cfg, custom/leon3.cfg, custom/mbx821_002b.cfg,
21        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
22        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
23        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
24        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
25        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
26        custom/no_bsp.cfg, custom/ods68302.cfg, custom/pc386.cfg,
27        custom/pc386dx.cfg, custom/pc486.cfg, custom/pc586.cfg,
28        custom/pc686.cfg, custom/pck6.cfg, custom/psim.cfg,
29        custom/rbtx4925.cfg, custom/rbtx4938.cfg, custom/score603e.cfg,
30        custom/shsim.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
31        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
32        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg: Backport
33        various changes from CVS-HEAD.
34
352006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
38        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg
39        custom/Solaris-posix.cfg, custom/armulator.cfg
40        custom/bare.cfg, custom/csb336.cfg
41        custom/csb337.cfg, custom/csb350.cfg
42        custom/dmv152.cfg, custom/edb7312.cfg
43        custom/ep1a.cfg, custom/erc32.cfg
44        custom/erc32nfp.cfg, custom/gba.cfg
45        custom/gen405.cfg, custom/gen5200.cfg
46        custom/gen68302.cfg, custom/gen68340.cfg
47        custom/gen68360.cfg, custom/genmongoosev.cfg
48        custom/gensh1.cfg, custom/gensh2.cfg
49        custom/gensh4.cfg, custom/gp32.cfg
50        custom/h8sim.cfg, custom/helas403.cfg
51        custom/hurricane.cfg, custom/i386ex.cfg
52        custom/idp.cfg, custom/jmr3904.cfg
53        custom/leon2.cfg, custom/leon3.cfg
54        custom/mbx821_002b.cfg, custom/mbx8xx.cfg
55        custom/mcp750.cfg, custom/mpc8260ads.cfg
56        custom/mrm332.cfg, custom/mtx603e.cfg
57        custom/mvme136.cfg, custom/mvme147.cfg
58        custom/mvme162.cfg, custom/mvme162lx.cfg
59        custom/mvme167.cfg, custom/mvme2100.cfg
60        custom/mvme2307.cfg, custom/mvme5500.cfg
61        custom/ods68302.cfg, custom/pc386.cfg
62        custom/psim.cfg, custom/rbtx4925.cfg
63        custom/rbtx4938.cfg, custom/score603e.cfg
64        custom/shsim.cfg, custom/sim68000.cfg
65        custom/simcpu32.cfg, custom/simsh4.cfg
66        custom/simsh7032.cfg, custom/simsh7045.cfg
67        custom/ss555.cfg, custom/ts_386ex.cfg:
68        Cleanup (Backport from HEAD).
69
702006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * custom/c4xsim.cfg, custom/c3xsim.cfg: Remove (Port not ready for
73          inclusion in release).
74
752006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * custom/uC5282.cfg: Remove hard-code compiler flags.
78        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
79        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
80
812006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * custom/nios2_iss.cfg: Remove.
84        * Makefile.am: Reflect change above.
85
862006-09-08      Kate Feng <feng1@bnl.gov>
87
88        PR 1150/bsps
89        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
90        that gcc (4.0.2) implicitely uses the vector engine for optimization;
91        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
92
932006-08-09      Kolja Waschk <waschk@telos.de>
94
95        * Makefile.am: New port to Altera NIOS II.
96        * custom/nios2_iss.cfg: New file.
97
982006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
99
100        * custom/brsl5.cfg: (PR1117) added
101       
1022006-06-08      Bruce Robinson <brucer@pmccorp.com>
103       
104        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
105        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
106
1072005-04-10      Eric Norum <norume@aps.anl.gov>
108
109        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
110
1112006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
114        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
115        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
116        Remove (abandoned).
117
1182006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
121        Merger from rtems-4-6-branch.
122
1232006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        PR 851/bsps
126        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
127        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
128
1292005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
132
1332005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
136        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
137        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
138        Use .srec for files containing SRECs.
139
1402005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * custom/gp32.cfg: Replace .gxb with .elf.
143        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
144
1452005-11-03      Till Straumann <strauman@slac.stanford.edu>
146
147        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
148        -mcpu=750 instead.
149
1502005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * custom/orp.cfg: Remove (abandoned).
153        * custom/av5282.cfg: Remove obsolete vars.
154        * custom/gba.cfg: Remove PROFILE* (abandoned).
155        Remove -static (bogus).
156
1572005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
158
159        PR 822/bsps
160        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
161
1622005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
163
164        * custom/av5282.cfg: New file.
165
1662005-06-17      Markku Puro <markku.puro@kopteri.net>
167
168        * Makefile.am: Adding GameBoy Advance BSP.
169        * custom/gba.cfg: New file.
170
1712005-06-17      Joel Sherrill <joel@OARcorp.com>
172
173        * custom/mcf5235.cfg: New file.
174
1752005-06-01      Philippe Simons <loki_666@fastmail.fm>
176
177        * custom/gp32.cfg: Add make-cxx-exe.
178
1792005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
182        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
183        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
184
1852005-05-02      Joel Sherrill <joel@OARcorp.com>
186
187        * Makefile.am: Remove dmv177 and ppcn_60x.
188        * custom/dmv177.cfg: Removed.
189
1902005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
193
1942005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
195
196        * Makefile.am: Initial release of ep1a bsp
197        * custom/ep1a.cfg: New file.
198
1992005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
200
201        * custom/score603e.cfg: Update score603e to new exception model
202        NOTE: These modifications have not been tested on hardware.
203
2042005-03-11      Jay Monkman <jtm@lopingdog.com>
205
206        * custom/vegaplus.cfg: Removed.
207
2082005-03-11      Philippe Simons <loki_666@fastmail.fm>
209
210        * custom/gp32.cfg: New file.
211
2122005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
215        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
216        Remove -Wa,-m7450.
217
2182005-02-25      Joel Sherrill <joel@OARcorp.com>
219
220        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
221        * custom/arm_bare_bsp.cfg: Removed.
222
2232005-02-24      Jay Monkman <jtm@lopingdog.com>
224
225        * custom/csb350.cfg: New BSP.
226
2272005-02-24      Jay Monkman <jtm@lopingdog.com>
228
229        * custom/csb337.cfg: Cleanup.
230
2312005-02-08      Eric Norum <norume@aps.anl.gov>
232
233        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
234        proper versions of gcc (which take -m528x as an order to load the
235        -m5200 multilib variants) are widely available.
236
2372005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * custom/uC5282.cfg: Cleanup.
240
2412005-01-28      Eric Norum <norume@aps.anl.gov>
242
243        * Makefile.am, custom/uC5282.cfg: New BSP
244
2452005-01-20      Joel Sherrill <joel@OARcorp.com>
246
247        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
248        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
249        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
250        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
251        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
252
2532005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * compilers/gcc-portsw.cfg: Remove.
256        * Makefile.am: Reflect change above.
257
2582004-11-23      Joel Sherrill <joel@OARcorp.com>
259
260        * Makefile.am: Remove eth_comm.
261        * custom/eth_comm.cfg: Removed.
262
2632004-11-22      Jennifer Averett <jennifer@OARcorp.com>
264
265        PR 581/bsps
266        * custom/psim.cfg: Convert PSIM to new exception model.
267
2682004-11-17      Joel Sherrill <joel@OARcorp.com>
269
270        * custom/mvme2100.cfg: Add make-cxx-exe rule.
271
2722004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
273
274        * Makefile.am: Add MVME2100 BSP.
275        * custom/mvme2100.cfg: New file.
276
2772004-11-05      Joel Sherrill <joel@OARcorp.com>
278
279        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
280        architecture name for RTEMS. Since this was used as the -mcpu
281        argument to GCC, that also had to be changed.
282
2832004-10-26      Eric Norum <norume@aps.anl.gov
284
285        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
286
2872004-10-20      Eric Norum <norume@aps.anl.gov
288
289        * custom/mvme5500.cfg: New BSP.
290
2912004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
292
293        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
294
2952004-09-29      Joel Sherrill <joel@OARcorp.com>
296
297        * custom/h8sim.cfg: i960 obsoleted.
298        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
299
3002004-08-03      Jay Monkman <jtm@lopingdog.com>
301
302        * custom/csb360.cfg: New file.
303
3042004-07-15      Jay Monkman
305
306        * custom/csb336.cfg, custom/csb337.cfg: New files.
307
3082004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
309
310        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
311        with FreeBSD and now unused).
312        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
313
3142004-04-12      David Querbach <querbach@realtime.bc.ca>
315
316        * custom/ss555.cfg: New file.
317
3182004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
319
320        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
321        with Cygwin and now unused).
322
3232004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
324
325        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
326
3272004-03-05      Joel Sherrill <joel@OARcorp.com>
328
329        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
330        support.
331
3322004-02-26      Joel Sherrill <joel@OARcorp.com>
333
334        PR 570/bsps
335        * custom/mvme2307.cfg: Do not use -msdata=eabi since
336        it breaks the linking of the vectors.
337
3382004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Cosmetics.
341
3422004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
345        dist_rtems_make_custom_DATA = custom/default.cfg.
346
3472004-02-05      Joel Sherrill <joel@OARcorp.com>
348
349        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
350        these -- copied from the 4.6 branch.
351
3522004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        PR 553/bsps
355        * custom/mrm332.cfg: Comment out objdump.
356
3572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
360
3612004-01-20      Joel Sherrill <joel@OARcorp.com>
362
363        PR 553/bsps
364        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
365        comment.
366
3672004-01-07      Joel Sherrill <joel@OARcorp.com>
368
369        * Makefile.am: Remove efi68k and efi332 references as they are no
370        longer in the tree.
371
3722004-01-07      Joel Sherrill <joel@OARcorp.com>
373
374        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
375        users of these boards so we are removing them.
376        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
377
3782004-01-07      Joel Sherrill <joel@OARcorp.com>
379
380        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
381
3822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: EXTRA_DIST +=.
385
3862003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * custom/Makefile.am: Remove.
389        * Makefile.am: Merge-in former custom/Makefile.am
390
3912003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
394        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
395
3962003-09-26      Joel Sherrill <joel@OARcorp.com>
397
398        * custom/simhppa.cfg: Removed.
399
4002003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
403
4042003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        PR 470/bsps
407        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
408        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
409        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
410
4112003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
414        the BSP's configure-script).
415        Remove BSP_CPPFLAGS (Obsolete).
416
4172003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        PR 321/bsps
420        * leaf.cfg: Remove support for profile-variant.
421        * main.cfg: Ditto.
422        * compilers/gcc-no_bsp.cfg: Ditto.
423        * compilers/gcc-portsw.cfg: Ditto.
424        * compilers/gcc-target-default.cfg: Ditto.
425
4262003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
427
428        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
429
4302003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
431
432        PR 368/filesystems
433        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
434        with this PR for alias BSPs.
435
4362003-03-18  Till Straumann <strauman@slac.stanford.edu>
437
438        PR 356/bsps
439        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
440        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
441
4422003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
445
4462003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
449        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
450        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
451        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
452
4532003-02-14      Joel Sherrill <joel@OARcorp.com>
454
455        AMD a29k obsolete.
456        * custom/portsw.cfg: Removed.
457
4582003-01-20      Duane Gustavus <duane@unt.edu>
459
460        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
461
4622003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
465        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
466        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
467        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
468        Move -D_BSD_SOURCE to CPU_CFLAGS.
469        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
470        Move -Dsolaris2 to CPU_CFLAGS.
471        Remove -D__EXTENSIONS__.
472
4732002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * custom/posix.cfg: Remove comment referring to host.cfg.
476
4772002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * custom/default.cfg: Pickup target.cfg from BSP directory.
480
4812002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
482
483        * custom/mtx603e.cfg: New file.
484
4852002-11-17      Joel Sherrill <joel@OARcorp.com>
486
487        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
488        build variants work for user applications post install.
489
4902002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
493        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
494        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
495        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
496        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
497
4982002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
499
500        * custom/edb7312.cfg: New file.
501
5022002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
505        obsolete Makefile.
506        * leaf.cfg: Various changes to LIBVARIANT processing.
507        * main.cfg: Ditto.
508
5092002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * Makefile.am: Add compilers/*.
512        * compilers/Makefile.am: Remove.
513        * lib.cfg: Remove.
514        * directory.cfg: Remove.
515        * README: Remove.
516
5172002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * Makefile.am: Add Templates/*.
520        * Templates/Makefile.am: Remove.
521
5222002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
525
5262002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
529        * custom/HPUX9-posix.cfg: Ditto.
530        * custom/Linux-posix.cfg: Ditto.
531
5322002-10-02      Joel Sherrill <joel@OARcorp.com>
533
534        * custom/armulator.cfg: Remove reference to PowerPC arguments.
535
5362002-09-13      Joel Sherrill <joel@OARcorp.com>
537
538        * Part of addressing PR281.
539        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
540        * compilers/gcc-target-default.cfg: Removed remaining support for
541        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
542        as one of the LDFLAGS when the debug variant is specified.
543
5442002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * custom/posix.cfg: Don't include host.cfg.
547
5482002-08-09      Joel Sherrill <joel@OARcorp.com>
549
550        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
551
5522002-08-07      Ivan Guzvinec <ivang@opencores.org>
553
554        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
555
5562002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
559
5602002-08-06      Joel Sherrill <joel@OARcorp.com>
561
562        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
563        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
564
5652002-08-06      Chris Ziomkowski <chris@asics.ws>
566
567        * custom/or32sim.cfg: New file added as part of merge from
568        OpenCores repository.
569
5702002-08-05      Joel Sherrill <joel@OARcorp.com>
571
572        * Per PR260 eliminate use of make-target-options.  This impacted
573        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
574        SuperCore and required that the m68k optimized memcpy be moved
575        to libcpu.
576        * custom/gen68360.cfg: Remove make-target-options.
577
5782002-08-01      Joel Sherrill <joel@OARcorp.com>
579
580        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
581        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
582
5832002-08-01      Joel Sherrill <joel@OARcorp.com>
584
585        * custom/mvme136.cfg: Remove make-target-options.
586
5872002-07-30      Joel Sherrill <joel@OARcorp.com>
588
589        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
590        will disappear when make clean is performed.
591
5922002-07-24      Joel Sherrill <joel@OARcorp.com>
593
594        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
595        to use gcc 3.1 arguments.
596
5972002-07-22      Joel Sherrill <joel@OARcorp.com>
598
599        * Templates/Makefile.leaf: Clarify the MANAGERS example.
600
6012002-07-01      Joel Sherrill <joel@OARcorp.com>
602
603        * custom/p4650.cfg: Update arguments to gcc3.
604
6052002-06-14      Joel Sherrill <joel@OARcorp.com>
606
607        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
608        to gcc 3.1 arguments.
609
6102002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
611
612        * custom/dmv177.cfg: Use -mcpu=603e.
613        * custom/ppcn_60x.cfg: Use -mcpu=603e.
614        * custom/psim.cfg: Use -mcpu=603e.
615        * custom/score603e.cfg: Use -mcpu=603e.
616        * custom/ts_386ex.cfg: Remove obsolete comments.
617        * custom/rxgen960.cfg: Remove obsolete comments.
618        * custom/cvme961.cfg: Remove obsolete comments.
619
6202001-05-09      Joel Sherrill <joel@OARcorp.com>
621
622        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
623        compatable arguments.
624 
6252002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
628        Remove obsolete comments.
629        * custom/eth_comm.cfg: Remove make-target-options.
630        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
631        CPU_CFLAGS.
632        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
633        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
634        * custom/mbx8xx.cfg: Remove make-target-options.
635        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
636        Remove obsolete comments.
637        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
638        Remove obsolete comments.
639        * custom/mpc8260ads.cfg: Remove make-target-options.
640        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
641        CPU_CFLAGS.
642        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
643        Remove obsolete comments.
644        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
645        CPU_CFLAGS.
646        Remove obsolete comments.
647        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
648        Remove obsolete comments.
649        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
650        CPU_CFLAGS.
651        Remove obsolete comments.
652
6532002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * custom/gen405.cfg: Remove -D__powerpc__.
656
6572002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
660        * custom/erc32.cfg: Ditto.
661        * custom/leon2.cfg: Ditto.
662
663
6642002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
667        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
668        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
669
6702002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * custom/cvme961.cfg: Remove GCC272 support.
673        * custom/dmv152.cfg: Remove GCC272 support.
674        * custom/efi332.cfg: Remove GCC272 support.
675        * custom/efi68k.cfg: Remove GCC272 support.
676        * custom/eth_comm.cfg: Remove GCC272 support.
677        * custom/gen405.cfg: Remove GCC272 support.
678        * custom/gen68302.cfg: Remove GCC272 support.
679        * custom/gen68340.cfg: Remove GCC272 support.
680        * custom/gen68360.cfg: Remove GCC272 support.
681        * custom/genmongoosev.cfg: Remove GCC272 support.
682        * custom/helas403.cfg: Remove GCC272 support.
683        * custom/i386ex.cfg: Remove GCC272 support.
684        * custom/i960sim.cfg: Remove GCC272 support.
685        * custom/idp.cfg: Remove GCC272 support.
686        * custom/leon2.cfg: Remove GCC272 support.
687        * custom/mbx8xx.cfg: Remove GCC272 support.
688        * custom/mcf5206elite.cfg: Remove GCC272 support.
689        * custom/mpc8260ads.cfg: Remove GCC272 support.
690        * custom/mrm332.cfg: Remove GCC272 support.
691        * custom/mvme136.cfg: Remove GCC272 support.
692        * custom/mvme147.cfg: Remove GCC272 support.
693        * custom/mvme167.cfg: Remove GCC272 support.
694        * custom/ods68302.cfg: Remove GCC272 support.
695        * custom/p4000.cfg: Remove GCC272 support.
696        * custom/p4600.cfg: Remove GCC272 support.
697        * custom/p4650.cfg: Remove GCC272 support.
698        * custom/pc386.cfg: Remove GCC272 support.
699        * custom/portsw.cfg: Remove GCC272 support.
700        * custom/psim.cfg: Remove GCC272 support.
701        * custom/rxgen960.cfg: Remove GCC272 support.
702        * custom/score603e.cfg: Remove GCC272 support.
703        * custom/sim68000.cfg: Remove GCC272 support.
704        * custom/simhppa.cfg: Remove GCC272 support.
705        * custom/simsh4.cfg: Remove GCC272 support.
706        * custom/ts_386ex.cfg: Remove GCC272 support.
707
7082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
711        * Makefile.am: Remove AUTOMAKE_OPTIONS.
712        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
713        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
714
7152002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * compilers/gcc-target-default.cfg: Add missing \.
718        Reported by Ilya Alexeev <ilya@continuum.ru>.
719
7202002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
723        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
724        support.
725        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
726
7272001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
730        * custom/FreeBSD-posix.cfg: Ditto.
731        * custom/HPUX9-posix.cfg: Ditto.
732        * custom/Linux-posix.cfg: Ditto.
733        * custom/Solaris-posix.cfg: Ditto.
734
7352001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
738        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
739
7402001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * custom/armulator.cfg: Remove make-target-options.
743        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
744        (now in erc32/configure.ac).
745        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
746        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
747        Remove CONSOLE_USE_POLLED (Unused).
748        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
749        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
750        * custom/mvme162.cfg: Remove references to mvme162lx.
751        Abandon gcc272. Remove make-target-options.
752        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
753
7542001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * custom/bare.cfg: Remove make-target-options.
757        * custom/c4xsim.cfg: Ditto.
758        * custom/cvme961.cfg: Ditto.
759        * custom/efi68k.cfg: Ditto.
760        * custom/gen68302.cfg: Ditto.
761        * custom/gen68340.cfg: Ditto.
762        * custom/genmongoosev.cfg: Ditto.
763        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
764        make-exe, remove empty lines.
765        * custom/h8sim.cfg: Remove make-target-options.
766        * custom/mcf5206elite.cfg: Ditto.
767        * custom/mrm332.cfg: Ditto.
768        * custom/mvme147.cfg: Ditto.
769        * custom/ods68302.cfg: Ditto.
770        * custom/p4000.cfg: Ditto.
771        * custom/p4600.cfg: Ditto.
772        * custom/p4650.cfg: Ditto.
773        * custom/pc386.cfg: Ditto.
774        * custom/portsw.cfg: Ditto.
775        * custom/simsh4.cfg: Ditto.
776
7772001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * custom/efi332.cfg: Remove make-target-options.
780        * custom/idp.cfg: Ditto.
781        * custom/jmr3904.cfg: Ditto.
782
7832001-11-27      Joel Sherrill <joel@OARcorp.com>,
784
785        * ChangeLog: Deleted bogus entry.
786
7872001-11-27      Joel Sherrill <joel@OARcorp.com>,
788
789        * custom/ods68302.cfg: Eliminated required definition of macros in this
790        file for the BSP to compile.  The ROM and ROM address and size settings
791        are now linker script items. 
792
7932001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795
796        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
797        Remove make-target-options.
798        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
799        Remove make-target-options.
800        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
801        DATA_CACHE_ENABLE.
802        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
803        DATA_CACHE_ENABLE.
804        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
805        DATA_CACHE_ENABLE.
806
8072001-11-25      Joel Sherrill <joel@OARcorp.com>
808
809        * custom/papyrus.cfg: Removed.
810        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
811
8122001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
813
814        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
815        * custom/mcp750.cfg: Ditto.
816
8172001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
820        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
821        * custom/psim.cfg: Refect changes to psim/configure.ac.
822        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
823        remove SCORE603E_GENERATION.
824
8252001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
828        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
829        * custom/mbx860_005b.cfg: Ditto.
830        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
831
832
8332001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * custom/gensh1.cfg: remove make-target-options.
836        * custom/gensh2.cfg: remove make-target-options.
837
8382001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
841        remove make-target-options, remove BSP_CPPFLAGS.
842
8432001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
846
8472001-11-14      Joel Sherrill <joel@OARcorp.com>
848
849        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
850        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
851        These are new exception processing model BSPs and thus do not
852        need to define PPC_USE_SPRG.
853
8542001-11-14      Joel Sherrill <joel@OARcorp.com>
855
856        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
857
8582001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * custom/ts_386ex.cfg: Remove make-target-options.
861        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
862        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
863        different flags.
864
8652001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
868        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
869        re-adopt mcp750.cfg's make-exe.
870
8712001-11-13      Joel Sherrill <joel@OARcorp.com>
872
873        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
874        the --srec-len argument to objcopy only supported in binutils 2.11
875        or newer.
876
8772001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
878
879        This modification is part of the submitted modifications necessary to
880        support the IBM PPC405 family.  This submission was reviewed by
881        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
882        not negatively impact the ppc403 BSPs.  The submission and tracking
883        process was captured as PR50.
884        * custom/gen405.cfg: New file.
885        * custom/helas403.cfg: Modified to generate Srecords.
886
8872001-10-30      Joel Sherrill <joel@OARcorp.com>
888
889        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
890
8912001-10-26      Victor V. Vengerov <vvv@oktet.ru>
892
893        * custom/mcf5206elite.cfg: New file.
894
8952001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
896
897        * custom/mpc8260ads.cfg: New file.
898
8992001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * custom/gensh4.cfg: Remove START_HW_INIT.
902        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
903
9042001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * custom/gensh4.cfg: Remove HZ.
907        * custom/simsh4.cfg: Remove HZ.
908
9092001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
910
911        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
912        of Hitachi SH4 BSPs of the same name.  Reviewed and some
913        cleanup by Joel Sherrill <joel@OARcorp.com>.
914
9152001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
918
9192001-10-11      Joel Sherrill <joel@OARcorp.com>
920
921        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
922        to avoid using the apparently broken or deprecated -o argument.
923
9242001-09-28      Joel Sherrill <joel@OARcorp.com>
925
926        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
927        for MC68302_BASE.
928
9292001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * custom/bare.cfg: Define dummy make-cxx-exe.
932
9332001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
934
935        * ChangeLog: Formatting cleanup.
936
9372001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
940        make-target-options.
941        * custom/FreeBSD-posix.cfg: Remove make-target-options.
942        * custom/HPUX9-posix.cfg: Dito.
943        * custom/Linux-posix.cfg: Dito.
944        * custom/Solaris-posix.cfg: Dito.
945        * custom/arm_bare_bsp.cfg: Dito.
946        * custom/armulator.cfg: Dito.
947        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
948        * custom/i386ex.cfg: Remove make-target-options.
949        * custom/i960sim.cfg: Remove make-target-options.
950        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
951        CONSOLE_USE_INTERRUPTS.
952        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
953        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
954        CONSOLE_USE_INTERRUPTS.
955        * custom/vegaplus.cfg: Remove make-target-options.
956
9572001-05-25      Joel Sherrill <joel@OARcorp.com>
958
959        * custom/mrm332.cfg: Switched $(SED) to sed.
960
9612000-05-25      Matt Cross <profesor@gweep.net>
962
963        * New MRM332 BSP for the Mini RoboMind board based
964        on the 68332 microcontroller designed and build by Mark
965        Castelluccio.  For details on the MRM see http://www.robominds.com.
966        * custom/mrm332.cfg: New file.
967
9682001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
969
970        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
971        CONSOLE_USE_POLLED, HAS_RTC.
972
9732001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
976        * custom/gensh2.cfg: Dito.
977
9782001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
981        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
982        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
983        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
984        remove unused flags, remove -ansi from CPP.
985        * custom/eth_comm.cfg: Remove CPU_DEFINES.
986        * custom/sim68000.cfg: Remove CPU_DEFINES.
987       
9882001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
991        * compilers/gcc-target-default.cfg: Dito.
992        * compilers/gcc-portsw.cfg: Remove -Hansi.
993        * custom/posix.cfg: Remove inclusion of target.cfg.
994        * custom/simhppa.cfg: Remove -ansi -fasm.
995
9962001-04-11      Eric Valette <valette@crf.canon.fr>
997
998        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
999        "new exception processing model."
1000
10012001-04-11      Joel Sherrill <joel@OARcorp.com>
1002
1003        * custom/default.cfg: Switch to using exec_prefix to reflect new
1004        organization of install point from Ralf Corsepius.
1005
10062001-03-30      Eric Valette <valette@crf.canon.fr>
1007
1008        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
1009        use the "new exception processing model."
1010
10112001-03-14      Joel Sherrill <joel@OARcorp.com>
1012
1013        * custom/genmongossev.cfg: New file.
1014
10152001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1016
1017        * custom/pc386dx.cfg: New bsp.
1018
10192001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1022        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1023        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1024
10252001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1028        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1029        * host.cfg.in: Remove RM, make-script.
1030        * ChangeLog: Remove bogus 2001-01-22 entry.
1031
10322001-01-09      Joel Sherrill <joel@OARcorp.com>
1033
1034        * custom/pc386.cfg (make-exe): Removed commented out lines that
1035        were displayed in build longs.
1036
10372001-01-08      Joel Sherrill <joel@OARcorp.com>
1038
1039        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1040        unneeded definitions when compiled for "mips" rather than "mips64orion."
1041        Correct CPU_CFLAGS.
1042
10432001-01-05      Joel Sherrill <joel@OARcorp.com>
1044
1045        * custom/gensh1.cfg: Removed rest of make-target-options and
1046        moved them to BSP configure options.
1047
10482001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1049
1050        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1051        install point or assuming BSP build tree is available.
1052
10532001-01-03      Joel Sherrill <joel@OARcorp.com>
1054
1055        * custom/psim.cfg: Removed unused variables.
1056
10572001-01-03      Joel Sherrill <joel@OARcorp.com>
1058
1059        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1060        * custom/simcpu32.cfg: Removed MVME162 reference.
1061
10622000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1063
1064        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1065        Still need to fix to avoid touching install point on non-install stanza.
1066
10672000-12-06      Joel Sherrill <joel@OARcorp.com>
1068
1069        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1070        and copies that should not be in it.
1071
10722000-12-01      Joel Sherrill <joel@OARcorp.com>
1073
1074        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1075
10762000-11-30      Joel Sherrill <joel@OARcorp.com>
1077
1078        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1079        a mips1.  gcc translates -m3900 into that.
1080
10812000-11-27      Joel Sherrill <joel@OARcorp.com>
1082
1083        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1084
10852000-11-27      Joel Sherrill <joel@OARcorp.com>
1086
1087        * custom/shsim.cfg: New file.
1088        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1089        The shsim is for the SH simulator in gdb. It should be able
1090        to be used with multiple SH CPU models.  This will require
1091        adding BSP variants.
1092
10932000-11-25      Joel Sherrill <joel@OARcorp.com>
1094
1095        * custom/pc386.cfg: make-exe rule would write into
1096        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1097        is generally not writeable after the BSP is installed and you do not
1098        want every application installed there by default.  Reported by
1099        Eric Norum <eric.norum@usask.ca>.
1100
11012000-11-25      Joel Sherrill <joel@OARcorp.com>
1102
1103        * custom/Makefile.am: Updated to add jmr3904.cfg
1104        * custom/jmr3904.cfg: New file.
1105
11062000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1107
1108        * custom/leon2.cfg: Removed defines that are now generated
1109        in a non-BSP specific manner.
1110
11112000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1112
1113        * custom/Makefile.am: Modified to reflect addition of files.
1114        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1115        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1116
11172000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1118
1119        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1120
11212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1122
1123        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1124
11252000-10-24      Joel Sherrill <joel@OARcorp.com>
1126
1127        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1128        definition since this information can be picked up from
1129        autoconf generated files.  These BSPs are shared by the
1130        mips and mips64orion "ports."
1131
11322000-10-18      Joel Sherrill <joel@OARcorp.com>
1133
1134        * compilers/gcc-portsw.cfg: Use gcc style flags.
1135
11362000-09-13      Joel Sherrill <joel@OARcorp.com>
1137
1138        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1139        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1140
11412000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1142
1143        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1144        Eric Valette <valette@crf.canon.fr>.
1145        * custom/vegaplus.cfg: New file.
1146
11472000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1148
1149        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1150        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1151        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1152        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1153        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1154        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1155        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1156
11572000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
1159        * custom/gensh2.cfg: Fix comments.
1160
11612000-09-12      Joel Sherrill <joel@OARcorp.com>
1162
1163        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1164        compiler arguments that specify CPU model options.
1165
11662000-09-12      Joel Sherrill <joel@OARcorp.com>
1167
1168        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1169        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1170        may be incorrect but the BSP now compiles.
1171
11722000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1173
1174        * custom/arm_bare_bsp.cfg: Fix comments.
1175
11762000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1177
1178        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1179        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1180        * ChangeLog: File paths corrected
1181
11822000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1183
1184        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1185
11862000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1187
1188        * custom/pck6.cfg: New file
1189        * custom/pc486.cfg: Use -m486
1190        * custom/pc586.cfg: Use -mpentium
1191        * custom/pc686.cfg: Use -mmpentiumpro
1192        * custom/i386ex.cfg: Use -msoft-float
1193
11942000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1195
1196        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1197
11982000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1199
1200        * ChangeLog: File paths corrected.
1201
12022000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1203
1204        * custom/mvme167.cfg: Add specification of printk port, console port
1205        and serial I/O mode.  Arrange for the stripped executable to
1206        be copied up the build tree.
1207       
12082000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1209
1210        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1211
12122000-08-10      John Cotton  <john.cotton@nrc.ca>
1213
1214        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1215
12162000-08-10      Joel Sherrill <joel@OARcorp.com>
1217
1218        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.