source: rtems/make/ChangeLog @ 28cdaf8

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

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.8 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/score603e.cfg: CFLAGS_OPTIMIZE_V = -O2. Remove
10        DRIVER_ARCHITECTURE.
11        * custom/av5282.cfg, custom/bare.cfg, custom/dmv152.cfg,
12        custom/gen405.cfg, custom/gen5200.cfg, custom/gen68302.cfg,
13        custom/gen68340.cfg, custom/gen68360.cfg, custom/helas403.cfg,
14        custom/hurricane.cfg, custom/i386ex.cfg, custom/idp.cfg,
15        custom/mbx8xx.cfg, custom/mcf5206elite.cfg, custom/mcf5235.cfg,
16        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mrm332.cfg,
17        custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg,
18        custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg,
19        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg,
20        custom/ods68302.cfg, custom/pc386.cfg, custom/psim.cfg,
21        custom/rbtx4925.cfg, custom/sim68000.cfg, custom/simcpu32.cfg,
22        custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg,
23        custom/gensh2.cfg, custom/gensh4.cfg, custom/shsim.cfg,
24        custom/simsh4.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg,
25        custom/h8sim.cfg, custom/csb336.cfg, custom/edb7312.cfg,
26        custom/gba.cfg: CFLAGS_OPTIMIZE_V = -O2.
27        * custom/gba.cfg, custom/mbx8xx.cfg, custom/ss555.cfg: Remove
28        CXXFLAGS_OPTIMIZE_V.
29
302007-01-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * custom/eZKit533.cfg: CFLAGS_OPTIMIZE = -O0.
33        * custom/gensh1.cfg, custom/ep1a.cfg, custom/erc32.cfg,
34        custom/erc32nfp.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg,
35        custom/armulator.cfg, custom/gp32.cfg: CFLAGS_OPTIMIZE_V = -O2.
36
372006-11-30      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * custom/Cygwin-posix.cfg, custom/FreeBSD-posix.cfg,
40        custom/HPUX9-posix.cfg, custom/Linux-posix.cfg,
41        custom/Solaris-posix.cfg, custom/armulator.cfg, custom/av5282.cfg,
42        custom/bare.cfg,  custom/c3xsim.cfg, custom/c4xsim.cfg,
43        custom/csb336.cfg, custom/csb337.cfg, custom/csb350.cfg,
44        custom/csb360.cfg, custom/dmv152.cfg, custom/eZKit533.cfg,
45        custom/edb7312.cfg, custom/ep1a.cfg, custom/erc32.cfg,
46        custom/erc32nfp.cfg, custom/gba.cfg, custom/gen405.cfg,
47        custom/gen5200.cfg, custom/gen68302.cfg, custom/gen68340.cfg,
48        custom/gen68360.cfg, custom/genmongoosev.cfg, custom/gensh1.cfg,
49        custom/gensh2.cfg, custom/gensh4.cfg, custom/gp32.cfg,
50        custom/h8sim.cfg, custom/helas403.cfg, custom/hurricane.cfg,
51        custom/i386ex.cfg, custom/idp.cfg,
52        custom/jmr3904.cfg,custom/leon2.cfg, custom/leon3.cfg,
53        custom/mbx821_002b.cfg, custom/mbx8xx.cfg, custom/mcf5206elite.cfg,
54        custom/mcf5235.cfg, custom/mcp750.cfg, custom/mpc8260ads.cfg,
55        custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg,
56        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg,
57        custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg,
58        custom/mvme5500.cfg, custom/ods68302.cfg, custom/pc386.cfg,
59        custom/psim.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg,
60        custom/score603e.cfg, custom/shsim.cfg, custom/sim68000.cfg,
61        custom/simcpu32.cfg, custom/simsh4.cfg, custom/simsh7032.cfg,
62        custom/simsh7045.cfg, custom/ss555.cfg, custom/ts_386ex.cfg:
63        Cleanup.
64
652006-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * custom/uC5282.cfg: Remove hard-code compiler flags.
68        * custom/av5282.cfg, custom/csb360.cfg, custom/mcf5206elite.cfg,
69        custom/mcf5235.cfg: Remove ASFLAGS, CPU_ASFLAGS (Unused).
70
712006-10-23      Joel Sherrill <joel@OARcorp.com>
72
73        * custom/eZKit533.cfg: New file.
74
752006-09-08      Kate Feng <feng1@bnl.gov>
76
77        PR 1150/bsps
78        * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact
79        that gcc (4.0.2) implicitely uses the vector engine for optimization;
80        -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
81
822006-08-09      Kolja Waschk <waschk@telos.de>
83
84        * Makefile.am: New port to Altera NIOS II.
85        * custom/nios2_iss.cfg: New file.
86
872006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
88
89        * custom/brsl5.cfg: (PR1117) added
90       
912006-06-08      Bruce Robinson <brucer@pmccorp.com>
92       
93        * custom/rbtx4925.cfg:  Fix CPU_CFLAGS defines.
94        * custom/rbtx4938.cfg:  Fix CPU_CFLAGS defines.
95
962005-04-10      Eric Norum <norume@aps.anl.gov>
97
98        *  custom/uC5282.cfg: Keep frame pointer -- gdb is much more useful.
99
1002006-03-16      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * custom/hurricane.cfg, custom/rbtx4925.cfg, custom/rbtx4938.cfg:
103        New (Submission by Bruce Robinson <brucer@pmccorp.com>).
104        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg:
105        Remove (abandoned).
106
1072006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * custom/leon1.cfg, custom/leon2.cfg, custom/leon3.cfg, sis.cfg:
110        Merger from rtems-4-6-branch.
111
1122006-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        PR 851/bsps
115        * custom/gen5200.cfg, custom/pm520_cr825.cfg, custom/pm520_ze30.cfg:
116        New (Submission by Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>).
117
1182005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * custom/gba.cfg, custom/pc386.cfg: Use .elf instead of .obj.
121
1222005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * custom/dmv152.cfg, custom/i386ex.cfg, custom/idp.cfg,
125        custom/mcf5235.cfg, custom/mrm332.cfg, custom/mvme136.cfg,
126        custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg:
127        Use .srec for files containing SRECs.
128
1292005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * custom/gp32.cfg: Replace .gxb with .elf.
132        * custom/i386ex.cfg, custom/ts_386ex.cfg: Replace .coff with .elf.
133
1342005-11-03      Till Straumann <strauman@slac.stanford.edu>
135
136        * custom/mvme5500.cfg: Fixed PR#846; must not use -mcpu=74xx, use
137        -mcpu=750 instead.
138
1392005-09-18      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * custom/orp.cfg: Remove (abandoned).
142        * custom/av5282.cfg: Remove obsolete vars.
143        * custom/gba.cfg: Remove PROFILE* (abandoned).
144        Remove -static (bogus).
145
1462005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
147
148        PR 822/bsps
149        * custom/mbx860_001b.cfg, custom/mbx860_1b.cfg: New files.
150
1512005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
152
153        * custom/av5282.cfg: New file.
154
1552005-06-17      Markku Puro <markku.puro@kopteri.net>
156
157        * Makefile.am: Adding GameBoy Advance BSP.
158        * custom/gba.cfg: New file.
159
1602005-06-17      Joel Sherrill <joel@OARcorp.com>
161
162        * custom/mcf5235.cfg: New file.
163
1642005-06-01      Philippe Simons <loki_666@fastmail.fm>
165
166        * custom/gp32.cfg: Add make-cxx-exe.
167
1682005-05-27      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * custom/mbx860_005b.cfg, custom/mcp750.cfg, custom/mtx603e.cfg,
171        custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme5500.cfg:
172        Remove RTEMS_PPC_EXCEPTION_PROCESSING_MODEL (Obsolete).
173
1742005-05-02      Joel Sherrill <joel@OARcorp.com>
175
176        * Makefile.am: Remove dmv177 and ppcn_60x.
177        * custom/dmv177.cfg: Removed.
178
1792005-04-30      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * custom/ppcn_60x.cfg: Remove (Gone from libbsp).
182
1832005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
184
185        * Makefile.am: Initial release of ep1a bsp
186        * custom/ep1a.cfg: New file.
187
1882005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
189
190        * custom/score603e.cfg: Update score603e to new exception model
191        NOTE: These modifications have not been tested on hardware.
192
1932005-03-11      Jay Monkman <jtm@lopingdog.com>
194
195        * custom/vegaplus.cfg: Removed.
196
1972005-03-11      Philippe Simons <loki_666@fastmail.fm>
198
199        * custom/gp32.cfg: New file.
200
2012005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
204        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
205        Remove -Wa,-m7450.
206
2072005-02-25      Joel Sherrill <joel@OARcorp.com>
208
209        * custom/jmr3904.cfg: arm_bare_bsp obsoleted.
210        * custom/arm_bare_bsp.cfg: Removed.
211
2122005-02-24      Jay Monkman <jtm@lopingdog.com>
213
214        * custom/csb350.cfg: New BSP.
215
2162005-02-24      Jay Monkman <jtm@lopingdog.com>
217
218        * custom/csb337.cfg: Cleanup.
219
2202005-02-08      Eric Norum <norume@aps.anl.gov>
221
222        * custom/uC5282.cfg: Put -m5200 back in link-edit commands until
223        proper versions of gcc (which take -m528x as an order to load the
224        -m5200 multilib variants) are widely available.
225
2262005-02-05      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * custom/uC5282.cfg: Cleanup.
229
2302005-01-28      Eric Norum <norume@aps.anl.gov>
231
232        * Makefile.am, custom/uC5282.cfg: New BSP
233
2342005-01-20      Joel Sherrill <joel@OARcorp.com>
235
236        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg,
237        custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg,
238        custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg,
239        custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for
240        gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
241
2422005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * compilers/gcc-portsw.cfg: Remove.
245        * Makefile.am: Reflect change above.
246
2472004-11-23      Joel Sherrill <joel@OARcorp.com>
248
249        * Makefile.am: Remove eth_comm.
250        * custom/eth_comm.cfg: Removed.
251
2522004-11-22      Jennifer Averett <jennifer@OARcorp.com>
253
254        PR 581/bsps
255        * custom/psim.cfg: Convert PSIM to new exception model.
256
2572004-11-17      Joel Sherrill <joel@OARcorp.com>
258
259        * custom/mvme2100.cfg: Add make-cxx-exe rule.
260
2612004-11-10      Richard Campbell <richard.campbell@oarcorp.com>
262
263        * Makefile.am: Add MVME2100 BSP.
264        * custom/mvme2100.cfg: New file.
265
2662004-11-05      Joel Sherrill <joel@OARcorp.com>
267
268        * custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
269        architecture name for RTEMS. Since this was used as the -mcpu
270        argument to GCC, that also had to be changed.
271
2722004-10-26      Eric Norum <norume@aps.anl.gov
273
274        * custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
275
2762004-10-20      Eric Norum <norume@aps.anl.gov
277
278        * custom/mvme5500.cfg: New BSP.
279
2802004-10-18      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        * custom/c3xsim.cfg, custom/c4xsim.cfg: Expand files.
283
2842004-09-29      Joel Sherrill <joel@OARcorp.com>
285
286        * custom/h8sim.cfg: i960 obsoleted.
287        * custom/cvme961.cfg, custom/i960sim.cfg, custom/rxgen960.cfg: Removed.
288
2892004-08-03      Jay Monkman <jtm@lopingdog.com>
290
291        * custom/csb360.cfg: New file.
292
2932004-07-15      Jay Monkman
294
295        * custom/csb336.cfg, custom/csb337.cfg: New files.
296
2972004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
298
299        * custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless
300        with FreeBSD and now unused).
301        * custom/Solaris-posix.cfg: Add -D__EXTENSIONS__ to CPU_CFLAGS.
302
3032004-04-12      David Querbach <querbach@realtime.bc.ca>
304
305        * custom/ss555.cfg: New file.
306
3072004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
308
309        * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless
310        with Cygwin and now unused).
311
3122004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
313
314        * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS.
315
3162004-03-05      Joel Sherrill <joel@OARcorp.com>
317
318        * custom/p4650.cfg: Remove obsolete variables and get closer to gcc 3.x
319        support.
320
3212004-02-26      Joel Sherrill <joel@OARcorp.com>
322
323        PR 570/bsps
324        * custom/mvme2307.cfg: Do not use -msdata=eabi since
325        it breaks the linking of the vectors.
326
3272004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Cosmetics.
330
3312004-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: dist_rtems_make_DATA = main.cfg leaf.cfg.
334        dist_rtems_make_custom_DATA = custom/default.cfg.
335
3362004-02-05      Joel Sherrill <joel@OARcorp.com>
337
338        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Re-added
339        these -- copied from the 4.6 branch.
340
3412004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        PR 553/bsps
344        * custom/mrm332.cfg: Comment out objdump.
345
3462004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.cfg.
349
3502004-01-20      Joel Sherrill <joel@OARcorp.com>
351
352        PR 553/bsps
353        * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
354        comment.
355
3562004-01-07      Joel Sherrill <joel@OARcorp.com>
357
358        * Makefile.am: Remove efi68k and efi332 references as they are no
359        longer in the tree.
360
3612004-01-07      Joel Sherrill <joel@OARcorp.com>
362
363        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
364        users of these boards so we are removing them.
365        * custom/efi332.cfg, custom/efi68k.cfg: Removed.
366
3672004-01-07      Joel Sherrill <joel@OARcorp.com>
368
369        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
370
3712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: EXTRA_DIST +=.
374
3752003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * custom/Makefile.am: Remove.
378        * Makefile.am: Merge-in former custom/Makefile.am
379
3802003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
383        * custom/default.cfg: Remove INLINE,INLINE_UPCASE.
384
3852003-09-26      Joel Sherrill <joel@OARcorp.com>
386
387        * custom/simhppa.cfg: Removed.
388
3892003-09-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
392
3932003-08-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        PR 470/bsps
396        * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
397        Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
398        (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
399
4002003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * custom/mvme167.cfg: Remove PRINTK_MINOR, CONSOLE_MINOR (move to
403        the BSP's configure-script).
404        Remove BSP_CPPFLAGS (Obsolete).
405
4062003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        PR 321/bsps
409        * leaf.cfg: Remove support for profile-variant.
410        * main.cfg: Ditto.
411        * compilers/gcc-no_bsp.cfg: Ditto.
412        * compilers/gcc-portsw.cfg: Ditto.
413        * compilers/gcc-target-default.cfg: Ditto.
414
4152003-05-27      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
416
417        * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
418
4192003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
420
421        PR 368/filesystems
422        * custom/mbx821_002.cfg, custom/mbx821_002b.cfg: New files included
423        with this PR for alias BSPs.
424
4252003-03-18  Till Straumann <strauman@slac.stanford.edu>
426
427        PR 356/bsps
428        * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant.
429        Enable EABI by adding -meabi -msdata=eabi CFLAGS.
430
4312003-03-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
434
4352003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * custom/armulator.cfg: CPU_CFLAGS = -msoft-float.
438        * custom/vegaplus.cfg: CPU_CFLAGS = -msoft-float.
439        * custom/ebd7312.cfg: CPU_CFLAGS = -msoft-float.
440        * custom/arm_bare_bsp.cfg: CPU_CFLAGS += -msoft-float.
441
4422003-02-14      Joel Sherrill <joel@OARcorp.com>
443
444        AMD a29k obsolete.
445        * custom/portsw.cfg: Removed.
446
4472003-01-20      Duane Gustavus <duane@unt.edu>
448
449        * custom/m2m332.cfg: Fix path to linkcmds_ROM.
450
4512003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
454        * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
455        * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
456        * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
457        Move -D_BSD_SOURCE to CPU_CFLAGS.
458        * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB.
459        Move -Dsolaris2 to CPU_CFLAGS.
460        Remove -D__EXTENSIONS__.
461
4622002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * custom/posix.cfg: Remove comment referring to host.cfg.
465
4662002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * custom/default.cfg: Pickup target.cfg from BSP directory.
469
4702002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
471
472        * custom/mtx603e.cfg: New file.
473
4742002-11-17      Joel Sherrill <joel@OARcorp.com>
475
476        * leaf.cfg, main.cfg, compilers/gcc-target-default.cfg: Make
477        build variants work for user applications post install.
478
4792002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
482        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
483        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
484        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
485        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
486
4872002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
488
489        * custom/edb7312.cfg: New file.
490
4912002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
494        obsolete Makefile.
495        * leaf.cfg: Various changes to LIBVARIANT processing.
496        * main.cfg: Ditto.
497
4982002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * Makefile.am: Add compilers/*.
501        * compilers/Makefile.am: Remove.
502        * lib.cfg: Remove.
503        * directory.cfg: Remove.
504        * README: Remove.
505
5062002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * Makefile.am: Add Templates/*.
509        * Templates/Makefile.am: Remove.
510
5112002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
514
5152002-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
518        * custom/HPUX9-posix.cfg: Ditto.
519        * custom/Linux-posix.cfg: Ditto.
520
5212002-10-02      Joel Sherrill <joel@OARcorp.com>
522
523        * custom/armulator.cfg: Remove reference to PowerPC arguments.
524
5252002-09-13      Joel Sherrill <joel@OARcorp.com>
526
527        * Part of addressing PR281.
528        * main.cfg: Added recognition of VARIANT=DEBUG on command line.
529        * compilers/gcc-target-default.cfg: Removed remaining support for
530        RTEMS_USE_GCC272 and RTEMS_LIBC_DIR as well as added -qrtems_debug
531        as one of the LDFLAGS when the debug variant is specified.
532
5332002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * custom/posix.cfg: Don't include host.cfg.
536
5372002-08-09      Joel Sherrill <joel@OARcorp.com>
538
539        * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
540
5412002-08-07      Ivan Guzvinec <ivang@opencores.org>
542
543        * orp.cfg: Bender BSP renamed to OpenRisc Reference Platform or ORP.
544
5452002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
548
5492002-08-06      Joel Sherrill <joel@OARcorp.com>
550
551        * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
552        custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
553
5542002-08-06      Chris Ziomkowski <chris@asics.ws>
555
556        * custom/or32sim.cfg: New file added as part of merge from
557        OpenCores repository.
558
5592002-08-05      Joel Sherrill <joel@OARcorp.com>
560
561        * Per PR260 eliminate use of make-target-options.  This impacted
562        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
563        SuperCore and required that the m68k optimized memcpy be moved
564        to libcpu.
565        * custom/gen68360.cfg: Remove make-target-options.
566
5672002-08-01      Joel Sherrill <joel@OARcorp.com>
568
569        * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg,
570        mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.
571
5722002-08-01      Joel Sherrill <joel@OARcorp.com>
573
574        * custom/mvme136.cfg: Remove make-target-options.
575
5762002-07-30      Joel Sherrill <joel@OARcorp.com>
577
578        * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it
579        will disappear when make clean is performed.
580
5812002-07-24      Joel Sherrill <joel@OARcorp.com>
582
583        * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
584        to use gcc 3.1 arguments.
585
5862002-07-22      Joel Sherrill <joel@OARcorp.com>
587
588        * Templates/Makefile.leaf: Clarify the MANAGERS example.
589
5902002-07-01      Joel Sherrill <joel@OARcorp.com>
591
592        * custom/p4650.cfg: Update arguments to gcc3.
593
5942002-06-14      Joel Sherrill <joel@OARcorp.com>
595
596        * custom/jmr3904.cfg, custom/p4650.cfg, custom/p4600.cfg: Switch
597        to gcc 3.1 arguments.
598
5992002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
600
601        * custom/dmv177.cfg: Use -mcpu=603e.
602        * custom/ppcn_60x.cfg: Use -mcpu=603e.
603        * custom/psim.cfg: Use -mcpu=603e.
604        * custom/score603e.cfg: Use -mcpu=603e.
605        * custom/ts_386ex.cfg: Remove obsolete comments.
606        * custom/rxgen960.cfg: Remove obsolete comments.
607        * custom/cvme961.cfg: Remove obsolete comments.
608
6092001-05-09      Joel Sherrill <joel@OARcorp.com>
610
611        * custom/jmr3904.cfg, custom/p4650.cfg: Add comments for gcc 3.1
612        compatable arguments.
613 
6142002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
617        Remove obsolete comments.
618        * custom/eth_comm.cfg: Remove make-target-options.
619        Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
620        CPU_CFLAGS.
621        * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS.
622        * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS.
623        * custom/mbx8xx.cfg: Remove make-target-options.
624        Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS.
625        Remove obsolete comments.
626        * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS.
627        Remove obsolete comments.
628        * custom/mpc8260ads.cfg: Remove make-target-options.
629        Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to
630        CPU_CFLAGS.
631        * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS.
632        Remove obsolete comments.
633        * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
634        CPU_CFLAGS.
635        Remove obsolete comments.
636        * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS.
637        Remove obsolete comments.
638        * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to
639        CPU_CFLAGS.
640        Remove obsolete comments.
641
6422002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * custom/gen405.cfg: Remove -D__powerpc__.
645
6462002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * custom/erc32nfp.cfg: Remove CPU_U32_FIX.
649        * custom/erc32.cfg: Ditto.
650        * custom/leon2.cfg: Ditto.
651
652
6532002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
656        * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
657        * custom/leon2.cfg: Remove NO_TABLE_MOVE.
658
6592002-03-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * custom/cvme961.cfg: Remove GCC272 support.
662        * custom/dmv152.cfg: Remove GCC272 support.
663        * custom/efi332.cfg: Remove GCC272 support.
664        * custom/efi68k.cfg: Remove GCC272 support.
665        * custom/eth_comm.cfg: Remove GCC272 support.
666        * custom/gen405.cfg: Remove GCC272 support.
667        * custom/gen68302.cfg: Remove GCC272 support.
668        * custom/gen68340.cfg: Remove GCC272 support.
669        * custom/gen68360.cfg: Remove GCC272 support.
670        * custom/genmongoosev.cfg: Remove GCC272 support.
671        * custom/helas403.cfg: Remove GCC272 support.
672        * custom/i386ex.cfg: Remove GCC272 support.
673        * custom/i960sim.cfg: Remove GCC272 support.
674        * custom/idp.cfg: Remove GCC272 support.
675        * custom/leon2.cfg: Remove GCC272 support.
676        * custom/mbx8xx.cfg: Remove GCC272 support.
677        * custom/mcf5206elite.cfg: Remove GCC272 support.
678        * custom/mpc8260ads.cfg: Remove GCC272 support.
679        * custom/mrm332.cfg: Remove GCC272 support.
680        * custom/mvme136.cfg: Remove GCC272 support.
681        * custom/mvme147.cfg: Remove GCC272 support.
682        * custom/mvme167.cfg: Remove GCC272 support.
683        * custom/ods68302.cfg: Remove GCC272 support.
684        * custom/p4000.cfg: Remove GCC272 support.
685        * custom/p4600.cfg: Remove GCC272 support.
686        * custom/p4650.cfg: Remove GCC272 support.
687        * custom/pc386.cfg: Remove GCC272 support.
688        * custom/portsw.cfg: Remove GCC272 support.
689        * custom/psim.cfg: Remove GCC272 support.
690        * custom/rxgen960.cfg: Remove GCC272 support.
691        * custom/score603e.cfg: Remove GCC272 support.
692        * custom/sim68000.cfg: Remove GCC272 support.
693        * custom/simhppa.cfg: Remove GCC272 support.
694        * custom/simsh4.cfg: Remove GCC272 support.
695        * custom/ts_386ex.cfg: Remove GCC272 support.
696
6972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * Templates/Makefile.am: Remove AUTOMAKE_OPTIONS.
700        * Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
703
7042002-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * compilers/gcc-target-default.cfg: Add missing \.
707        Reported by Ilya Alexeev <ilya@continuum.ru>.
708
7092002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.
712        * custom/h8sim.cfg: Remove -g from CPU_CFLAGS. Remove GCC272
713        support.
714        * custom/jmr3904.cfg: Remove -g from CPU_CFLAGS. Remove GCC272.
715
7162001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
719        * custom/FreeBSD-posix.cfg: Ditto.
720        * custom/HPUX9-posix.cfg: Ditto.
721        * custom/Linux-posix.cfg: Ditto.
722        * custom/Solaris-posix.cfg: Ditto.
723
7242001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * custom/erc32.cfg: Remove erc32nfp support, GCC272.
727        * custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
728
7292001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * custom/armulator.cfg: Remove make-target-options.
732        * custom/erc32.cfg: Remove CONSOLE_USE_INTERRUPTS, SIMSPARC_FAST_IDLE
733        (now in erc32/configure.ac).
734        * custom/leon2.cfg: Remove CONSOLE_USE_INTERRUPTS,
735        SIMSPARC_FAST_IDLE (now in leon2/configure.ac).
736        Remove CONSOLE_USE_POLLED (Unused).
737        * custom/mvme167.cfg: Remove CD2401_INT_LEVEL, CD2401_IO_MODE,
738        CD2401_USE_TERMIOS (now in mvme167/configure.ac).
739        * custom/mvme162.cfg: Remove references to mvme162lx.
740        Abandon gcc272. Remove make-target-options.
741        * custom/mvme162lx.cfg: Add portions formerly in mvme162.cfg.
742
7432001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * custom/bare.cfg: Remove make-target-options.
746        * custom/c4xsim.cfg: Ditto.
747        * custom/cvme961.cfg: Ditto.
748        * custom/efi68k.cfg: Ditto.
749        * custom/gen68302.cfg: Ditto.
750        * custom/gen68340.cfg: Ditto.
751        * custom/genmongoosev.cfg: Ditto.
752        * custom/gensh4.cfg: Remove make-target-options, remove GCC272
753        make-exe, remove empty lines.
754        * custom/h8sim.cfg: Remove make-target-options.
755        * custom/mcf5206elite.cfg: Ditto.
756        * custom/mrm332.cfg: Ditto.
757        * custom/mvme147.cfg: Ditto.
758        * custom/ods68302.cfg: Ditto.
759        * custom/p4000.cfg: Ditto.
760        * custom/p4600.cfg: Ditto.
761        * custom/p4650.cfg: Ditto.
762        * custom/pc386.cfg: Ditto.
763        * custom/portsw.cfg: Ditto.
764        * custom/simsh4.cfg: Ditto.
765
7662001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * custom/efi332.cfg: Remove make-target-options.
769        * custom/idp.cfg: Ditto.
770        * custom/jmr3904.cfg: Ditto.
771
7722001-11-27      Joel Sherrill <joel@OARcorp.com>,
773
774        * ChangeLog: Deleted bogus entry.
775
7762001-11-27      Joel Sherrill <joel@OARcorp.com>,
777
778        * custom/ods68302.cfg: Eliminated required definition of macros in this
779        file for the BSP to compile.  The ROM and ROM address and size settings
780        are now linker script items. 
781
7822001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784
785        * custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
786        Remove make-target-options.
787        * custom/helas403.cfg:  Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG;
788        Remove make-target-options.
789        * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE,
790        DATA_CACHE_ENABLE.
791        * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE,
792        DATA_CACHE_ENABLE.
793        * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE,
794        DATA_CACHE_ENABLE.
795
7962001-11-25      Joel Sherrill <joel@OARcorp.com>
797
798        * custom/papyrus.cfg: Removed.
799        * custom/Makefile.am, custom/helas403.cfg: Removed reference to above.
800
8012001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac.
804        * custom/mcp750.cfg: Ditto.
805
8062001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * custom/dmv177.cfg: Reflect changes to dmv177/configure.ac.
809        * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac.
810        * custom/psim.cfg: Refect changes to psim/configure.ac.
811        * custom/score603e.cfg: Reflect changes to score603e/configure.ac,
812        remove SCORE603E_GENERATION.
813
8142001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
815
816        * custom/eth_comm.cfg: Reflect changes to eth_comm/configure.ac.
817        * custom/mbx8xx.cfg: Reflect changes to mbx8xx/configure.ac.
818        * custom/mbx860_005b.cfg: Ditto.
819        * custom/mpc8620ads.cfg: Reflect changes to mpc8620/configure.ac.
820
821
8222001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * custom/gensh1.cfg: remove make-target-options.
825        * custom/gensh2.cfg: remove make-target-options.
826
8272001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B,
830        remove make-target-options, remove BSP_CPPFLAGS.
831
8322001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * custom/simhppa.cfg: Remove SIMHPPA_FAST_IDLE, make-target-options.
835
8362001-11-14      Joel Sherrill <joel@OARcorp.com>
837
838        * custom/eth_comm.cfg, custom/mbx860_005b.cfg, custom/mbx8xx.cfg,
839        custom/mcp750.cfg, custom/mpc8260ads.cfg, custom/mvme2307.cfg:
840        These are new exception processing model BSPs and thus do not
841        need to define PPC_USE_SPRG.
842
8432001-11-14      Joel Sherrill <joel@OARcorp.com>
844
845        * ChangeLog: Added missing lines about simcpu32.cfg and sim68000.cfg.
846
8472001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * custom/ts_386ex.cfg: Remove make-target-options.
850        * custom/sim68000.cfg: Remove RTEMS_BSVC_MODEL, make-target-options.
851        * custom/simcpu32.cfg: Reimplement as a copy of sim68000.cfg with
852        different flags.
853
8542001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
855
856        * custom/shsim.cfg: Remove HZ, BSP_CPPFLAGS, make-target-options.
857        * custom/mvme2307.cfg: Fix PPC_USE_SPRG in make-target-options,
858        re-adopt mcp750.cfg's make-exe.
859
8602001-11-13      Joel Sherrill <joel@OARcorp.com>
861
862        * custom/helas403.cfg, custom/gen405.cfg: Removed dependency on
863        the --srec-len argument to objcopy only supported in binutils 2.11
864        or newer.
865
8662001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
867
868        This modification is part of the submitted modifications necessary to
869        support the IBM PPC405 family.  This submission was reviewed by
870        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
871        not negatively impact the ppc403 BSPs.  The submission and tracking
872        process was captured as PR50.
873        * custom/gen405.cfg: New file.
874        * custom/helas403.cfg: Modified to generate Srecords.
875
8762001-10-30      Joel Sherrill <joel@OARcorp.com>
877
878        * custom/sim68000.cfg: Generate symbols off executable not Srecords.
879
8802001-10-26      Victor V. Vengerov <vvv@oktet.ru>
881
882        * custom/mcf5206elite.cfg: New file.
883
8842001-10-22      Andy Dachs <a.dachs@sstl.co.uk>
885
886        * custom/mpc8260ads.cfg: New file.
887
8882001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * custom/gensh4.cfg: Remove START_HW_INIT.
891        * custom/simsh4.cfg: Remove START_HW_INIT, RTEMS_CPU_MODEL=sh7750.
892
8932001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * custom/gensh4.cfg: Remove HZ.
896        * custom/simsh4.cfg: Remove HZ.
897
8982001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
899
900        * custom/gensh4.cfg, custom/simsh4.cfg: New files in support
901        of Hitachi SH4 BSPs of the same name.  Reviewed and some
902        cleanup by Joel Sherrill <joel@OARcorp.com>.
903
9042001-10-11    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * custom/gensh2.cfg: Remove -lstdc++ from make-exe.
907
9082001-10-11      Joel Sherrill <joel@OARcorp.com>
909
910        * custom/mbx8xx.cfg, custom/mvme167.cfg: Rewrote use of strip command
911        to avoid using the apparently broken or deprecated -o argument.
912
9132001-09-28      Joel Sherrill <joel@OARcorp.com>
914
915        * custom/ods68302.cfg: Add custom make-cxx-exe rule to account
916        for MC68302_BASE.
917
9182001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * custom/bare.cfg: Define dummy make-cxx-exe.
921
9222001-09-21    Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * ChangeLog: Formatting cleanup.
925
9262001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__,
929        make-target-options.
930        * custom/FreeBSD-posix.cfg: Remove make-target-options.
931        * custom/HPUX9-posix.cfg: Dito.
932        * custom/Linux-posix.cfg: Dito.
933        * custom/Solaris-posix.cfg: Dito.
934        * custom/arm_bare_bsp.cfg: Dito.
935        * custom/armulator.cfg: Dito.
936        * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.
937        * custom/i386ex.cfg: Remove make-target-options.
938        * custom/i960sim.cfg: Remove make-target-options.
939        * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED,
940        CONSOLE_USE_INTERRUPTS.
941        * custom/rxgen960.cfg: Remove make-target-options, cleanup comments.
942        * custom/score603e.cfg: Remove CONSOLE_USE_POLLED,
943        CONSOLE_USE_INTERRUPTS.
944        * custom/vegaplus.cfg: Remove make-target-options.
945
9462001-05-25      Joel Sherrill <joel@OARcorp.com>
947
948        * custom/mrm332.cfg: Switched $(SED) to sed.
949
9502000-05-25      Matt Cross <profesor@gweep.net>
951
952        * New MRM332 BSP for the Mini RoboMind board based
953        on the 68332 microcontroller designed and build by Mark
954        Castelluccio.  For details on the MRM see http://www.robominds.com.
955        * custom/mrm332.cfg: New file.
956
9572001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
960        CONSOLE_USE_POLLED, HAS_RTC.
961
9622001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
965        * custom/gensh2.cfg: Dito.
966
9672001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.
970        * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS.
971        * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS.
972        * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags,
973        remove unused flags, remove -ansi from CPP.
974        * custom/eth_comm.cfg: Remove CPU_DEFINES.
975        * custom/sim68000.cfg: Remove CPU_DEFINES.
976       
9772001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
978
979        * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm.
980        * compilers/gcc-target-default.cfg: Dito.
981        * compilers/gcc-portsw.cfg: Remove -Hansi.
982        * custom/posix.cfg: Remove inclusion of target.cfg.
983        * custom/simhppa.cfg: Remove -ansi -fasm.
984
9852001-04-11      Eric Valette <valette@crf.canon.fr>
986
987        * custom/eth_comm.cfg: Switch the eth_comm BSP to use the
988        "new exception processing model."
989
9902001-04-11      Joel Sherrill <joel@OARcorp.com>
991
992        * custom/default.cfg: Switch to using exec_prefix to reflect new
993        organization of install point from Ralf Corsepius.
994
9952001-03-30      Eric Valette <valette@crf.canon.fr>
996
997        * custom/mbx860_005b.cfg:  This switches the MBX8xx BSP to the
998        use the "new exception processing model."
999
10002001-03-14      Joel Sherrill <joel@OARcorp.com>
1001
1002        * custom/genmongossev.cfg: New file.
1003
10042001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * custom/pc386dx.cfg: New bsp.
1007
10082001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
1011        custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
1012        custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
1013
10142001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1015
1016        * lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
1017        * main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
1018        * host.cfg.in: Remove RM, make-script.
1019        * ChangeLog: Remove bogus 2001-01-22 entry.
1020
10212001-01-09      Joel Sherrill <joel@OARcorp.com>
1022
1023        * custom/pc386.cfg (make-exe): Removed commented out lines that
1024        were displayed in build longs.
1025
10262001-01-08      Joel Sherrill <joel@OARcorp.com>
1027
1028        * custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove
1029        unneeded definitions when compiled for "mips" rather than "mips64orion."
1030        Correct CPU_CFLAGS.
1031
10322001-01-05      Joel Sherrill <joel@OARcorp.com>
1033
1034        * custom/gensh1.cfg: Removed rest of make-target-options and
1035        moved them to BSP configure options.
1036
10372001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
1038
1039        * custom/mcp750.cfg (make-exe): Rewrite to avoid writing to
1040        install point or assuming BSP build tree is available.
1041
10422001-01-03      Joel Sherrill <joel@OARcorp.com>
1043
1044        * custom/psim.cfg: Removed unused variables.
1045
10462001-01-03      Joel Sherrill <joel@OARcorp.com>
1047
1048        * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
1049        * custom/simcpu32.cfg: Removed MVME162 reference.
1050
10512000-12-14      Emmanuel Raguet <raguet@crf.canon.fr>
1052
1053        * custom/mcp750.cfg: Fix problems in generation of .exe file.
1054        Still need to fix to avoid touching install point on non-install stanza.
1055
10562000-12-06      Joel Sherrill <joel@OARcorp.com>
1057
1058        * custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
1059        and copies that should not be in it.
1060
10612000-12-01      Joel Sherrill <joel@OARcorp.com>
1062
1063        * custom/jmr3904.cfg: Turn optimization back up to -O2.
1064
10652000-11-30      Joel Sherrill <joel@OARcorp.com>
1066
1067        * custom/jmr3904.cfg: Use -m3900 not -mips3. TX3904 is actually
1068        a mips1.  gcc translates -m3900 into that.
1069
10702000-11-27      Joel Sherrill <joel@OARcorp.com>
1071
1072        * custom/jmr3904.cfg: Fix incorrect reference to i960.
1073
10742000-11-27      Joel Sherrill <joel@OARcorp.com>
1075
1076        * custom/shsim.cfg: New file.
1077        * custom/Makefile.am: Modified to reflect addition of shsim.cfg.
1078        The shsim is for the SH simulator in gdb. It should be able
1079        to be used with multiple SH CPU models.  This will require
1080        adding BSP variants.
1081
10822000-11-25      Joel Sherrill <joel@OARcorp.com>
1083
1084        * custom/pc386.cfg: make-exe rule would write into
1085        $(PROJECT_RELEASE) area.  This is not cool because it $(PROJECT_RELEASE)
1086        is generally not writeable after the BSP is installed and you do not
1087        want every application installed there by default.  Reported by
1088        Eric Norum <eric.norum@usask.ca>.
1089
10902000-11-25      Joel Sherrill <joel@OARcorp.com>
1091
1092        * custom/Makefile.am: Updated to add jmr3904.cfg
1093        * custom/jmr3904.cfg: New file.
1094
10952000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1096
1097        * custom/leon2.cfg: Removed defines that are now generated
1098        in a non-BSP specific manner.
1099
11002000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
1101
1102        * custom/Makefile.am: Modified to reflect addition of files.
1103        * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant.
1104        * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
1105
11062000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1107
1108        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
1109
11102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1111
1112        * custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
1113
11142000-10-24      Joel Sherrill <joel@OARcorp.com>
1115
1116        * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
1117        definition since this information can be picked up from
1118        autoconf generated files.  These BSPs are shared by the
1119        mips and mips64orion "ports."
1120
11212000-10-18      Joel Sherrill <joel@OARcorp.com>
1122
1123        * compilers/gcc-portsw.cfg: Use gcc style flags.
1124
11252000-09-13      Joel Sherrill <joel@OARcorp.com>
1126
1127        * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg,
1128        custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
1129
11302000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
1131
1132        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
1133        Eric Valette <valette@crf.canon.fr>.
1134        * custom/vegaplus.cfg: New file.
1135
11362000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
1139        * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
1140        * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
1141        * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
1142        * custom/idp.cfg: Comment out LIBC_LIB[C|M].
1143        * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
1144        * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
1145
11462000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1147
1148        * custom/gensh2.cfg: Fix comments.
1149
11502000-09-12      Joel Sherrill <joel@OARcorp.com>
1151
1152        * custom/mvme167.cfg (CPP_CFLAGS): Corrected to only include
1153        compiler arguments that specify CPU model options.
1154
11552000-09-12      Joel Sherrill <joel@OARcorp.com>
1156
1157        * custom/mbx860_005b.cfg (make-target-options): Add lines to
1158        define PRINTK_MINOR SMC1_MINOR and PRINTK_IO_MODE.  The settings
1159        may be incorrect but the BSP now compiles.
1160
11612000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1162
1163        * custom/arm_bare_bsp.cfg: Fix comments.
1164
11652000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1166
1167        * custom/gensh1.cfg, custom/gensh2.cfg: Abandon gcc-2.7.2's make-exe
1168        * custom/simcpu32.cfg: Set RTEMS_BSVC_MODEL = simcpu32
1169        * ChangeLog: File paths corrected
1170
11712000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
1172
1173        * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
1174
11752000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177        * custom/pck6.cfg: New file
1178        * custom/pc486.cfg: Use -m486
1179        * custom/pc586.cfg: Use -mpentium
1180        * custom/pc686.cfg: Use -mmpentiumpro
1181        * custom/i386ex.cfg: Use -msoft-float
1182
11832000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1184
1185        * custom/mbx8xx.cfg: Add support for configuration parameters in NVRAM
1186
11872000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1188
1189        * ChangeLog: File paths corrected.
1190
11912000-08-04      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1192
1193        * custom/mvme167.cfg: Add specification of printk port, console port
1194        and serial I/O mode.  Arrange for the stripped executable to
1195        be copied up the build tree.
1196       
11972000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
1198
1199        * custom/mbx8xx.cfg: Support for shared printk and no termios.
1200
12012000-08-10      John Cotton  <john.cotton@nrc.ca>
1202
1203        * custom/mbx8xx.cfg: Support added for dejagnu test harness.
1204
12052000-08-10      Joel Sherrill <joel@OARcorp.com>
1206
1207        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.