source: rtems/make/ChangeLog @ 26a3609

4.104.114.84.95
Last change on this file since 26a3609 was 52271ce5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/07 at 06:47:15

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

  • custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove CXXFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 37.9 KB
Line 
12007-01-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
4        CXXFLAGS_OPTIMIZE_V.
5        * custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
6        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
7        custom/h8sim.cfg: CFLAGS_OPTIMIZE_V = -O2.
8        * custom/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2.
9        Remove DRIVER_ARCHITECTURE.
10        * custom/csb336.cfg, custom/edb7312.cfg, custom/gba.cfg:
11        CFLAGS_OPTIMIZE_V = -O2.
12
132007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
16        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
17        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
18        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
19
202006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
23        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
24        custom/Solaris-posix.cfg, custom/armulator.cfg,
25        custom/av5282.cfg, custom/bare.cfg,
26        custom/c3xsim.cfg, custom/c4xsim.cfg,
27        custom/csb336.cfg, custom/csb337.cfg,
28        custom/csb350.cfg, custom/csb360.cfg,
29        custom/dmv152.cfg, custom/eZKit533.cfg,
30        custom/edb7312.cfg, custom/ep1a.cfg,
31        custom/erc32.cfg, custom/erc32nfp.cfg,
32        custom/gba.cfg, custom/gen405.cfg,
33        custom/gen5200.cfg, custom/gen68302.cfg,
34        custom/gen68340.cfg, custom/gen68360.cfg,
35        custom/genmongoosev.cfg, custom/gensh1.cfg,
36        custom/gensh2.cfg, custom/gensh4.cfg,
37        custom/gp32.cfg, custom/h8sim.cfg,
38        custom/helas403.cfg, custom/hurricane.cfg,
39        custom/i386ex.cfg, custom/idp.cfg,
40        custom/jmr3904.cfg,custom/leon2.cfg,
41        custom/leon3.cfg, custom/mbx821_002b.cfg,
42        custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
43        custom/mcf5235.cfg, custom/mcp750.cfg,
44        custom/mpc8260ads.cfg, custom/mrm332.cfg,
45        custom/mtx603e.cfg, custom/mvme136.cfg,
46        custom/mvme147.cfg, custom/mvme162.cfg,
47        custom/mvme162lx.cfg, custom/mvme167.cfg,
48        custom/mvme2100.cfg, custom/mvme2307.cfg,
49        custom/mvme5500.cfg, custom/ods68302.cfg,
50        custom/pc386.cfg, custom/psim.cfg,
51        custom/rbtx4925.cfg, custom/rbtx4938.cfg,
52        custom/score603e.cfg, custom/shsim.cfg,
53        custom/sim68000.cfg, custom/simcpu32.cfg,
54        custom/simsh4.cfg, custom/simsh7032.cfg,
55        custom/simsh7045.cfg, custom/ss555.cfg,
56        custom/ts_386ex.cfg: Cleanup.
57
582006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * custom/uC5282.cfg: Remove hard-code compiler flags.
61        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
62        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
63
642006-10-23      Joel Sherrill <joel@OARcorp.com>
65
66        * custom/eZKit533.cfg: New file.
67
682006-09-08      Kate Feng <feng1@bnl.gov>
69
70        PR 1150/bsps
71        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
72        that gcc (4.0.2) implicitely uses the vector engine for optimization;
73        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
74
752006-08-09      Kolja Waschk <waschk@telos.de>
76
77        * Makefile.am: New port to Altera NIOS II.
78        * custom/nios2_iss.cfg: New file.
79
802006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
81
82        * custom/brsl5.cfg: (PR1117) added
83       
842006-06-08      Bruce Robinson <brucer@pmccorp.com>
85       
86        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
87        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
88
892005-04-10      Eric Norum <norume@aps.anl.gov>
90
91        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
92
932006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
96        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
97        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
98        Remove (abandoned).
99
1002006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
103        Merger from rtems-4-6-branch.
104
1052006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        PR 851/bsps
108        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
109        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
110
1112005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
114
1152005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
118        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
119        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
120        Use .srec for files containing SRECs.
121
1222005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * custom/gp32.cfg: Replace .gxb with .elf.
125        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
126
1272005-11-03      Till Straumann <strauman@slac.stanford.edu>
128
129        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
130        -mcpu=750 instead.
131
1322005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * custom/orp.cfg: Remove (abandoned).
135        * custom/av5282.cfg: Remove obsolete vars.
136        * custom/gba.cfg: Remove PROFILE* (abandoned).
137        Remove -static (bogus).
138
1392005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
140
141        PR 822/bsps
142        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
143
1442005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
145
146        * custom/av5282.cfg: New file.
147
1482005-06-17      Markku Puro <markku.puro@kopteri.net>
149
150        * Makefile.am: Adding GameBoy Advance BSP.
151        * custom/gba.cfg: New file.
152
1532005-06-17      Joel Sherrill <joel@OARcorp.com>
154
155        * custom/mcf5235.cfg: New file.
156
1572005-06-01      Philippe Simons <loki_666@fastmail.fm>
158
159        * custom/gp32.cfg: Add make-cxx-exe.
160
1612005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
164        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
165        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
166
1672005-05-02      Joel Sherrill <joel@OARcorp.com>
168
169        * Makefile.am: Remove dmv177 and ppcn_60x.
170        * custom/dmv177.cfg: Removed.
171
1722005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
175
1762005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
177
178        * Makefile.am: Initial release of ep1a bsp
179        * custom/ep1a.cfg: New file.
180
1812005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
182
183        * custom/score603e.cfg: Update score603e to new exception model
184        NOTE: These modifications have not been tested on hardware.
185
1862005-03-11      Jay Monkman <jtm@lopingdog.com>
187
188        * custom/vegaplus.cfg: Removed.
189
1902005-03-11      Philippe Simons <loki_666@fastmail.fm>
191
192        * custom/gp32.cfg: New file.
193
1942005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
197        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
198        Remove -Wa,-m7450.
199
2002005-02-25      Joel Sherrill <joel@OARcorp.com>
201
202        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
203        * custom/arm_bare_bsp.cfg: Removed.
204
2052005-02-24      Jay Monkman <jtm@lopingdog.com>
206
207        * custom/csb350.cfg: New BSP.
208
2092005-02-24      Jay Monkman <jtm@lopingdog.com>
210
211        * custom/csb337.cfg: Cleanup.
212
2132005-02-08      Eric Norum <norume@aps.anl.gov>
214
215        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
216        proper versions of gcc (which take -m528x as an order to load the
217        -m5200 multilib variants) are widely available.
218
2192005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * custom/uC5282.cfg: Cleanup.
222
2232005-01-28      Eric Norum <norume@aps.anl.gov>
224
225        * Makefile.am, custom/uC5282.cfg: New BSP
226
2272005-01-20      Joel Sherrill <joel@OARcorp.com>
228
229        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
230        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
231        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
232        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
233        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
234
2352005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * compilers/gcc-portsw.cfg: Remove.
238        * Makefile.am: Reflect change above.
239
2402004-11-23      Joel Sherrill <joel@OARcorp.com>
241
242        * Makefile.am: Remove eth_comm.
243        * custom/eth_comm.cfg: Removed.
244
2452004-11-22      Jennifer Averett <jennifer@OARcorp.com>
246
247        PR 581/bsps
248        * custom/psim.cfg: Convert PSIM to new exception model.
249
2502004-11-17      Joel Sherrill <joel@OARcorp.com>
251
252        * custom/mvme2100.cfg: Add make-cxx-exe rule.
253
2542004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
255
256        * Makefile.am: Add MVME2100 BSP.
257        * custom/mvme2100.cfg: New file.
258
2592004-11-05      Joel Sherrill <joel@OARcorp.com>
260
261        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
262        architecture name for RTEMS. Since this was used as the -mcpu
263        argument to GCC, that also had to be changed.
264
2652004-10-26      Eric Norum <norume@aps.anl.gov
266
267        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
268
2692004-10-20      Eric Norum <norume@aps.anl.gov
270
271        * custom/mvme5500.cfg: New BSP.
272
2732004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
276
2772004-09-29      Joel Sherrill <joel@OARcorp.com>
278
279        * custom/h8sim.cfg: i960 obsoleted.
280        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
281
2822004-08-03      Jay Monkman <jtm@lopingdog.com>
283
284        * custom/csb360.cfg: New file.
285
2862004-07-15      Jay Monkman
287
288        * custom/csb336.cfg, custom/csb337.cfg: New files.
289
2902004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
293        with FreeBSD and now unused).
294        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
295
2962004-04-12      David Querbach <querbach@realtime.bc.ca>
297
298        * custom/ss555.cfg: New file.
299
3002004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
301
302        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
303        with Cygwin and now unused).
304
3052004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
306
307        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
308
3092004-03-05      Joel Sherrill <joel@OARcorp.com>
310
311        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
312        support.
313
3142004-02-26      Joel Sherrill <joel@OARcorp.com>
315
316        PR 570/bsps
317        * custom/mvme2307.cfg: Do not use -msdata=eabi since
318        it breaks the linking of the vectors.
319
3202004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Cosmetics.
323
3242004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
327        dist_rtems_make_custom_DATA = custom/default.cfg.
328
3292004-02-05      Joel Sherrill <joel@OARcorp.com>
330
331        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
332        these -- copied from the 4.6 branch.
333
3342004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        PR 553/bsps
337        * custom/mrm332.cfg: Comment out objdump.
338
3392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
342
3432004-01-20      Joel Sherrill <joel@OARcorp.com>
344
345        PR 553/bsps
346        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
347        comment.
348
3492004-01-07      Joel Sherrill <joel@OARcorp.com>
350
351        * Makefile.am: Remove efi68k and efi332 references as they are no
352        longer in the tree.
353
3542004-01-07      Joel Sherrill <joel@OARcorp.com>
355
356        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
357        users of these boards so we are removing them.
358        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
359
3602004-01-07      Joel Sherrill <joel@OARcorp.com>
361
362        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
363
3642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: EXTRA_DIST +=.
367
3682003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * custom/Makefile.am: Remove.
371        * Makefile.am: Merge-in former custom/Makefile.am
372
3732003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
376        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
377
3782003-09-26      Joel Sherrill <joel@OARcorp.com>
379
380        * custom/simhppa.cfg: Removed.
381
3822003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
385
3862003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        PR 470/bsps
389        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
390        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
391        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
392
3932003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
396        the BSP's configure-script).
397        Remove BSP_CPPFLAGS (Obsolete).
398
3992003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        PR 321/bsps
402        * leaf.cfg: Remove support for profile-variant.
403        * main.cfg: Ditto.
404        * compilers/gcc-no_bsp.cfg: Ditto.
405        * compilers/gcc-portsw.cfg: Ditto.
406        * compilers/gcc-target-default.cfg: Ditto.
407
4082003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
409
410        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
411
4122003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
413
414        PR 368/filesystems
415        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
416        with this PR for alias BSPs.
417
4182003-03-18  Till Straumann <strauman@slac.stanford.edu>
419
420        PR 356/bsps
421        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
422        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
423
4242003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
427
4282003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
431        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
432        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
433        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
434
4352003-02-14      Joel Sherrill <joel@OARcorp.com>
436
437        AMD a29k obsolete.
438        * custom/portsw.cfg: Removed.
439
4402003-01-20      Duane Gustavus <duane@unt.edu>
441
442        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
443
4442003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
447        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
448        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
449        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
450        Move -D_BSD_SOURCE to CPU_CFLAGS.
451        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
452        Move -Dsolaris2 to CPU_CFLAGS.
453        Remove -D__EXTENSIONS__.
454
4552002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * custom/posix.cfg: Remove comment referring to host.cfg.
458
4592002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * custom/default.cfg: Pickup target.cfg from BSP directory.
462
4632002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
464
465        * custom/mtx603e.cfg: New file.
466
4672002-11-17      Joel Sherrill <joel@OARcorp.com>
468
469        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
470        build variants work for user applications post install.
471
4722002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
475        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
476        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
477        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
478        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
479
4802002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
481
482        * custom/edb7312.cfg: New file.
483
4842002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
487        obsolete Makefile.
488        * leaf.cfg: Various changes to LIBVARIANT processing.
489        * main.cfg: Ditto.
490
4912002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: Add compilers/*.
494        * compilers/Makefile.am: Remove.
495        * lib.cfg: Remove.
496        * directory.cfg: Remove.
497        * README: Remove.
498
4992002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * Makefile.am: Add Templates/*.
502        * Templates/Makefile.am: Remove.
503
5042002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
507
5082002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
511        * custom/HPUX9-posix.cfg: Ditto.
512        * custom/Linux-posix.cfg: Ditto.
513
5142002-10-02      Joel Sherrill <joel@OARcorp.com>
515
516        * custom/armulator.cfg: Remove reference to PowerPC arguments.
517
5182002-09-13      Joel Sherrill <joel@OARcorp.com>
519
520        * Part of addressing PR281.
521        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
522        * compilers/gcc-target-default.cfg: Removed remaining support for
523        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
524        as one of the LDFLAGS when the debug variant is specified.
525
5262002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * custom/posix.cfg: Don't include host.cfg.
529
5302002-08-09      Joel Sherrill <joel@OARcorp.com>
531
532        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
533
5342002-08-07      Ivan Guzvinec <ivang@opencores.org>
535
536        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
537
5382002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
541
5422002-08-06      Joel Sherrill <joel@OARcorp.com>
543
544        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
545        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
546
5472002-08-06      Chris Ziomkowski <chris@asics.ws>
548
549        * custom/or32sim.cfg: New file added as part of merge from
550        OpenCores repository.
551
5522002-08-05      Joel Sherrill <joel@OARcorp.com>
553
554        * Per PR260 eliminate use of make-target-options.  This impacted
555        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
556        SuperCore and required that the m68k optimized memcpy be moved
557        to libcpu.
558        * custom/gen68360.cfg: Remove make-target-options.
559
5602002-08-01      Joel Sherrill <joel@OARcorp.com>
561
562        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
563        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
564
5652002-08-01      Joel Sherrill <joel@OARcorp.com>
566
567        * custom/mvme136.cfg: Remove make-target-options.
568
5692002-07-30      Joel Sherrill <joel@OARcorp.com>
570
571        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
572        will disappear when make clean is performed.
573
5742002-07-24      Joel Sherrill <joel@OARcorp.com>
575
576        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
577        to use gcc 3.1 arguments.
578
5792002-07-22      Joel Sherrill <joel@OARcorp.com>
580
581        * Templates/Makefile.leaf: Clarify the MANAGERS example.
582
5832002-07-01      Joel Sherrill <joel@OARcorp.com>
584
585        * custom/p4650.cfg: Update arguments to gcc3.
586
5872002-06-14      Joel Sherrill <joel@OARcorp.com>
588
589        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
590        to gcc 3.1 arguments.
591
5922002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
593
594        * custom/dmv177.cfg: Use -mcpu=603e.
595        * custom/ppcn_60x.cfg: Use -mcpu=603e.
596        * custom/psim.cfg: Use -mcpu=603e.
597        * custom/score603e.cfg: Use -mcpu=603e.
598        * custom/ts_386ex.cfg: Remove obsolete comments.
599        * custom/rxgen960.cfg: Remove obsolete comments.
600        * custom/cvme961.cfg: Remove obsolete comments.
601
6022001-05-09      Joel Sherrill <joel@OARcorp.com>
603
604        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
605        compatable arguments.
606 
6072002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
610        Remove obsolete comments.
611        * custom/eth_comm.cfg: Remove make-target-options.
612        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
613        CPU_CFLAGS.
614        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
615        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
616        * custom/mbx8xx.cfg: Remove make-target-options.
617        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
618        Remove obsolete comments.
619        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
620        Remove obsolete comments.
621        * custom/mpc8260ads.cfg: Remove make-target-options.
622        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
623        CPU_CFLAGS.
624        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
625        Remove obsolete comments.
626        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
627        CPU_CFLAGS.
628        Remove obsolete comments.
629        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
630        Remove obsolete comments.
631        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
632        CPU_CFLAGS.
633        Remove obsolete comments.
634
6352002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * custom/gen405.cfg: Remove -D__powerpc__.
638
6392002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
642        * custom/erc32.cfg: Ditto.
643        * custom/leon2.cfg: Ditto.
644
645
6462002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
649        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
650        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
651
6522002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * custom/cvme961.cfg: Remove GCC272 support.
655        * custom/dmv152.cfg: Remove GCC272 support.
656        * custom/efi332.cfg: Remove GCC272 support.
657        * custom/efi68k.cfg: Remove GCC272 support.
658        * custom/eth_comm.cfg: Remove GCC272 support.
659        * custom/gen405.cfg: Remove GCC272 support.
660        * custom/gen68302.cfg: Remove GCC272 support.
661        * custom/gen68340.cfg: Remove GCC272 support.
662        * custom/gen68360.cfg: Remove GCC272 support.
663        * custom/genmongoosev.cfg: Remove GCC272 support.
664        * custom/helas403.cfg: Remove GCC272 support.
665        * custom/i386ex.cfg: Remove GCC272 support.
666        * custom/i960sim.cfg: Remove GCC272 support.
667        * custom/idp.cfg: Remove GCC272 support.
668        * custom/leon2.cfg: Remove GCC272 support.
669        * custom/mbx8xx.cfg: Remove GCC272 support.
670        * custom/mcf5206elite.cfg: Remove GCC272 support.
671        * custom/mpc8260ads.cfg: Remove GCC272 support.
672        * custom/mrm332.cfg: Remove GCC272 support.
673        * custom/mvme136.cfg: Remove GCC272 support.
674        * custom/mvme147.cfg: Remove GCC272 support.
675        * custom/mvme167.cfg: Remove GCC272 support.
676        * custom/ods68302.cfg: Remove GCC272 support.
677        * custom/p4000.cfg: Remove GCC272 support.
678        * custom/p4600.cfg: Remove GCC272 support.
679        * custom/p4650.cfg: Remove GCC272 support.
680        * custom/pc386.cfg: Remove GCC272 support.
681        * custom/portsw.cfg: Remove GCC272 support.
682        * custom/psim.cfg: Remove GCC272 support.
683        * custom/rxgen960.cfg: Remove GCC272 support.
684        * custom/score603e.cfg: Remove GCC272 support.
685        * custom/sim68000.cfg: Remove GCC272 support.
686        * custom/simhppa.cfg: Remove GCC272 support.
687        * custom/simsh4.cfg: Remove GCC272 support.
688        * custom/ts_386ex.cfg: Remove GCC272 support.
689
6902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
693        * Makefile.am: Remove AUTOMAKE_OPTIONS.
694        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
695        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
696
6972002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * compilers/gcc-target-default.cfg: Add missing \.
700        Reported by Ilya Alexeev <ilya@continuum.ru>.
701
7022002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
705        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
706        support.
707        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
708
7092001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
712        * custom/FreeBSD-posix.cfg: Ditto.
713        * custom/HPUX9-posix.cfg: Ditto.
714        * custom/Linux-posix.cfg: Ditto.
715        * custom/Solaris-posix.cfg: Ditto.
716
7172001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
720        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
721
7222001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * custom/armulator.cfg: Remove make-target-options.
725        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
726        (now in erc32/configure.ac).
727        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
728        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
729        Remove CONSOLE_USE_POLLED (Unused).
730        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
731        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
732        * custom/mvme162.cfg: Remove references to mvme162lx.
733        Abandon gcc272. Remove make-target-options.
734        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
735
7362001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * custom/bare.cfg: Remove make-target-options.
739        * custom/c4xsim.cfg: Ditto.
740        * custom/cvme961.cfg: Ditto.
741        * custom/efi68k.cfg: Ditto.
742        * custom/gen68302.cfg: Ditto.
743        * custom/gen68340.cfg: Ditto.
744        * custom/genmongoosev.cfg: Ditto.
745        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
746        make-exe, remove empty lines.
747        * custom/h8sim.cfg: Remove make-target-options.
748        * custom/mcf5206elite.cfg: Ditto.
749        * custom/mrm332.cfg: Ditto.
750        * custom/mvme147.cfg: Ditto.
751        * custom/ods68302.cfg: Ditto.
752        * custom/p4000.cfg: Ditto.
753        * custom/p4600.cfg: Ditto.
754        * custom/p4650.cfg: Ditto.
755        * custom/pc386.cfg: Ditto.
756        * custom/portsw.cfg: Ditto.
757        * custom/simsh4.cfg: Ditto.
758
7592001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * custom/efi332.cfg: Remove make-target-options.
762        * custom/idp.cfg: Ditto.
763        * custom/jmr3904.cfg: Ditto.
764
7652001-11-27      Joel Sherrill <joel@OARcorp.com>,
766
767        * ChangeLog: Deleted bogus entry.
768
7692001-11-27      Joel Sherrill <joel@OARcorp.com>,
770
771        * custom/ods68302.cfg: Eliminated required definition of macros in this
772        file for the BSP to compile.  The ROM and ROM address and size settings
773        are now linker script items. 
774
7752001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777
778        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
779        Remove make-target-options.
780        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
781        Remove make-target-options.
782        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
783        DATA_CACHE_ENABLE.
784        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
785        DATA_CACHE_ENABLE.
786        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
787        DATA_CACHE_ENABLE.
788
7892001-11-25      Joel Sherrill <joel@OARcorp.com>
790
791        * custom/papyrus.cfg: Removed.
792        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
793
7942001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
797        * custom/mcp750.cfg: Ditto.
798
7992001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
802        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
803        * custom/psim.cfg: Refect changes to psim/configure.ac.
804        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
805        remove SCORE603E_GENERATION.
806
8072001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
810        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
811        * custom/mbx860_005b.cfg: Ditto.
812        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
813
814
8152001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * custom/gensh1.cfg: remove make-target-options.
818        * custom/gensh2.cfg: remove make-target-options.
819
8202001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
823        remove make-target-options, remove BSP_CPPFLAGS.
824
8252001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
828
8292001-11-14      Joel Sherrill <joel@OARcorp.com>
830
831        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
832        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
833        These are new exception processing model BSPs and thus do not
834        need to define PPC_USE_SPRG.
835
8362001-11-14      Joel Sherrill <joel@OARcorp.com>
837
838        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
839
8402001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * custom/ts_386ex.cfg: Remove make-target-options.
843        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
844        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
845        different flags.
846
8472001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
850        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
851        re-adopt mcp750.cfg's make-exe.
852
8532001-11-13      Joel Sherrill <joel@OARcorp.com>
854
855        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
856        the --srec-len argument to objcopy only supported in binutils 2.11
857        or newer.
858
8592001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
860
861        This modification is part of the submitted modifications necessary to
862        support the IBM PPC405 family.  This submission was reviewed by
863        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
864        not negatively impact the ppc403 BSPs.  The submission and tracking
865        process was captured as PR50.
866        * custom/gen405.cfg: New file.
867        * custom/helas403.cfg: Modified to generate Srecords.
868
8692001-10-30      Joel Sherrill <joel@OARcorp.com>
870
871        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
872
8732001-10-26      Victor V. Vengerov <vvv@oktet.ru>
874
875        * custom/mcf5206elite.cfg: New file.
876
8772001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
878
879        * custom/mpc8260ads.cfg: New file.
880
8812001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * custom/gensh4.cfg: Remove START_HW_INIT.
884        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
885
8862001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * custom/gensh4.cfg: Remove HZ.
889        * custom/simsh4.cfg: Remove HZ.
890
8912001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
892
893        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
894        of Hitachi SH4 BSPs of the same name.  Reviewed and some
895        cleanup by Joel Sherrill <joel@OARcorp.com>.
896
8972001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
900
9012001-10-11      Joel Sherrill <joel@OARcorp.com>
902
903        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
904        to avoid using the apparently broken or deprecated -o argument.
905
9062001-09-28      Joel Sherrill <joel@OARcorp.com>
907
908        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
909        for MC68302_BASE.
910
9112001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * custom/bare.cfg: Define dummy make-cxx-exe.
914
9152001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * ChangeLog: Formatting cleanup.
918
9192001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
920
921        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
922        make-target-options.
923        * custom/FreeBSD-posix.cfg: Remove make-target-options.
924        * custom/HPUX9-posix.cfg: Dito.
925        * custom/Linux-posix.cfg: Dito.
926        * custom/Solaris-posix.cfg: Dito.
927        * custom/arm_bare_bsp.cfg: Dito.
928        * custom/armulator.cfg: Dito.
929        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
930        * custom/i386ex.cfg: Remove make-target-options.
931        * custom/i960sim.cfg: Remove make-target-options.
932        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
933        CONSOLE_USE_INTERRUPTS.
934        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
935        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
936        CONSOLE_USE_INTERRUPTS.
937        * custom/vegaplus.cfg: Remove make-target-options.
938
9392001-05-25      Joel Sherrill <joel@OARcorp.com>
940
941        * custom/mrm332.cfg: Switched $(SED) to sed.
942
9432000-05-25      Matt Cross <profesor@gweep.net>
944
945        * New MRM332 BSP for the Mini RoboMind board based
946        on the 68332 microcontroller designed and build by Mark
947        Castelluccio.  For details on the MRM see http://www.robominds.com.
948        * custom/mrm332.cfg: New file.
949
9502001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
951
952        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
953        CONSOLE_USE_POLLED, HAS_RTC.
954
9552001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
958        * custom/gensh2.cfg: Dito.
959
9602001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
963        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
964        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
965        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
966        remove unused flags, remove -ansi from CPP.
967        * custom/eth_comm.cfg: Remove CPU_DEFINES.
968        * custom/sim68000.cfg: Remove CPU_DEFINES.
969       
9702001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
973        * compilers/gcc-target-default.cfg: Dito.
974        * compilers/gcc-portsw.cfg: Remove -Hansi.
975        * custom/posix.cfg: Remove inclusion of target.cfg.
976        * custom/simhppa.cfg: Remove -ansi -fasm.
977
9782001-04-11      Eric Valette <valette@crf.canon.fr>
979
980        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
981        "new exception processing model."
982
9832001-04-11      Joel Sherrill <joel@OARcorp.com>
984
985        * custom/default.cfg: Switch to using exec_prefix to reflect new
986        organization of install point from Ralf Corsepius.
987
9882001-03-30      Eric Valette <valette@crf.canon.fr>
989
990        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
991        use the "new exception processing model."
992
9932001-03-14      Joel Sherrill <joel@OARcorp.com>
994
995        * custom/genmongossev.cfg: New file.
996
9972001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * custom/pc386dx.cfg: New bsp.
1000
10012001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1004        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1005        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1006
10072001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1008
1009        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1010        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1011        * host.cfg.in: Remove RM, make-script.
1012        * ChangeLog: Remove bogus 2001-01-22 entry.
1013
10142001-01-09      Joel Sherrill <joel@OARcorp.com>
1015
1016        * custom/pc386.cfg (make-exe): Removed commented out lines that
1017        were displayed in build longs.
1018
10192001-01-08      Joel Sherrill <joel@OARcorp.com>
1020
1021        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1022        unneeded definitions when compiled for "mips" rather than "mips64orion."
1023        Correct CPU_CFLAGS.
1024
10252001-01-05      Joel Sherrill <joel@OARcorp.com>
1026
1027        * custom/gensh1.cfg: Removed rest of make-target-options and
1028        moved them to BSP configure options.
1029
10302001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1031
1032        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1033        install point or assuming BSP build tree is available.
1034
10352001-01-03      Joel Sherrill <joel@OARcorp.com>
1036
1037        * custom/psim.cfg: Removed unused variables.
1038
10392001-01-03      Joel Sherrill <joel@OARcorp.com>
1040
1041        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1042        * custom/simcpu32.cfg: Removed MVME162 reference.
1043
10442000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1045
1046        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1047        Still need to fix to avoid touching install point on non-install stanza.
1048
10492000-12-06      Joel Sherrill <joel@OARcorp.com>
1050
1051        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1052        and copies that should not be in it.
1053
10542000-12-01      Joel Sherrill <joel@OARcorp.com>
1055
1056        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1057
10582000-11-30      Joel Sherrill <joel@OARcorp.com>
1059
1060        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1061        a mips1.  gcc translates -m3900 into that.
1062
10632000-11-27      Joel Sherrill <joel@OARcorp.com>
1064
1065        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1066
10672000-11-27      Joel Sherrill <joel@OARcorp.com>
1068
1069        * custom/shsim.cfg: New file.
1070        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1071        The shsim is for the SH simulator in gdb. It should be able
1072        to be used with multiple SH CPU models.  This will require
1073        adding BSP variants.
1074
10752000-11-25      Joel Sherrill <joel@OARcorp.com>
1076
1077        * custom/pc386.cfg: make-exe rule would write into
1078        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1079        is generally not writeable after the BSP is installed and you do not
1080        want every application installed there by default.  Reported by
1081        Eric Norum <eric.norum@usask.ca>.
1082
10832000-11-25      Joel Sherrill <joel@OARcorp.com>
1084
1085        * custom/Makefile.am: Updated to add jmr3904.cfg
1086        * custom/jmr3904.cfg: New file.
1087
10882000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1089
1090        * custom/leon2.cfg: Removed defines that are now generated
1091        in a non-BSP specific manner.
1092
10932000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1094
1095        * custom/Makefile.am: Modified to reflect addition of files.
1096        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1097        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1098
10992000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1100
1101        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1102
11032000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1104
1105        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1106
11072000-10-24      Joel Sherrill <joel@OARcorp.com>
1108
1109        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1110        definition since this information can be picked up from
1111        autoconf generated files.  These BSPs are shared by the
1112        mips and mips64orion "ports."
1113
11142000-10-18      Joel Sherrill <joel@OARcorp.com>
1115
1116        * compilers/gcc-portsw.cfg: Use gcc style flags.
1117
11182000-09-13      Joel Sherrill <joel@OARcorp.com>
1119
1120        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1121        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1122
11232000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1124
1125        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1126        Eric Valette <valette@crf.canon.fr>.
1127        * custom/vegaplus.cfg: New file.
1128
11292000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1132        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1133        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1134        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1135        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1136        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1137        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1138
11392000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1140
1141        * custom/gensh2.cfg: Fix comments.
1142
11432000-09-12      Joel Sherrill <joel@OARcorp.com>
1144
1145        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1146        compiler arguments that specify CPU model options.
1147
11482000-09-12      Joel Sherrill <joel@OARcorp.com>
1149
1150        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1151        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1152        may be incorrect but the BSP now compiles.
1153
11542000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1155
1156        * custom/arm_bare_bsp.cfg: Fix comments.
1157
11582000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1159
1160        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1161        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1162        * ChangeLog: File paths corrected
1163
11642000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1165
1166        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1167
11682000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1169
1170        * custom/pck6.cfg: New file
1171        * custom/pc486.cfg: Use -m486
1172        * custom/pc586.cfg: Use -mpentium
1173        * custom/pc686.cfg: Use -mmpentiumpro
1174        * custom/i386ex.cfg: Use -msoft-float
1175
11762000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1177
1178        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1179
11802000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1181
1182        * ChangeLog: File paths corrected.
1183
11842000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1185
1186        * custom/mvme167.cfg: Add specification of printk port, console port
1187        and serial I/O mode.  Arrange for the stripped executable to
1188        be copied up the build tree.
1189       
11902000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1191
1192        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1193
11942000-08-10      John Cotton  <john.cotton@nrc.ca>
1195
1196        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1197
11982000-08-10      Joel Sherrill <joel@OARcorp.com>
1199
1200        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.