Ticket #394: make_custom_defaultinc.diff

File make_custom_defaultinc.diff, 62.9 KB (added by strauman, on 12/03/06 at 13:31:13)

make_custom_defaultinc.diff

Line 
1Index: make/custom/arm_bare_bsp.cfg
2===================================================================
3RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/arm_bare_bsp.cfg,v
4retrieving revision 1.1.1.3
5diff -c -r1.1.1.3 arm_bare_bsp.cfg
6*** make/custom/arm_bare_bsp.cfg        21 Apr 2003 20:20:36 -0000      1.1.1.3
7--- make/custom/arm_bare_bsp.cfg        22 Apr 2003 06:50:37 -0000
8***************
9*** 4,16 ****
10  #  arm_bare_bsp.cfg,v 1.6.6.1 2003/02/26 07:46:06 ralf Exp
11  #
12 
13- include $(RTEMS_ROOT)/make/custom/default.cfg
14-
15  RTEMS_CPU=arm
16  RTEMS_CPU_MODEL=arm7tdmi
17 
18  # This is the actual bsp directory used during the build process.
19  RTEMS_BSP_FAMILY=arm_bare_bsp
20 
21  #  This contains the compiler options necessary to select the CPU model
22  #  and (hopefully) optimize for it.
23--- 4,16 ----
24  #  arm_bare_bsp.cfg,v 1.6.6.1 2003/02/26 07:46:06 ralf Exp
25  #
26 
27  RTEMS_CPU=arm
28  RTEMS_CPU_MODEL=arm7tdmi
29 
30  # This is the actual bsp directory used during the build process.
31  RTEMS_BSP_FAMILY=arm_bare_bsp
32+
33+ include $(RTEMS_ROOT)/make/custom/default.cfg
34 
35  #  This contains the compiler options necessary to select the CPU model
36  #  and (hopefully) optimize for it.
37Index: make/custom/armulator.cfg
38===================================================================
39RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/armulator.cfg,v
40retrieving revision 1.1.1.4
41diff -c -r1.1.1.4 armulator.cfg
42*** make/custom/armulator.cfg   21 Apr 2003 20:20:36 -0000      1.1.1.4
43--- make/custom/armulator.cfg   22 Apr 2003 06:50:47 -0000
44***************
45*** 4,16 ****
46  #  armulator.cfg,v 1.6.2.1 2003/02/26 07:46:06 ralf Exp
47  #
48 
49- include $(RTEMS_ROOT)/make/custom/default.cfg
50-
51  RTEMS_CPU=arm
52  RTEMS_CPU_MODEL=arm7tdmi
53 
54  # This is the actual bsp directory used during the build process.
55  RTEMS_BSP_FAMILY=armulator
56 
57  #  This contains the compiler options necessary to select the CPU model
58  #  and (hopefully) optimize for it.
59--- 4,16 ----
60  #  armulator.cfg,v 1.6.2.1 2003/02/26 07:46:06 ralf Exp
61  #
62 
63  RTEMS_CPU=arm
64  RTEMS_CPU_MODEL=arm7tdmi
65 
66  # This is the actual bsp directory used during the build process.
67  RTEMS_BSP_FAMILY=armulator
68+
69+ include $(RTEMS_ROOT)/make/custom/default.cfg
70 
71  #  This contains the compiler options necessary to select the CPU model
72  #  and (hopefully) optimize for it.
73Index: make/custom/c4xsim.cfg
74===================================================================
75RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/c4xsim.cfg,v
76retrieving revision 1.1.1.3
77diff -c -r1.1.1.3 c4xsim.cfg
78*** make/custom/c4xsim.cfg      29 Jan 2003 22:59:52 -0000      1.1.1.3
79--- make/custom/c4xsim.cfg      22 Apr 2003 06:51:17 -0000
80***************
81*** 4,11 ****
82  #  c4xsim.cfg,v 1.5 2001/12/07 12:32:09 joel Exp
83  #
84 
85- include $(RTEMS_ROOT)/make/custom/default.cfg
86-
87  ifeq ($(RTEMS_CPU_MODEL),)
88  RTEMS_BSP=c4xsim
89  RTEMS_CPU_MODEL=c40
90--- 4,9 ----
91***************
92*** 17,22 ****
93--- 15,22 ----
94 
95  # This is the actual bsp directory used during the build process.
96  RTEMS_BSP_FAMILY=c4xsim
97+
98+ include $(RTEMS_ROOT)/make/custom/default.cfg
99 
100  # optimize flag: typically -0, could use -O4 or -fast
101  # -O4 is ok for RTEMS
102Index: make/custom/cvme961.cfg
103===================================================================
104RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/cvme961.cfg,v
105retrieving revision 1.1.1.3
106diff -c -r1.1.1.3 cvme961.cfg
107*** make/custom/cvme961.cfg     29 Jan 2003 22:59:52 -0000      1.1.1.3
108--- make/custom/cvme961.cfg     22 Apr 2003 06:51:26 -0000
109***************
110*** 4,16 ****
111  #  cvme961.cfg,v 1.20 2002/05/14 15:51:29 joel Exp
112  #
113 
114- include $(RTEMS_ROOT)/make/custom/default.cfg
115-
116  RTEMS_CPU=i960
117  RTEMS_CPU_MODEL=i960ca
118 
119  # This is the actual bsp directory used during the build process.
120  RTEMS_BSP_FAMILY=cvme961
121 
122  #  This contains the compiler options necessary to select the CPU model
123  #  and (hopefully) optimize for it.
124--- 4,16 ----
125  #  cvme961.cfg,v 1.20 2002/05/14 15:51:29 joel Exp
126  #
127 
128  RTEMS_CPU=i960
129  RTEMS_CPU_MODEL=i960ca
130 
131  # This is the actual bsp directory used during the build process.
132  RTEMS_BSP_FAMILY=cvme961
133+
134+ include $(RTEMS_ROOT)/make/custom/default.cfg
135 
136  #  This contains the compiler options necessary to select the CPU model
137  #  and (hopefully) optimize for it.
138Index: make/custom/dmv152.cfg
139===================================================================
140RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/dmv152.cfg,v
141retrieving revision 1.1.1.3
142diff -c -r1.1.1.3 dmv152.cfg
143*** make/custom/dmv152.cfg      29 Jan 2003 22:59:52 -0000      1.1.1.3
144--- make/custom/dmv152.cfg      22 Apr 2003 06:51:38 -0000
145***************
146*** 4,16 ****
147  #  dmv152.cfg,v 1.18 2002/03/28 13:51:54 joel Exp
148  #
149 
150- include $(RTEMS_ROOT)/make/custom/default.cfg
151-
152  RTEMS_CPU=m68k
153  RTEMS_CPU_MODEL=m68020
154 
155  # This is the actual bsp directory used during the build process.
156  RTEMS_BSP_FAMILY=dmv152
157 
158  #
159  #  This contains the compiler options necessary to select the CPU model
160--- 4,16 ----
161  #  dmv152.cfg,v 1.18 2002/03/28 13:51:54 joel Exp
162  #
163 
164  RTEMS_CPU=m68k
165  RTEMS_CPU_MODEL=m68020
166 
167  # This is the actual bsp directory used during the build process.
168  RTEMS_BSP_FAMILY=dmv152
169+
170+ include $(RTEMS_ROOT)/make/custom/default.cfg
171 
172  #
173  #  This contains the compiler options necessary to select the CPU model
174Index: make/custom/dmv177.cfg
175===================================================================
176RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/dmv177.cfg,v
177retrieving revision 1.1.1.3
178diff -c -r1.1.1.3 dmv177.cfg
179*** make/custom/dmv177.cfg      29 Jan 2003 22:59:52 -0000      1.1.1.3
180--- make/custom/dmv177.cfg      22 Apr 2003 06:51:44 -0000
181***************
182*** 8,20 ****
183  #  dmv177.cfg,v 1.24 2002/05/14 15:51:29 joel Exp
184  #
185 
186- include $(RTEMS_ROOT)/make/custom/default.cfg
187-
188  RTEMS_CPU=powerpc
189  RTEMS_CPU_MODEL=ppc603e
190 
191  # This is the actual bsp directory used during the build process.
192  RTEMS_BSP_FAMILY=dmv177
193 
194  #  This contains the compiler options necessary to select the CPU model
195  #  and (hopefully) optimize for it.
196--- 8,20 ----
197  #  dmv177.cfg,v 1.24 2002/05/14 15:51:29 joel Exp
198  #
199 
200  RTEMS_CPU=powerpc
201  RTEMS_CPU_MODEL=ppc603e
202 
203  # This is the actual bsp directory used during the build process.
204  RTEMS_BSP_FAMILY=dmv177
205+
206+ include $(RTEMS_ROOT)/make/custom/default.cfg
207 
208  #  This contains the compiler options necessary to select the CPU model
209  #  and (hopefully) optimize for it.
210Index: make/custom/edb7312.cfg
211===================================================================
212RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/edb7312.cfg,v
213retrieving revision 1.1.1.2
214diff -c -r1.1.1.2 edb7312.cfg
215*** make/custom/edb7312.cfg     21 Apr 2003 20:20:36 -0000      1.1.1.2
216--- make/custom/edb7312.cfg     22 Apr 2003 06:51:50 -0000
217***************
218*** 4,16 ****
219  #  edb7312.cfg,v 1.1.2.1 2003/02/26 07:46:06 ralf Exp
220  #
221 
222- include $(RTEMS_ROOT)/make/custom/default.cfg
223-
224  RTEMS_CPU=arm
225  RTEMS_CPU_MODEL=arm7tdmi
226 
227  # This is the actual bsp directory used during the build process.
228  RTEMS_BSP_FAMILY=edb7312
229 
230  #  This contains the compiler options necessary to select the CPU model
231  #  and (hopefully) optimize for it.
232--- 4,16 ----
233  #  edb7312.cfg,v 1.1.2.1 2003/02/26 07:46:06 ralf Exp
234  #
235 
236  RTEMS_CPU=arm
237  RTEMS_CPU_MODEL=arm7tdmi
238 
239  # This is the actual bsp directory used during the build process.
240  RTEMS_BSP_FAMILY=edb7312
241+
242+ include $(RTEMS_ROOT)/make/custom/default.cfg
243 
244  #  This contains the compiler options necessary to select the CPU model
245  #  and (hopefully) optimize for it.
246Index: make/custom/efi332.cfg
247===================================================================
248RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/efi332.cfg,v
249retrieving revision 1.1.1.3
250diff -c -r1.1.1.3 efi332.cfg
251*** make/custom/efi332.cfg      29 Jan 2003 22:59:52 -0000      1.1.1.3
252--- make/custom/efi332.cfg      22 Apr 2003 06:51:55 -0000
253***************
254*** 4,16 ****
255  #  efi332.cfg,v 1.21 2002/08/06 20:15:43 joel Exp
256  #
257 
258- include $(RTEMS_ROOT)/make/custom/default.cfg
259-
260  RTEMS_CPU=m68k
261  RTEMS_CPU_MODEL=m68332
262 
263  # This is the actual bsp directory used during the build process.
264  RTEMS_BSP_FAMILY=efi332
265 
266  #  This contains the compiler options necessary to select the CPU model
267  #  and (hopefully) optimize for it.
268--- 4,16 ----
269  #  efi332.cfg,v 1.21 2002/08/06 20:15:43 joel Exp
270  #
271 
272  RTEMS_CPU=m68k
273  RTEMS_CPU_MODEL=m68332
274 
275  # This is the actual bsp directory used during the build process.
276  RTEMS_BSP_FAMILY=efi332
277+
278+ include $(RTEMS_ROOT)/make/custom/default.cfg
279 
280  #  This contains the compiler options necessary to select the CPU model
281  #  and (hopefully) optimize for it.
282Index: make/custom/efi68k.cfg
283===================================================================
284RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/efi68k.cfg,v
285retrieving revision 1.1.1.3
286diff -c -r1.1.1.3 efi68k.cfg
287*** make/custom/efi68k.cfg      29 Jan 2003 22:59:52 -0000      1.1.1.3
288--- make/custom/efi68k.cfg      22 Apr 2003 06:52:00 -0000
289***************
290*** 4,16 ****
291  #  efi68k.cfg,v 1.17 2002/03/28 13:51:54 joel Exp
292  #
293 
294- include $(RTEMS_ROOT)/make/custom/default.cfg
295-
296  RTEMS_CPU=m68k
297  RTEMS_CPU_MODEL=m68000
298 
299  # This is the actual bsp directory used during the build process.
300  RTEMS_BSP_FAMILY=efi68k
301 
302  #  This contains the compiler options necessary to select the CPU model
303  #  and (hopefully) optimize for it.
304--- 4,16 ----
305  #  efi68k.cfg,v 1.17 2002/03/28 13:51:54 joel Exp
306  #
307 
308  RTEMS_CPU=m68k
309  RTEMS_CPU_MODEL=m68000
310 
311  # This is the actual bsp directory used during the build process.
312  RTEMS_BSP_FAMILY=efi68k
313+
314+ include $(RTEMS_ROOT)/make/custom/default.cfg
315 
316  #  This contains the compiler options necessary to select the CPU model
317  #  and (hopefully) optimize for it.
318Index: make/custom/erc32.cfg
319===================================================================
320RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/erc32.cfg,v
321retrieving revision 1.1.1.3
322diff -c -r1.1.1.3 erc32.cfg
323*** make/custom/erc32.cfg       29 Jan 2003 22:59:53 -0000      1.1.1.3
324--- make/custom/erc32.cfg       22 Apr 2003 06:52:05 -0000
325***************
326*** 5,17 ****
327  #  erc32.cfg,v 1.27 2002/04/03 14:16:20 joel Exp
328  #
329 
330- include $(RTEMS_ROOT)/make/custom/default.cfg
331-
332  RTEMS_CPU=sparc
333  RTEMS_CPU_MODEL=erc32
334 
335  # This is the actual bsp directory used during the build process.
336  RTEMS_BSP_FAMILY=erc32
337 
338  CPU_CFLAGS = -mcpu=cypress
339 
340--- 5,17 ----
341  #  erc32.cfg,v 1.27 2002/04/03 14:16:20 joel Exp
342  #
343 
344  RTEMS_CPU=sparc
345  RTEMS_CPU_MODEL=erc32
346 
347  # This is the actual bsp directory used during the build process.
348  RTEMS_BSP_FAMILY=erc32
349+
350+ include $(RTEMS_ROOT)/make/custom/default.cfg
351 
352  CPU_CFLAGS = -mcpu=cypress
353 
354Index: make/custom/erc32nfp.cfg
355===================================================================
356RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/erc32nfp.cfg,v
357retrieving revision 1.1.1.3
358diff -c -r1.1.1.3 erc32nfp.cfg
359*** make/custom/erc32nfp.cfg    29 Jan 2003 22:59:53 -0000      1.1.1.3
360--- make/custom/erc32nfp.cfg    22 Apr 2003 06:52:11 -0000
361***************
362*** 9,18 ****
363 
364  RTEMS_CPU_MODEL=erc32nfp
365 
366- include $(RTEMS_ROOT)/make/custom/default.cfg
367-
368  # This is the actual bsp directory used during the build process.
369  RTEMS_BSP_FAMILY=erc32
370 
371  CPU_CFLAGS = -mcpu=cypress -msoft-float
372 
373--- 9,18 ----
374 
375  RTEMS_CPU_MODEL=erc32nfp
376 
377  # This is the actual bsp directory used during the build process.
378  RTEMS_BSP_FAMILY=erc32
379+
380+ include $(RTEMS_ROOT)/make/custom/default.cfg
381 
382  CPU_CFLAGS = -mcpu=cypress -msoft-float
383 
384Index: make/custom/eth_comm.cfg
385===================================================================
386RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/eth_comm.cfg,v
387retrieving revision 1.1.1.3
388diff -c -r1.1.1.3 eth_comm.cfg
389*** make/custom/eth_comm.cfg    29 Jan 2003 22:59:53 -0000      1.1.1.3
390--- make/custom/eth_comm.cfg    22 Apr 2003 06:52:20 -0000
391***************
392*** 4,11 ****
393  #  eth_comm.cfg,v 1.17 2002/08/02 00:08:01 joel Exp
394  #
395 
396- include $(RTEMS_ROOT)/make/custom/default.cfg
397-
398  RTEMS_CPU=powerpc
399  RTEMS_CPU_MODEL=mpc8xx
400  8XX_CPU_TYPE=860
401--- 4,9 ----
402***************
403*** 13,18 ****
404--- 11,18 ----
405  # This is the actual bsp directory used during the build process.
406  RTEMS_BSP_FAMILY=eth_comm
407  RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
408+
409+ include $(RTEMS_ROOT)/make/custom/default.cfg
410 
411  #  PPC_ABI (PowerPC)
412  #     This defines the calling convention (Application Binary Interface)
413Index: make/custom/gen405.cfg
414===================================================================
415RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/gen405.cfg,v
416retrieving revision 1.1.1.2
417diff -c -r1.1.1.2 gen405.cfg
418*** make/custom/gen405.cfg      29 Jan 2003 22:59:53 -0000      1.1.1.2
419--- make/custom/gen405.cfg      22 Apr 2003 06:52:33 -0000
420***************
421*** 11,23 ****
422  #
423  #
424 
425- include $(RTEMS_ROOT)/make/custom/default.cfg
426-
427  RTEMS_CPU=powerpc
428  RTEMS_CPU_MODEL=ppc405
429 
430  # This is the actual bsp directory used during the build process.
431  RTEMS_BSP_FAMILY=gen405
432 
433  #  This contains the compiler options necessary to select the CPU model
434  #  and (hopefully) optimize for it.
435--- 11,23 ----
436  #
437  #
438 
439  RTEMS_CPU=powerpc
440  RTEMS_CPU_MODEL=ppc405
441 
442  # This is the actual bsp directory used during the build process.
443  RTEMS_BSP_FAMILY=gen405
444+
445+ include $(RTEMS_ROOT)/make/custom/default.cfg
446 
447  #  This contains the compiler options necessary to select the CPU model
448  #  and (hopefully) optimize for it.
449Index: make/custom/gen68302.cfg
450===================================================================
451RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/gen68302.cfg,v
452retrieving revision 1.1.1.3
453diff -c -r1.1.1.3 gen68302.cfg
454*** make/custom/gen68302.cfg    29 Jan 2003 22:59:53 -0000      1.1.1.3
455--- make/custom/gen68302.cfg    22 Apr 2003 06:52:38 -0000
456***************
457*** 4,16 ****
458  #  gen68302.cfg,v 1.15 2002/03/28 13:51:54 joel Exp
459  #
460 
461- include $(RTEMS_ROOT)/make/custom/default.cfg
462-
463  RTEMS_CPU=m68k
464  RTEMS_CPU_MODEL=m68302
465 
466  # This is the actual bsp directory used during the build process.
467  RTEMS_BSP_FAMILY=gen68302
468 
469  #
470  #  This contains the compiler options necessary to select the CPU model
471--- 4,16 ----
472  #  gen68302.cfg,v 1.15 2002/03/28 13:51:54 joel Exp
473  #
474 
475  RTEMS_CPU=m68k
476  RTEMS_CPU_MODEL=m68302
477 
478  # This is the actual bsp directory used during the build process.
479  RTEMS_BSP_FAMILY=gen68302
480+
481+ include $(RTEMS_ROOT)/make/custom/default.cfg
482 
483  #
484  #  This contains the compiler options necessary to select the CPU model
485Index: make/custom/gen68340.cfg
486===================================================================
487RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/gen68340.cfg,v
488retrieving revision 1.1.1.3
489diff -c -r1.1.1.3 gen68340.cfg
490*** make/custom/gen68340.cfg    29 Jan 2003 22:59:53 -0000      1.1.1.3
491--- make/custom/gen68340.cfg    22 Apr 2003 06:52:43 -0000
492***************
493*** 8,17 ****
494 
495  RTEMS_CPU_MODEL=m68340
496 
497- include $(RTEMS_ROOT)/make/custom/default.cfg
498-
499  # This is the actual bsp directory used during the build process.
500  RTEMS_BSP_FAMILY=gen68340
501 
502  CPU_CFLAGS = -mcpu32
503 
504--- 8,17 ----
505 
506  RTEMS_CPU_MODEL=m68340
507 
508  # This is the actual bsp directory used during the build process.
509  RTEMS_BSP_FAMILY=gen68340
510+
511+ include $(RTEMS_ROOT)/make/custom/default.cfg
512 
513  CPU_CFLAGS = -mcpu32
514 
515Index: make/custom/gen68360.cfg
516===================================================================
517RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/gen68360.cfg,v
518retrieving revision 1.1.1.2
519diff -c -r1.1.1.2 gen68360.cfg
520*** make/custom/gen68360.cfg    29 Jan 2003 22:59:53 -0000      1.1.1.2
521--- make/custom/gen68360.cfg    22 Apr 2003 06:52:51 -0000
522***************
523*** 12,21 ****
524  RTEMS_CPU_MODEL=m68360
525  endif
526 
527- include $(RTEMS_ROOT)/make/custom/default.cfg
528-
529  # This is the actual bsp directory used during the build process.
530  RTEMS_BSP_FAMILY=gen68360
531 
532  #
533  # You must use versions of gcc and gas that support the -mcpu32 option.
534--- 12,21 ----
535  RTEMS_CPU_MODEL=m68360
536  endif
537 
538  # This is the actual bsp directory used during the build process.
539  RTEMS_BSP_FAMILY=gen68360
540+
541+ include $(RTEMS_ROOT)/make/custom/default.cfg
542 
543  #
544  # You must use versions of gcc and gas that support the -mcpu32 option.
545Index: make/custom/genmongoosev.cfg
546===================================================================
547RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/genmongoosev.cfg,v
548retrieving revision 1.1.1.4
549diff -c -r1.1.1.4 genmongoosev.cfg
550*** make/custom/genmongoosev.cfg        29 Jan 2003 22:59:53 -0000      1.1.1.4
551--- make/custom/genmongoosev.cfg        22 Apr 2003 06:52:56 -0000
552***************
553*** 4,16 ****
554  #  genmongoosev.cfg,v 1.4 2002/03/28 13:51:54 joel Exp
555  #
556 
557- include $(RTEMS_ROOT)/make/custom/default.cfg
558-
559  RTEMS_CPU=mips
560  RTEMS_CPU_MODEL=mongoosev
561 
562  # This is the actual bsp directory used during the build process.
563  RTEMS_BSP_FAMILY=genmongoosev
564 
565  #  This contains the compiler options necessary to select the CPU model
566  #  and (hopefully) optimize for it.
567--- 4,16 ----
568  #  genmongoosev.cfg,v 1.4 2002/03/28 13:51:54 joel Exp
569  #
570 
571  RTEMS_CPU=mips
572  RTEMS_CPU_MODEL=mongoosev
573 
574  # This is the actual bsp directory used during the build process.
575  RTEMS_BSP_FAMILY=genmongoosev
576+
577+ include $(RTEMS_ROOT)/make/custom/default.cfg
578 
579  #  This contains the compiler options necessary to select the CPU model
580  #  and (hopefully) optimize for it.
581Index: make/custom/gensh1.cfg
582===================================================================
583RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/gensh1.cfg,v
584retrieving revision 1.1.1.3
585diff -c -r1.1.1.3 gensh1.cfg
586*** make/custom/gensh1.cfg      29 Jan 2003 22:59:53 -0000      1.1.1.3
587--- make/custom/gensh1.cfg      22 Apr 2003 06:53:02 -0000
588***************
589*** 8,20 ****
590  #  gensh1.cfg,v 1.29 2001/11/15 16:55:00 joel Exp
591  #
592 
593- include $(RTEMS_ROOT)/make/custom/default.cfg
594-
595  RTEMS_CPU=sh
596  RTEMS_CPU_MODEL=sh7032
597 
598  # This is the actual bsp directory used during the build process.
599  RTEMS_BSP_FAMILY=gensh1
600 
601  #
602  #  This contains the compiler options necessary to select the CPU model
603--- 8,20 ----
604  #  gensh1.cfg,v 1.29 2001/11/15 16:55:00 joel Exp
605  #
606 
607  RTEMS_CPU=sh
608  RTEMS_CPU_MODEL=sh7032
609 
610  # This is the actual bsp directory used during the build process.
611  RTEMS_BSP_FAMILY=gensh1
612+
613+ include $(RTEMS_ROOT)/make/custom/default.cfg
614 
615  #
616  #  This contains the compiler options necessary to select the CPU model
617Index: make/custom/gensh2.cfg
618===================================================================
619RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/gensh2.cfg,v
620retrieving revision 1.1.1.3
621diff -c -r1.1.1.3 gensh2.cfg
622*** make/custom/gensh2.cfg      29 Jan 2003 22:59:53 -0000      1.1.1.3
623--- make/custom/gensh2.cfg      22 Apr 2003 06:53:07 -0000
624***************
625*** 8,20 ****
626  #  gensh2.cfg,v 1.17 2001/11/15 16:55:00 joel Exp
627  #
628 
629- include $(RTEMS_ROOT)/make/custom/default.cfg
630-
631  RTEMS_CPU=sh
632  RTEMS_CPU_MODEL=sh7045
633 
634  # This is the actual bsp directory used during the build process.
635  RTEMS_BSP_FAMILY=gensh2
636 
637  #
638  #  This contains the compiler options necessary to select the CPU model
639--- 8,20 ----
640  #  gensh2.cfg,v 1.17 2001/11/15 16:55:00 joel Exp
641  #
642 
643  RTEMS_CPU=sh
644  RTEMS_CPU_MODEL=sh7045
645 
646  # This is the actual bsp directory used during the build process.
647  RTEMS_BSP_FAMILY=gensh2
648+
649+ include $(RTEMS_ROOT)/make/custom/default.cfg
650 
651  #
652  #  This contains the compiler options necessary to select the CPU model
653Index: make/custom/gensh4.cfg
654===================================================================
655RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/gensh4.cfg,v
656retrieving revision 1.1.1.3
657diff -c -r1.1.1.3 gensh4.cfg
658*** make/custom/gensh4.cfg      29 Jan 2003 22:59:53 -0000      1.1.1.3
659--- make/custom/gensh4.cfg      22 Apr 2003 06:53:12 -0000
660***************
661*** 9,21 ****
662  #  gensh4.cfg,v 1.4 2001/12/07 12:32:09 joel Exp
663  #
664 
665- include $(RTEMS_ROOT)/make/custom/default.cfg
666-
667  RTEMS_CPU=sh
668  RTEMS_CPU_MODEL=sh7750
669 
670  # This is the actual bsp directory used during the build process.
671  RTEMS_BSP_FAMILY=gensh4
672 
673  #
674  #  This contains the compiler options necessary to select the CPU model
675--- 9,21 ----
676  #  gensh4.cfg,v 1.4 2001/12/07 12:32:09 joel Exp
677  #
678 
679  RTEMS_CPU=sh
680  RTEMS_CPU_MODEL=sh7750
681 
682  # This is the actual bsp directory used during the build process.
683  RTEMS_BSP_FAMILY=gensh4
684+
685+ include $(RTEMS_ROOT)/make/custom/default.cfg
686 
687  #
688  #  This contains the compiler options necessary to select the CPU model
689Index: make/custom/h8sim.cfg
690===================================================================
691RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/h8sim.cfg,v
692retrieving revision 1.1.1.4
693diff -c -r1.1.1.4 h8sim.cfg
694*** make/custom/h8sim.cfg       29 Jan 2003 22:59:53 -0000      1.1.1.4
695--- make/custom/h8sim.cfg       22 Apr 2003 06:53:18 -0000
696***************
697*** 4,16 ****
698  #  h8sim.cfg,v 1.6 2002/01/06 20:09:43 joel Exp
699  #
700 
701- include $(RTEMS_ROOT)/make/custom/default.cfg
702-
703  RTEMS_CPU=h8300
704  RTEMS_CPU_MODEL=h8300h
705 
706  # This is the actual bsp directory used during the build process.
707  RTEMS_BSP_FAMILY=h8sim
708 
709  #  This contains the compiler options necessary to select the CPU model
710  #  and (hopefully) optimize for it.
711--- 4,16 ----
712  #  h8sim.cfg,v 1.6 2002/01/06 20:09:43 joel Exp
713  #
714 
715  RTEMS_CPU=h8300
716  RTEMS_CPU_MODEL=h8300h
717 
718  # This is the actual bsp directory used during the build process.
719  RTEMS_BSP_FAMILY=h8sim
720+
721+ include $(RTEMS_ROOT)/make/custom/default.cfg
722 
723  #  This contains the compiler options necessary to select the CPU model
724  #  and (hopefully) optimize for it.
725Index: make/custom/helas403.cfg
726===================================================================
727RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/helas403.cfg,v
728retrieving revision 1.1.1.3
729diff -c -r1.1.1.3 helas403.cfg
730*** make/custom/helas403.cfg    29 Jan 2003 22:59:54 -0000      1.1.1.3
731--- make/custom/helas403.cfg    22 Apr 2003 06:53:23 -0000
732***************
733*** 5,17 ****
734  #
735  #
736 
737- include $(RTEMS_ROOT)/make/custom/default.cfg
738-
739  RTEMS_CPU=powerpc
740  RTEMS_CPU_MODEL=ppc403
741 
742  # This is the actual bsp directory used during the build process.
743  RTEMS_BSP_FAMILY=helas403
744 
745  #  This contains the compiler options necessary to select the CPU model
746  #  and (hopefully) optimize for it.
747--- 5,17 ----
748  #
749  #
750 
751  RTEMS_CPU=powerpc
752  RTEMS_CPU_MODEL=ppc403
753 
754  # This is the actual bsp directory used during the build process.
755  RTEMS_BSP_FAMILY=helas403
756+
757+ include $(RTEMS_ROOT)/make/custom/default.cfg
758 
759  #  This contains the compiler options necessary to select the CPU model
760  #  and (hopefully) optimize for it.
761Index: make/custom/i386ex.cfg
762===================================================================
763RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/i386ex.cfg,v
764retrieving revision 1.1.1.2
765diff -c -r1.1.1.2 i386ex.cfg
766*** make/custom/i386ex.cfg      29 Jan 2003 22:59:54 -0000      1.1.1.2
767--- make/custom/i386ex.cfg      22 Apr 2003 06:53:31 -0000
768***************
769*** 4,16 ****
770  #  i386ex.cfg,v 1.21 2002/03/28 13:51:54 joel Exp
771  #
772 
773- include $(RTEMS_ROOT)/make/custom/default.cfg
774-
775  RTEMS_CPU=i386
776  RTEMS_CPU_MODEL=i386_nofp
777 
778  # This is the actual bsp directory used during the build process.
779  RTEMS_BSP_FAMILY=i386ex
780 
781  #  This contains the compiler options necessary to select the CPU model
782  #  and (hopefully) optimize for it.
783--- 4,16 ----
784  #  i386ex.cfg,v 1.21 2002/03/28 13:51:54 joel Exp
785  #
786 
787  RTEMS_CPU=i386
788  RTEMS_CPU_MODEL=i386_nofp
789 
790  # This is the actual bsp directory used during the build process.
791  RTEMS_BSP_FAMILY=i386ex
792+
793+ include $(RTEMS_ROOT)/make/custom/default.cfg
794 
795  #  This contains the compiler options necessary to select the CPU model
796  #  and (hopefully) optimize for it.
797Index: make/custom/i960sim.cfg
798===================================================================
799RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/i960sim.cfg,v
800retrieving revision 1.1.1.2
801diff -c -r1.1.1.2 i960sim.cfg
802*** make/custom/i960sim.cfg     29 Jan 2003 22:59:54 -0000      1.1.1.2
803--- make/custom/i960sim.cfg     22 Apr 2003 06:53:36 -0000
804***************
805*** 4,16 ****
806  #  i960sim.cfg,v 1.7 2002/03/28 13:51:54 joel Exp
807  #
808 
809- include $(RTEMS_ROOT)/make/custom/default.cfg
810-
811  RTEMS_CPU=i960
812  RTEMS_CPU_MODEL=i960ka
813 
814  # This is the actual bsp directory used during the build process.
815  RTEMS_BSP_FAMILY=i960sim
816 
817  #  This contains the compiler options necessary to select the CPU model
818  #  and (hopefully) optimize for it.
819--- 4,16 ----
820  #  i960sim.cfg,v 1.7 2002/03/28 13:51:54 joel Exp
821  #
822 
823  RTEMS_CPU=i960
824  RTEMS_CPU_MODEL=i960ka
825 
826  # This is the actual bsp directory used during the build process.
827  RTEMS_BSP_FAMILY=i960sim
828+
829+ include $(RTEMS_ROOT)/make/custom/default.cfg
830 
831  #  This contains the compiler options necessary to select the CPU model
832  #  and (hopefully) optimize for it.
833Index: make/custom/idp.cfg
834===================================================================
835RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/idp.cfg,v
836retrieving revision 1.1.1.3
837diff -c -r1.1.1.3 idp.cfg
838*** make/custom/idp.cfg 29 Jan 2003 22:59:54 -0000      1.1.1.3
839--- make/custom/idp.cfg 22 Apr 2003 06:53:41 -0000
840***************
841*** 4,16 ****
842  #  idp.cfg,v 1.17 2002/03/28 13:51:54 joel Exp
843  #
844 
845- include $(RTEMS_ROOT)/make/custom/default.cfg
846-
847  RTEMS_CPU=m68k
848  RTEMS_CPU_MODEL=m68ec040
849 
850  # This is the actual bsp directory used during the build process.
851  RTEMS_BSP_FAMILY=idp
852 
853  #  This contains the compiler options necessary to select the CPU model
854  #  and (hopefully) optimize for it.
855--- 4,16 ----
856  #  idp.cfg,v 1.17 2002/03/28 13:51:54 joel Exp
857  #
858 
859  RTEMS_CPU=m68k
860  RTEMS_CPU_MODEL=m68ec040
861 
862  # This is the actual bsp directory used during the build process.
863  RTEMS_BSP_FAMILY=idp
864+
865+ include $(RTEMS_ROOT)/make/custom/default.cfg
866 
867  #  This contains the compiler options necessary to select the CPU model
868  #  and (hopefully) optimize for it.
869Index: make/custom/jmr3904.cfg
870===================================================================
871RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/jmr3904.cfg,v
872retrieving revision 1.1.1.4
873diff -c -r1.1.1.4 jmr3904.cfg
874*** make/custom/jmr3904.cfg     29 Jan 2003 22:59:54 -0000      1.1.1.4
875--- make/custom/jmr3904.cfg     22 Apr 2003 06:53:45 -0000
876***************
877*** 4,16 ****
878  #  jmr3904.cfg,v 1.8 2002/06/14 17:31:20 joel Exp
879  #
880 
881- include $(RTEMS_ROOT)/make/custom/default.cfg
882-
883  RTEMS_CPU=mips
884  RTEMS_CPU_MODEL=tx3904
885 
886  # This is the actual bsp directory used during the build process.
887  RTEMS_BSP_FAMILY=jmr3904
888 
889  #  This contains the compiler options necessary to select the CPU model
890  #  and (hopefully) optimize for it.
891--- 4,16 ----
892  #  jmr3904.cfg,v 1.8 2002/06/14 17:31:20 joel Exp
893  #
894 
895  RTEMS_CPU=mips
896  RTEMS_CPU_MODEL=tx3904
897 
898  # This is the actual bsp directory used during the build process.
899  RTEMS_BSP_FAMILY=jmr3904
900+
901+ include $(RTEMS_ROOT)/make/custom/default.cfg
902 
903  #  This contains the compiler options necessary to select the CPU model
904  #  and (hopefully) optimize for it.
905Index: make/custom/leon2.cfg
906===================================================================
907RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/leon2.cfg,v
908retrieving revision 1.1.1.3
909diff -c -r1.1.1.3 leon2.cfg
910*** make/custom/leon2.cfg       29 Jan 2003 22:59:54 -0000      1.1.1.3
911--- make/custom/leon2.cfg       22 Apr 2003 06:53:53 -0000
912***************
913*** 4,11 ****
914  #  leon2.cfg,v 1.6 2002/04/03 14:16:20 joel Exp
915  #
916 
917- include $(RTEMS_ROOT)/make/custom/default.cfg
918-
919  RTEMS_CPU=sparc
920 
921  ifeq ($(RTEMS_CPU_MODEL),leon1)
922--- 4,9 ----
923***************
924*** 15,20 ****
925--- 13,20 ----
926  endif
927  # This is the actual bsp directory used during the build process.
928  RTEMS_BSP_FAMILY=leon
929+
930+ include $(RTEMS_ROOT)/make/custom/default.cfg
931 
932  #   The -mflat avoids the use of save/restore instructions.  It has
933  #   a negative impact on the performance of RTEMS and should not be used.
934Index: make/custom/mbx8xx.cfg
935===================================================================
936RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mbx8xx.cfg,v
937retrieving revision 1.1.1.3
938diff -c -r1.1.1.3 mbx8xx.cfg
939*** make/custom/mbx8xx.cfg      29 Jan 2003 22:59:54 -0000      1.1.1.3
940--- make/custom/mbx8xx.cfg      22 Apr 2003 06:54:02 -0000
941***************
942*** 7,19 ****
943  #  Config file for MPC860 based Ethernet Comm Board
944  #
945 
946- include $(RTEMS_ROOT)/make/custom/default.cfg
947-
948  RTEMS_CPU=powerpc
949  RTEMS_CPU_MODEL=mpc$(8XX_CPU_TYPE)
950 
951  # This is the actual bsp directory used during the build process.
952  RTEMS_BSP_FAMILY=mbx8xx
953 
954  #  This section makes the target dependent options file.
955  #
956--- 7,19 ----
957  #  Config file for MPC860 based Ethernet Comm Board
958  #
959 
960  RTEMS_CPU=powerpc
961  RTEMS_CPU_MODEL=mpc$(8XX_CPU_TYPE)
962 
963  # This is the actual bsp directory used during the build process.
964  RTEMS_BSP_FAMILY=mbx8xx
965+
966+ include $(RTEMS_ROOT)/make/custom/default.cfg
967 
968  #  This section makes the target dependent options file.
969  #
970Index: make/custom/mcf5206elite.cfg
971===================================================================
972RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mcf5206elite.cfg,v
973retrieving revision 1.1.1.2
974diff -c -r1.1.1.2 mcf5206elite.cfg
975*** make/custom/mcf5206elite.cfg        29 Jan 2003 22:59:55 -0000      1.1.1.2
976--- make/custom/mcf5206elite.cfg        22 Apr 2003 06:54:06 -0000
977***************
978*** 9,18 ****
979  RTEMS_CPU=m68k
980  RTEMS_CPU_MODEL=mcf5206
981 
982- include $(RTEMS_ROOT)/make/custom/default.cfg
983-
984  # This is the actual bsp directory used during the build process.
985  RTEMS_BSP_FAMILY=mcf5206elite
986 
987  #
988  # You must use versions of gcc and gas that support the -m5200 option.
989--- 9,18 ----
990  RTEMS_CPU=m68k
991  RTEMS_CPU_MODEL=mcf5206
992 
993  # This is the actual bsp directory used during the build process.
994  RTEMS_BSP_FAMILY=mcf5206elite
995+
996+ include $(RTEMS_ROOT)/make/custom/default.cfg
997 
998  #
999  # You must use versions of gcc and gas that support the -m5200 option.
1000Index: make/custom/mcp750.cfg
1001===================================================================
1002RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mcp750.cfg,v
1003retrieving revision 1.1.1.3
1004diff -c -r1.1.1.3 mcp750.cfg
1005*** make/custom/mcp750.cfg      29 Jan 2003 22:59:55 -0000      1.1.1.3
1006--- make/custom/mcp750.cfg      22 Apr 2003 06:54:12 -0000
1007***************
1008*** 4,17 ****
1009  #  mcp750.cfg,v 1.24 2002/04/18 13:07:35 joel Exp
1010  #
1011 
1012- include $(RTEMS_ROOT)/make/custom/default.cfg
1013-
1014  RTEMS_CPU=powerpc
1015  RTEMS_CPU_MODEL=mpc750
1016  RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
1017 
1018  # This is the actual bsp directory used during the build process.
1019  RTEMS_BSP_FAMILY=motorola_powerpc
1020 
1021  #  This contains the compiler options necessary to select the CPU model
1022  #  and (hopefully) optimize for it.
1023--- 4,17 ----
1024  #  mcp750.cfg,v 1.24 2002/04/18 13:07:35 joel Exp
1025  #
1026 
1027  RTEMS_CPU=powerpc
1028  RTEMS_CPU_MODEL=mpc750
1029  RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
1030 
1031  # This is the actual bsp directory used during the build process.
1032  RTEMS_BSP_FAMILY=motorola_powerpc
1033+
1034+ include $(RTEMS_ROOT)/make/custom/default.cfg
1035 
1036  #  This contains the compiler options necessary to select the CPU model
1037  #  and (hopefully) optimize for it.
1038Index: make/custom/mpc8260ads.cfg
1039===================================================================
1040RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mpc8260ads.cfg,v
1041retrieving revision 1.1.1.3
1042diff -c -r1.1.1.3 mpc8260ads.cfg
1043*** make/custom/mpc8260ads.cfg  29 Jan 2003 22:59:55 -0000      1.1.1.3
1044--- make/custom/mpc8260ads.cfg  22 Apr 2003 06:54:17 -0000
1045***************
1046*** 4,17 ****
1047  #  mpc8260ads.cfg,v 1.7 2002/08/02 00:08:01 joel Exp
1048  #
1049 
1050- include $(RTEMS_ROOT)/make/custom/default.cfg
1051-
1052  RTEMS_CPU=powerpc
1053  RTEMS_CPU_MODEL=mpc8260
1054  8XX_CPU_TYPE=8260
1055 
1056  # This is the actual bsp directory used during the build process.
1057  RTEMS_BSP_FAMILY=mpc8260ads
1058 
1059  #  PPC_ABI (PowerPC)
1060  #     This defines the calling convention (Application Binary Interface)
1061--- 4,17 ----
1062  #  mpc8260ads.cfg,v 1.7 2002/08/02 00:08:01 joel Exp
1063  #
1064 
1065  RTEMS_CPU=powerpc
1066  RTEMS_CPU_MODEL=mpc8260
1067  8XX_CPU_TYPE=8260
1068 
1069  # This is the actual bsp directory used during the build process.
1070  RTEMS_BSP_FAMILY=mpc8260ads
1071+
1072+ include $(RTEMS_ROOT)/make/custom/default.cfg
1073 
1074  #  PPC_ABI (PowerPC)
1075  #     This defines the calling convention (Application Binary Interface)
1076Index: make/custom/mrm332.cfg
1077===================================================================
1078RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mrm332.cfg,v
1079retrieving revision 1.1.1.3
1080diff -c -r1.1.1.3 mrm332.cfg
1081*** make/custom/mrm332.cfg      29 Jan 2003 22:59:55 -0000      1.1.1.3
1082--- make/custom/mrm332.cfg      22 Apr 2003 06:54:23 -0000
1083***************
1084*** 4,16 ****
1085  #  mrm332.cfg,v 1.6 2003/01/20 20:36:26 joel Exp
1086  #
1087 
1088- include $(RTEMS_ROOT)/make/custom/default.cfg
1089-
1090  RTEMS_CPU=m68k
1091  RTEMS_CPU_MODEL=m68332
1092 
1093  # This is the actual bsp directory used during the build process.
1094  RTEMS_BSP_FAMILY=mrm332
1095 
1096  #  This contains the compiler options necessary to select the CPU model
1097  #  and (hopefully) optimize for it.
1098--- 4,16 ----
1099  #  mrm332.cfg,v 1.6 2003/01/20 20:36:26 joel Exp
1100  #
1101 
1102  RTEMS_CPU=m68k
1103  RTEMS_CPU_MODEL=m68332
1104 
1105  # This is the actual bsp directory used during the build process.
1106  RTEMS_BSP_FAMILY=mrm332
1107+
1108+ include $(RTEMS_ROOT)/make/custom/default.cfg
1109 
1110  #  This contains the compiler options necessary to select the CPU model
1111  #  and (hopefully) optimize for it.
1112Index: make/custom/mtx603e.cfg
1113===================================================================
1114RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mtx603e.cfg,v
1115retrieving revision 1.1.1.1
1116diff -c -r1.1.1.1 mtx603e.cfg
1117*** make/custom/mtx603e.cfg     29 Jan 2003 22:59:55 -0000      1.1.1.1
1118--- make/custom/mtx603e.cfg     22 Apr 2003 06:54:28 -0000
1119***************
1120*** 4,17 ****
1121  #  mcp750.cfg,v 1.24 2002/04/18 13:07:35 joel Exp
1122  #
1123 
1124- include $(RTEMS_ROOT)/make/custom/default.cfg
1125-
1126  RTEMS_CPU=powerpc
1127  RTEMS_CPU_MODEL=mpc6xx
1128  RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
1129 
1130  # This is the actual bsp directory used during the build process.
1131  RTEMS_BSP_FAMILY=motorola_powerpc
1132 
1133  #  This contains the compiler options necessary to select the CPU model
1134  #  and (hopefully) optimize for it.
1135--- 4,17 ----
1136  #  mcp750.cfg,v 1.24 2002/04/18 13:07:35 joel Exp
1137  #
1138 
1139  RTEMS_CPU=powerpc
1140  RTEMS_CPU_MODEL=mpc6xx
1141  RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
1142 
1143  # This is the actual bsp directory used during the build process.
1144  RTEMS_BSP_FAMILY=motorola_powerpc
1145+
1146+ include $(RTEMS_ROOT)/make/custom/default.cfg
1147 
1148  #  This contains the compiler options necessary to select the CPU model
1149  #  and (hopefully) optimize for it.
1150Index: make/custom/mvme136.cfg
1151===================================================================
1152RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mvme136.cfg,v
1153retrieving revision 1.1.1.2
1154diff -c -r1.1.1.2 mvme136.cfg
1155*** make/custom/mvme136.cfg     29 Jan 2003 22:59:55 -0000      1.1.1.2
1156--- make/custom/mvme136.cfg     7 Apr 2003 18:36:55 -0000
1157***************
1158*** 4,16 ****
1159  #  mvme136.cfg,v 1.17 2002/08/01 23:51:16 joel Exp
1160  #
1161 
1162- include $(RTEMS_ROOT)/make/custom/default.cfg
1163-
1164  RTEMS_CPU=m68k
1165  RTEMS_CPU_MODEL=m68020
1166 
1167  # This is the actual bsp directory used during the build process.
1168  RTEMS_BSP_FAMILY=mvme136
1169 
1170  #
1171  #  This contains the compiler options necessary to select the CPU model
1172--- 4,16 ----
1173  #  mvme136.cfg,v 1.17 2002/08/01 23:51:16 joel Exp
1174  #
1175 
1176  RTEMS_CPU=m68k
1177  RTEMS_CPU_MODEL=m68020
1178 
1179  # This is the actual bsp directory used during the build process.
1180  RTEMS_BSP_FAMILY=mvme136
1181+
1182+ include $(RTEMS_ROOT)/make/custom/default.cfg
1183 
1184  #
1185  #  This contains the compiler options necessary to select the CPU model
1186Index: make/custom/mvme147.cfg
1187===================================================================
1188RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mvme147.cfg,v
1189retrieving revision 1.1.1.3
1190diff -c -r1.1.1.3 mvme147.cfg
1191*** make/custom/mvme147.cfg     29 Jan 2003 22:59:55 -0000      1.1.1.3
1192--- make/custom/mvme147.cfg     22 Apr 2003 06:54:35 -0000
1193***************
1194*** 4,16 ****
1195  #  mvme147.cfg,v 1.16 2002/03/28 13:51:54 joel Exp
1196  #
1197 
1198- include $(RTEMS_ROOT)/make/custom/default.cfg
1199-
1200  RTEMS_CPU=m68k
1201  RTEMS_CPU_MODEL=m68030
1202 
1203  # This is the actual bsp directory used during the build process.
1204  RTEMS_BSP_FAMILY=mvme147
1205 
1206  # default flags
1207  CPU_CFLAGS=
1208--- 4,16 ----
1209  #  mvme147.cfg,v 1.16 2002/03/28 13:51:54 joel Exp
1210  #
1211 
1212  RTEMS_CPU=m68k
1213  RTEMS_CPU_MODEL=m68030
1214 
1215  # This is the actual bsp directory used during the build process.
1216  RTEMS_BSP_FAMILY=mvme147
1217+
1218+ include $(RTEMS_ROOT)/make/custom/default.cfg
1219 
1220  # default flags
1221  CPU_CFLAGS=
1222Index: make/custom/mvme162.cfg
1223===================================================================
1224RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mvme162.cfg,v
1225retrieving revision 1.1.1.3
1226diff -c -r1.1.1.3 mvme162.cfg
1227*** make/custom/mvme162.cfg     29 Jan 2003 22:59:55 -0000      1.1.1.3
1228--- make/custom/mvme162.cfg     22 Apr 2003 06:54:40 -0000
1229***************
1230*** 4,11 ****
1231  #  mvme162.cfg,v 1.20 2001/12/18 14:11:02 joel Exp
1232  #
1233 
1234- include $(RTEMS_ROOT)/make/custom/default.cfg
1235-
1236  RTEMS_CPU=m68k
1237 
1238  RTEMS_MVME162_MODEL=mvme162
1239--- 4,9 ----
1240***************
1241*** 13,18 ****
1242--- 11,18 ----
1243 
1244  # This is the actual bsp directory used during the build process.
1245  RTEMS_BSP_FAMILY=mvme162
1246+
1247+ include $(RTEMS_ROOT)/make/custom/default.cfg
1248 
1249  #  This contains the compiler options necessary to select the CPU model
1250  #  and (hopefully) optimize for it.
1251Index: make/custom/mvme162lx.cfg
1252===================================================================
1253RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mvme162lx.cfg,v
1254retrieving revision 1.1.1.3
1255diff -c -r1.1.1.3 mvme162lx.cfg
1256*** make/custom/mvme162lx.cfg   29 Jan 2003 22:59:55 -0000      1.1.1.3
1257--- make/custom/mvme162lx.cfg   22 Apr 2003 06:54:45 -0000
1258***************
1259*** 13,25 ****
1260 
1261  RTEMS_MVME162_MODEL=mvme162lx
1262 
1263- include $(RTEMS_ROOT)/make/custom/default.cfg
1264-
1265  RTEMS_CPU=m68k
1266  RTEMS_CPU_MODEL=m68lc040
1267 
1268  # This is the actual bsp directory used during the build process.
1269  RTEMS_BSP_FAMILY=mvme162
1270 
1271  #  This contains the compiler options necessary to select the CPU model
1272  #  and (hopefully) optimize for it.
1273--- 13,25 ----
1274 
1275  RTEMS_MVME162_MODEL=mvme162lx
1276 
1277  RTEMS_CPU=m68k
1278  RTEMS_CPU_MODEL=m68lc040
1279 
1280  # This is the actual bsp directory used during the build process.
1281  RTEMS_BSP_FAMILY=mvme162
1282+
1283+ include $(RTEMS_ROOT)/make/custom/default.cfg
1284 
1285  #  This contains the compiler options necessary to select the CPU model
1286  #  and (hopefully) optimize for it.
1287Index: make/custom/mvme167.cfg
1288===================================================================
1289RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mvme167.cfg,v
1290retrieving revision 1.1.1.3
1291diff -c -r1.1.1.3 mvme167.cfg
1292*** make/custom/mvme167.cfg     29 Jan 2003 22:59:55 -0000      1.1.1.3
1293--- make/custom/mvme167.cfg     22 Apr 2003 06:54:50 -0000
1294***************
1295*** 10,19 ****
1296  RTEMS_CPU=m68k
1297  RTEMS_CPU_MODEL=m68040
1298 
1299- include $(RTEMS_ROOT)/make/custom/default.cfg
1300-
1301  # This is the actual bsp directory used during the build process.
1302  RTEMS_BSP_FAMILY=mvme167
1303 
1304  #
1305  #  This contains the compiler options necessary to select the CPU model
1306--- 10,19 ----
1307  RTEMS_CPU=m68k
1308  RTEMS_CPU_MODEL=m68040
1309 
1310  # This is the actual bsp directory used during the build process.
1311  RTEMS_BSP_FAMILY=mvme167
1312+
1313+ include $(RTEMS_ROOT)/make/custom/default.cfg
1314 
1315  #
1316  #  This contains the compiler options necessary to select the CPU model
1317Index: make/custom/mvme2307.cfg
1318===================================================================
1319RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/mvme2307.cfg,v
1320retrieving revision 1.1.1.4
1321diff -c -r1.1.1.4 mvme2307.cfg
1322*** make/custom/mvme2307.cfg    21 Apr 2003 20:20:37 -0000      1.1.1.4
1323--- make/custom/mvme2307.cfg    22 Apr 2003 06:54:55 -0000
1324***************
1325*** 4,11 ****
1326  #  mvme2307.cfg,v 1.14.4.1 2003/03/18 19:26:36 joel Exp
1327  #
1328 
1329- include $(RTEMS_ROOT)/make/custom/default.cfg
1330-
1331  RTEMS_CPU=powerpc
1332  RTEMS_CPU_MODEL=mpc604
1333  RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
1334--- 4,9 ----
1335***************
1336*** 13,22 ****
1337  # This is the actual bsp directory used during the build process.
1338  RTEMS_BSP_FAMILY=motorola_powerpc
1339 
1340  #  This contains the compiler options necessary to select the CPU model
1341  #  and (hopefully) optimize for it.
1342  #
1343! CPU_CFLAGS = -mcpu=604 -mmultiple -mstring -mstrict-align -meabi -msdata=eabi
1344 
1345  # optimize flag: typically -0, could use -O4 or -fast
1346  # -O4 is ok for RTEMS
1347--- 11,23 ----
1348  # This is the actual bsp directory used during the build process.
1349  RTEMS_BSP_FAMILY=motorola_powerpc
1350 
1351+ include $(RTEMS_ROOT)/make/custom/default.cfg
1352+
1353  #  This contains the compiler options necessary to select the CPU model
1354  #  and (hopefully) optimize for it.
1355  #
1356! CPU_CFLAGS = -mcpu=604 -mmultiple -mstring -mstrict-align
1357! #T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
1358 
1359  # optimize flag: typically -0, could use -O4 or -fast
1360  # -O4 is ok for RTEMS
1361Index: make/custom/no_bsp.cfg
1362===================================================================
1363RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/no_bsp.cfg,v
1364retrieving revision 1.1.1.2
1365diff -c -r1.1.1.2 no_bsp.cfg
1366*** make/custom/no_bsp.cfg      29 Jan 2003 22:59:56 -0000      1.1.1.2
1367--- make/custom/no_bsp.cfg      22 Apr 2003 06:55:01 -0000
1368***************
1369*** 4,16 ****
1370  #  no_bsp.cfg,v 1.8 1999/08/06 17:55:20 joel Exp
1371  #
1372 
1373- include $(RTEMS_ROOT)/make/custom/default.cfg
1374-
1375  RTEMS_CPU=no_cpu
1376  RTEMS_CPU_MODEL=no_cpu_model
1377 
1378  # This is the actual bsp directory used during the build process.
1379  RTEMS_BSP_FAMILY=no_bsp
1380 
1381  # Define this to yes if C++ is included in the development environment.
1382  # This requires that at least the GNU C++ compiler and libg++ be installed.
1383--- 4,16 ----
1384  #  no_bsp.cfg,v 1.8 1999/08/06 17:55:20 joel Exp
1385  #
1386 
1387  RTEMS_CPU=no_cpu
1388  RTEMS_CPU_MODEL=no_cpu_model
1389 
1390  # This is the actual bsp directory used during the build process.
1391  RTEMS_BSP_FAMILY=no_bsp
1392+
1393+ include $(RTEMS_ROOT)/make/custom/default.cfg
1394 
1395  # Define this to yes if C++ is included in the development environment.
1396  # This requires that at least the GNU C++ compiler and libg++ be installed.
1397Index: make/custom/ods68302.cfg
1398===================================================================
1399RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/ods68302.cfg,v
1400retrieving revision 1.1.1.3
1401diff -c -r1.1.1.3 ods68302.cfg
1402*** make/custom/ods68302.cfg    29 Jan 2003 22:59:56 -0000      1.1.1.3
1403--- make/custom/ods68302.cfg    22 Apr 2003 06:55:07 -0000
1404***************
1405*** 8,20 ****
1406  #  ods68302.cfg,v 1.20 2002/03/28 13:51:54 joel Exp
1407  #
1408 
1409- include $(RTEMS_ROOT)/make/custom/default.cfg
1410-
1411  RTEMS_CPU=m68k
1412  RTEMS_CPU_MODEL=m68302
1413 
1414  # This is the actual bsp directory used during the build process.
1415  RTEMS_BSP_FAMILY=ods68302
1416 
1417  #
1418  #  This contains the compiler options necessary to select the CPU model
1419--- 8,20 ----
1420  #  ods68302.cfg,v 1.20 2002/03/28 13:51:54 joel Exp
1421  #
1422 
1423  RTEMS_CPU=m68k
1424  RTEMS_CPU_MODEL=m68302
1425 
1426  # This is the actual bsp directory used during the build process.
1427  RTEMS_BSP_FAMILY=ods68302
1428+
1429+ include $(RTEMS_ROOT)/make/custom/default.cfg
1430 
1431  #
1432  #  This contains the compiler options necessary to select the CPU model
1433Index: make/custom/orp.cfg
1434===================================================================
1435RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/orp.cfg,v
1436retrieving revision 1.1.1.1
1437diff -c -r1.1.1.1 orp.cfg
1438*** make/custom/orp.cfg 29 Jan 2003 22:59:56 -0000      1.1.1.1
1439--- make/custom/orp.cfg 22 Apr 2003 06:55:12 -0000
1440***************
1441*** 5,17 ****
1442  #  orp.cfg,v 1.2 2002/08/07 16:18:31 joel Exp
1443  #
1444 
1445- include $(RTEMS_ROOT)/make/custom/default.cfg
1446-
1447  RTEMS_CPU=or32
1448  RTEMS_CPU_MODEL=or1k_model
1449 
1450  # This is the actual bsp directory used during the build process.
1451  RTEMS_BSP_FAMILY=orp
1452 
1453  # Miscellaneous additions go here
1454  define make-exe
1455--- 5,17 ----
1456  #  orp.cfg,v 1.2 2002/08/07 16:18:31 joel Exp
1457  #
1458 
1459  RTEMS_CPU=or32
1460  RTEMS_CPU_MODEL=or1k_model
1461 
1462  # This is the actual bsp directory used during the build process.
1463  RTEMS_BSP_FAMILY=orp
1464+
1465+ include $(RTEMS_ROOT)/make/custom/default.cfg
1466 
1467  # Miscellaneous additions go here
1468  define make-exe
1469Index: make/custom/p4600.cfg
1470===================================================================
1471RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/p4600.cfg,v
1472retrieving revision 1.1.1.3
1473diff -c -r1.1.1.3 p4600.cfg
1474*** make/custom/p4600.cfg       29 Jan 2003 22:59:56 -0000      1.1.1.3
1475--- make/custom/p4600.cfg       22 Apr 2003 06:55:42 -0000
1476***************
1477*** 4,15 ****
1478  #  p4600.cfg,v 1.21 2002/06/14 17:31:20 joel Exp
1479  #
1480 
1481- include $(RTEMS_ROOT)/make/custom/default.cfg
1482-
1483  RTEMS_CPU_MODEL=R4600
1484 
1485  # This is the actual bsp directory used during the build process.
1486  RTEMS_BSP_FAMILY=p4000
1487 
1488  # gcc 2.95.x and 3.0
1489  #CPU_CFLAGS = -m4600 -mips3 -G0
1490--- 4,15 ----
1491  #  p4600.cfg,v 1.21 2002/06/14 17:31:20 joel Exp
1492  #
1493 
1494  RTEMS_CPU_MODEL=R4600
1495 
1496  # This is the actual bsp directory used during the build process.
1497  RTEMS_BSP_FAMILY=p4000
1498+
1499+ include $(RTEMS_ROOT)/make/custom/default.cfg
1500 
1501  # gcc 2.95.x and 3.0
1502  #CPU_CFLAGS = -m4600 -mips3 -G0
1503Index: make/custom/p4650.cfg
1504===================================================================
1505RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/p4650.cfg,v
1506retrieving revision 1.1.1.3
1507diff -c -r1.1.1.3 p4650.cfg
1508*** make/custom/p4650.cfg       29 Jan 2003 22:59:56 -0000      1.1.1.3
1509--- make/custom/p4650.cfg       22 Apr 2003 06:55:47 -0000
1510***************
1511*** 4,15 ****
1512  #  p4650.cfg,v 1.22 2002/07/01 22:08:39 joel Exp
1513  #
1514 
1515- include $(RTEMS_ROOT)/make/custom/default.cfg
1516-
1517  RTEMS_CPU_MODEL=R4650
1518 
1519  # This is the actual bsp directory used during the build process.
1520  RTEMS_BSP_FAMILY=p4000
1521 
1522  CCMIPS_CFLAGS_CPU=-cpu=r4650
1523 
1524--- 4,15 ----
1525  #  p4650.cfg,v 1.22 2002/07/01 22:08:39 joel Exp
1526  #
1527 
1528  RTEMS_CPU_MODEL=R4650
1529 
1530  # This is the actual bsp directory used during the build process.
1531  RTEMS_BSP_FAMILY=p4000
1532+
1533+ include $(RTEMS_ROOT)/make/custom/default.cfg
1534 
1535  CCMIPS_CFLAGS_CPU=-cpu=r4650
1536 
1537Index: make/custom/pc386.cfg
1538===================================================================
1539RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/pc386.cfg,v
1540retrieving revision 1.1.1.3
1541diff -c -r1.1.1.3 pc386.cfg
1542*** make/custom/pc386.cfg       29 Jan 2003 22:59:56 -0000      1.1.1.3
1543--- make/custom/pc386.cfg       7 Apr 2003 18:37:09 -0000
1544***************
1545*** 4,11 ****
1546  #  pc386.cfg,v 1.32 2002/03/28 13:51:54 joel Exp
1547  #
1548 
1549- include $(RTEMS_ROOT)/make/custom/default.cfg
1550-
1551  RTEMS_CPU=i386
1552  ifeq ($(RTEMS_CPU_MODEL),)
1553  RTEMS_CPU_MODEL=i386_fp
1554--- 4,9 ----
1555***************
1556*** 13,18 ****
1557--- 11,18 ----
1558 
1559  # This is the actual bsp directory used during the build process.
1560  RTEMS_BSP_FAMILY=pc386
1561+
1562+ include $(RTEMS_ROOT)/make/custom/default.cfg
1563 
1564  #  This contains the compiler options necessary to select the CPU model
1565  #  and (hopefully) optimize for it.
1566Index: make/custom/portsw.cfg
1567===================================================================
1568RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/portsw.cfg,v
1569retrieving revision 1.1.1.3
1570diff -c -r1.1.1.3 portsw.cfg
1571*** make/custom/portsw.cfg      29 Jan 2003 22:59:57 -0000      1.1.1.3
1572--- make/custom/portsw.cfg      22 Apr 2003 06:56:27 -0000
1573***************
1574*** 6,18 ****
1575 
1576  # Note: This file is broken for sure
1577 
1578- include $(RTEMS_ROOT)/make/custom/default.cfg
1579-
1580  RTEMS_CPU=a29k
1581  RTEMS_CPU_MODEL=a29205
1582 
1583  # This is the actual bsp directory used during the build process.
1584  RTEMS_BSP_FAMILY=portsw
1585 
1586  define make-exe
1587        $(LINK.c) -Wl,-Map,$(basename $@).map \
1588--- 6,18 ----
1589 
1590  # Note: This file is broken for sure
1591 
1592  RTEMS_CPU=a29k
1593  RTEMS_CPU_MODEL=a29205
1594 
1595  # This is the actual bsp directory used during the build process.
1596  RTEMS_BSP_FAMILY=portsw
1597+
1598+ include $(RTEMS_ROOT)/make/custom/default.cfg
1599 
1600  define make-exe
1601        $(LINK.c) -Wl,-Map,$(basename $@).map \
1602Index: make/custom/ppcn_60x.cfg
1603===================================================================
1604RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/ppcn_60x.cfg,v
1605retrieving revision 1.1.1.4
1606diff -c -r1.1.1.4 ppcn_60x.cfg
1607*** make/custom/ppcn_60x.cfg    21 Apr 2003 20:20:37 -0000      1.1.1.4
1608--- make/custom/ppcn_60x.cfg    22 Apr 2003 06:56:34 -0000
1609***************
1610*** 4,17 ****
1611  #  ppcn_60x.cfg,v 1.12.4.1 2003/03/10 16:41:09 ralf Exp
1612  #
1613 
1614- include $(RTEMS_ROOT)/make/custom/default.cfg
1615-
1616  RTEMS_CPU=powerpc
1617  RTEMS_CPU_MODEL=ppc603e
1618 
1619  # This is the actual bsp directory used during the build process.
1620 
1621  RTEMS_BSP_FAMILY=ppcn_60x
1622 
1623  #  This contains the compiler options necessary to select the CPU model
1624  #  and (hopefully) optimize for it.
1625--- 4,17 ----
1626  #  ppcn_60x.cfg,v 1.12.4.1 2003/03/10 16:41:09 ralf Exp
1627  #
1628 
1629  RTEMS_CPU=powerpc
1630  RTEMS_CPU_MODEL=ppc603e
1631 
1632  # This is the actual bsp directory used during the build process.
1633 
1634  RTEMS_BSP_FAMILY=ppcn_60x
1635+
1636+ include $(RTEMS_ROOT)/make/custom/default.cfg
1637 
1638  #  This contains the compiler options necessary to select the CPU model
1639  #  and (hopefully) optimize for it.
1640Index: make/custom/psim.cfg
1641===================================================================
1642RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/psim.cfg,v
1643retrieving revision 1.1.1.3
1644diff -c -r1.1.1.3 psim.cfg
1645*** make/custom/psim.cfg        29 Jan 2003 22:59:57 -0000      1.1.1.3
1646--- make/custom/psim.cfg        22 Apr 2003 06:56:38 -0000
1647***************
1648*** 4,16 ****
1649  #  psim.cfg,v 1.24 2002/05/14 15:51:29 joel Exp
1650  #
1651 
1652- include $(RTEMS_ROOT)/make/custom/default.cfg
1653-
1654  RTEMS_CPU=powerpc
1655  RTEMS_CPU_MODEL=ppc603e
1656 
1657  # This is the actual bsp directory used during the build process.
1658  RTEMS_BSP_FAMILY=psim
1659 
1660  #  This contains the compiler options necessary to select the CPU model
1661  #  and (hopefully) optimize for it.
1662--- 4,16 ----
1663  #  psim.cfg,v 1.24 2002/05/14 15:51:29 joel Exp
1664  #
1665 
1666  RTEMS_CPU=powerpc
1667  RTEMS_CPU_MODEL=ppc603e
1668 
1669  # This is the actual bsp directory used during the build process.
1670  RTEMS_BSP_FAMILY=psim
1671+
1672+ include $(RTEMS_ROOT)/make/custom/default.cfg
1673 
1674  #  This contains the compiler options necessary to select the CPU model
1675  #  and (hopefully) optimize for it.
1676Index: make/custom/rxgen960.cfg
1677===================================================================
1678RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/rxgen960.cfg,v
1679retrieving revision 1.1.1.2
1680diff -c -r1.1.1.2 rxgen960.cfg
1681*** make/custom/rxgen960.cfg    29 Jan 2003 22:59:57 -0000      1.1.1.2
1682--- make/custom/rxgen960.cfg    22 Apr 2003 06:56:43 -0000
1683***************
1684*** 4,16 ****
1685  #  rxgen960.cfg,v 1.13 2002/05/14 15:51:29 joel Exp
1686  #
1687 
1688- include $(RTEMS_ROOT)/make/custom/default.cfg
1689-
1690  RTEMS_CPU=i960
1691  RTEMS_CPU_MODEL=i960rp
1692 
1693  # This is the actual bsp directory used during the build process.
1694  RTEMS_BSP_FAMILY=rxgen960
1695 
1696  #  This contains the compiler options necessary to select the CPU model
1697  #  and (hopefully) optimize for it.
1698--- 4,16 ----
1699  #  rxgen960.cfg,v 1.13 2002/05/14 15:51:29 joel Exp
1700  #
1701 
1702  RTEMS_CPU=i960
1703  RTEMS_CPU_MODEL=i960rp
1704 
1705  # This is the actual bsp directory used during the build process.
1706  RTEMS_BSP_FAMILY=rxgen960
1707+
1708+ include $(RTEMS_ROOT)/make/custom/default.cfg
1709 
1710  #  This contains the compiler options necessary to select the CPU model
1711  #  and (hopefully) optimize for it.
1712Index: make/custom/score603e.cfg
1713===================================================================
1714RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/score603e.cfg,v
1715retrieving revision 1.1.1.3
1716diff -c -r1.1.1.3 score603e.cfg
1717*** make/custom/score603e.cfg   29 Jan 2003 22:59:57 -0000      1.1.1.3
1718--- make/custom/score603e.cfg   22 Apr 2003 06:56:53 -0000
1719***************
1720*** 7,14 ****
1721  #  score603e.cfg,v 1.15 2002/05/14 15:51:29 joel Exp
1722  #
1723 
1724- include $(RTEMS_ROOT)/make/custom/default.cfg
1725-
1726  RTEMS_CPU=powerpc
1727  RTEMS_CPU_MODEL=ppc603e
1728 
1729--- 7,12 ----
1730***************
1731*** 16,21 ****
1732--- 14,20 ----
1733 
1734  RTEMS_BSP_FAMILY=score603e
1735 
1736+ include $(RTEMS_ROOT)/make/custom/default.cfg
1737 
1738  #  This contains the compiler options necessary to select the CPU model
1739  #  and (hopefully) optimize for it.
1740Index: make/custom/shsim.cfg
1741===================================================================
1742RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/shsim.cfg,v
1743retrieving revision 1.1.1.3
1744diff -c -r1.1.1.3 shsim.cfg
1745*** make/custom/shsim.cfg       29 Jan 2003 22:59:57 -0000      1.1.1.3
1746--- make/custom/shsim.cfg       22 Apr 2003 06:56:59 -0000
1747***************
1748*** 4,16 ****
1749  #  shsim.cfg,v 1.3 2001/11/14 18:43:32 joel Exp
1750  #
1751 
1752- include $(RTEMS_ROOT)/make/custom/default.cfg
1753-
1754  RTEMS_CPU=sh
1755  RTEMS_CPU_MODEL=sh7032
1756 
1757  # This is the actual bsp directory used during the build process.
1758  RTEMS_BSP_FAMILY=shsim
1759 
1760  #  This contains the compiler options necessary to select the CPU model
1761  #  and (hopefully) optimize for it.
1762--- 4,16 ----
1763  #  shsim.cfg,v 1.3 2001/11/14 18:43:32 joel Exp
1764  #
1765 
1766  RTEMS_CPU=sh
1767  RTEMS_CPU_MODEL=sh7032
1768 
1769  # This is the actual bsp directory used during the build process.
1770  RTEMS_BSP_FAMILY=shsim
1771+
1772+ include $(RTEMS_ROOT)/make/custom/default.cfg
1773 
1774  #  This contains the compiler options necessary to select the CPU model
1775  #  and (hopefully) optimize for it.
1776Index: make/custom/sim68000.cfg
1777===================================================================
1778RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/sim68000.cfg,v
1779retrieving revision 1.1.1.3
1780diff -c -r1.1.1.3 sim68000.cfg
1781*** make/custom/sim68000.cfg    29 Jan 2003 22:59:57 -0000      1.1.1.3
1782--- make/custom/sim68000.cfg    22 Apr 2003 06:57:06 -0000
1783***************
1784*** 4,17 ****
1785  #  sim68000.cfg,v 1.7 2002/03/28 13:51:54 joel Exp
1786  #
1787 
1788- include $(RTEMS_ROOT)/make/custom/default.cfg
1789-
1790  RTEMS_CPU=m68k
1791  RTEMS_CPU_MODEL=m68000
1792  CPU_CFLAGS = -m68000
1793 
1794  # This is the actual bsp directory used during the build process.
1795  RTEMS_BSP_FAMILY=sim68000
1796 
1797  # optimize flag: typically -0, could use -O4 or -fast
1798  # -O4 is ok for RTEMS
1799--- 4,17 ----
1800  #  sim68000.cfg,v 1.7 2002/03/28 13:51:54 joel Exp
1801  #
1802 
1803  RTEMS_CPU=m68k
1804  RTEMS_CPU_MODEL=m68000
1805  CPU_CFLAGS = -m68000
1806 
1807  # This is the actual bsp directory used during the build process.
1808  RTEMS_BSP_FAMILY=sim68000
1809+
1810+ include $(RTEMS_ROOT)/make/custom/default.cfg
1811 
1812  # optimize flag: typically -0, could use -O4 or -fast
1813  # -O4 is ok for RTEMS
1814Index: make/custom/simcpu32.cfg
1815===================================================================
1816RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/simcpu32.cfg,v
1817retrieving revision 1.1.1.3
1818diff -c -r1.1.1.3 simcpu32.cfg
1819*** make/custom/simcpu32.cfg    29 Jan 2003 22:59:57 -0000      1.1.1.3
1820--- make/custom/simcpu32.cfg    22 Apr 2003 06:57:13 -0000
1821***************
1822*** 4,17 ****
1823  #  simcpu32.cfg,v 1.4 2001/11/14 18:59:05 joel Exp
1824  #
1825 
1826- include $(RTEMS_ROOT)/make/custom/default.cfg
1827-
1828  RTEMS_CPU=m68k
1829  RTEMS_CPU_MODEL=mcpu32
1830  CPU_CFLAGS = -mcpu32
1831 
1832  # This is the actual bsp directory used during the build process.
1833  RTEMS_BSP_FAMILY=sim68000
1834 
1835  # optimize flag: typically -0, could use -O4 or -fast
1836  # -O4 is ok for RTEMS
1837--- 4,17 ----
1838  #  simcpu32.cfg,v 1.4 2001/11/14 18:59:05 joel Exp
1839  #
1840 
1841  RTEMS_CPU=m68k
1842  RTEMS_CPU_MODEL=mcpu32
1843  CPU_CFLAGS = -mcpu32
1844 
1845  # This is the actual bsp directory used during the build process.
1846  RTEMS_BSP_FAMILY=sim68000
1847+
1848+ include $(RTEMS_ROOT)/make/custom/default.cfg
1849 
1850  # optimize flag: typically -0, could use -O4 or -fast
1851  # -O4 is ok for RTEMS
1852Index: make/custom/simhppa.cfg
1853===================================================================
1854RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/simhppa.cfg,v
1855retrieving revision 1.1.1.3
1856diff -c -r1.1.1.3 simhppa.cfg
1857*** make/custom/simhppa.cfg     29 Jan 2003 22:59:57 -0000      1.1.1.3
1858--- make/custom/simhppa.cfg     22 Apr 2003 06:57:18 -0000
1859***************
1860*** 4,16 ****
1861  #  simhppa.cfg,v 1.20 2002/03/28 13:51:54 joel Exp
1862  #
1863 
1864- include $(RTEMS_ROOT)/make/custom/default.cfg
1865-
1866  RTEMS_CPU=hppa1.1
1867  RTEMS_CPU_MODEL=hppa7200
1868 
1869  # This is the actual bsp directory used during the build process.
1870  RTEMS_BSP_FAMILY=simhppa
1871 
1872  #  This contains the compiler options necessary to select the CPU model
1873  #  and (hopefully) optimize for it.
1874--- 4,16 ----
1875  #  simhppa.cfg,v 1.20 2002/03/28 13:51:54 joel Exp
1876  #
1877 
1878  RTEMS_CPU=hppa1.1
1879  RTEMS_CPU_MODEL=hppa7200
1880 
1881  # This is the actual bsp directory used during the build process.
1882  RTEMS_BSP_FAMILY=simhppa
1883+
1884+ include $(RTEMS_ROOT)/make/custom/default.cfg
1885 
1886  #  This contains the compiler options necessary to select the CPU model
1887  #  and (hopefully) optimize for it.
1888Index: make/custom/simsh4.cfg
1889===================================================================
1890RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/simsh4.cfg,v
1891retrieving revision 1.1.1.3
1892diff -c -r1.1.1.3 simsh4.cfg
1893*** make/custom/simsh4.cfg      29 Jan 2003 22:59:58 -0000      1.1.1.3
1894--- make/custom/simsh4.cfg      22 Apr 2003 06:57:25 -0000
1895***************
1896*** 9,21 ****
1897  #  simsh4.cfg,v 1.5 2002/03/28 13:51:54 joel Exp
1898  #
1899 
1900- include $(RTEMS_ROOT)/make/custom/default.cfg
1901-
1902  RTEMS_CPU=sh
1903  RTEMS_CPU_MODEL=sh7750
1904 
1905  # This is the actual bsp directory used during the build process.
1906  RTEMS_BSP_FAMILY=simsh4
1907 
1908  #
1909  #  This contains the compiler options necessary to select the CPU model
1910--- 9,21 ----
1911  #  simsh4.cfg,v 1.5 2002/03/28 13:51:54 joel Exp
1912  #
1913 
1914  RTEMS_CPU=sh
1915  RTEMS_CPU_MODEL=sh7750
1916 
1917  # This is the actual bsp directory used during the build process.
1918  RTEMS_BSP_FAMILY=simsh4
1919+
1920+ include $(RTEMS_ROOT)/make/custom/default.cfg
1921 
1922  #
1923  #  This contains the compiler options necessary to select the CPU model
1924Index: make/custom/simsh7032.cfg
1925===================================================================
1926RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/simsh7032.cfg,v
1927retrieving revision 1.1.1.2
1928diff -c -r1.1.1.2 simsh7032.cfg
1929*** make/custom/simsh7032.cfg   29 Jan 2003 22:59:58 -0000      1.1.1.2
1930--- make/custom/simsh7032.cfg   22 Apr 2003 06:57:35 -0000
1931***************
1932*** 8,17 ****
1933  #  simsh7032.cfg,v 1.1 2001/01/22 14:03:44 joel Exp
1934  #
1935 
1936- include $(RTEMS_ROOT)/make/custom/shsim.cfg
1937-
1938  RTEMS_CPU=sh
1939  RTEMS_CPU_MODEL=sh7032
1940 
1941  #
1942  #  This contains the compiler options necessary to select the CPU model
1943--- 8,17 ----
1944  #  simsh7032.cfg,v 1.1 2001/01/22 14:03:44 joel Exp
1945  #
1946 
1947  RTEMS_CPU=sh
1948  RTEMS_CPU_MODEL=sh7032
1949+
1950+ include $(RTEMS_ROOT)/make/custom/shsim.cfg
1951 
1952  #
1953  #  This contains the compiler options necessary to select the CPU model
1954Index: make/custom/simsh7045.cfg
1955===================================================================
1956RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/simsh7045.cfg,v
1957retrieving revision 1.1.1.2
1958diff -c -r1.1.1.2 simsh7045.cfg
1959*** make/custom/simsh7045.cfg   29 Jan 2003 22:59:58 -0000      1.1.1.2
1960--- make/custom/simsh7045.cfg   22 Apr 2003 06:57:41 -0000
1961***************
1962*** 8,17 ****
1963  #  simsh7045.cfg,v 1.1 2001/01/22 14:03:44 joel Exp
1964  #
1965 
1966- include $(RTEMS_ROOT)/make/custom/shsim.cfg
1967-
1968  RTEMS_CPU=sh
1969  RTEMS_CPU_MODEL=sh7045
1970 
1971  #
1972  #  This contains the compiler options necessary to select the CPU model
1973--- 8,17 ----
1974  #  simsh7045.cfg,v 1.1 2001/01/22 14:03:44 joel Exp
1975  #
1976 
1977  RTEMS_CPU=sh
1978  RTEMS_CPU_MODEL=sh7045
1979+
1980+ include $(RTEMS_ROOT)/make/custom/shsim.cfg
1981 
1982  #
1983  #  This contains the compiler options necessary to select the CPU model
1984cvs diff: tag rtems-4_6_0_pre2 is not in file make/custom/svgm.cfg
1985Index: make/custom/ts_386ex.cfg
1986===================================================================
1987RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/ts_386ex.cfg,v
1988retrieving revision 1.1.1.3
1989diff -c -r1.1.1.3 ts_386ex.cfg
1990*** make/custom/ts_386ex.cfg    29 Jan 2003 22:59:58 -0000      1.1.1.3
1991--- make/custom/ts_386ex.cfg    22 Apr 2003 06:57:56 -0000
1992***************
1993*** 4,16 ****
1994  #  ts_386ex.cfg,v 1.14 2002/05/14 15:51:29 joel Exp
1995  #
1996 
1997- include $(RTEMS_ROOT)/make/custom/default.cfg
1998-
1999  RTEMS_CPU=i386
2000  RTEMS_CPU_MODEL=i386_nofp
2001 
2002  # This is the actual bsp directory used during the build process.
2003  RTEMS_BSP_FAMILY=ts_386ex
2004 
2005  #  This contains the compiler options necessary to select the CPU model
2006  #  and (hopefully) optimize for it. Enables software floating-point
2007--- 4,16 ----
2008  #  ts_386ex.cfg,v 1.14 2002/05/14 15:51:29 joel Exp
2009  #
2010 
2011  RTEMS_CPU=i386
2012  RTEMS_CPU_MODEL=i386_nofp
2013 
2014  # This is the actual bsp directory used during the build process.
2015  RTEMS_BSP_FAMILY=ts_386ex
2016+
2017+ include $(RTEMS_ROOT)/make/custom/default.cfg
2018 
2019  #  This contains the compiler options necessary to select the CPU model
2020  #  and (hopefully) optimize for it. Enables software floating-point
2021Index: make/custom/vegaplus.cfg
2022===================================================================
2023RCS file: /afs/slac/g/spear/cvsrep/rtems/src-20030128/make/custom/vegaplus.cfg,v
2024retrieving revision 1.1.1.3
2025diff -c -r1.1.1.3 vegaplus.cfg
2026*** make/custom/vegaplus.cfg    21 Apr 2003 20:20:38 -0000      1.1.1.3
2027--- make/custom/vegaplus.cfg    22 Apr 2003 06:58:03 -0000
2028***************
2029*** 4,16 ****
2030  #  vegaplus.cfg,v 1.6.2.1 2003/02/26 07:46:06 ralf Exp
2031  #
2032 
2033- include $(RTEMS_ROOT)/make/custom/default.cfg
2034-
2035  RTEMS_CPU=arm
2036  RTEMS_CPU_MODEL=arm7tdmi
2037 
2038  # This is the actual bsp directory used during the build process.
2039  RTEMS_BSP_FAMILY=vegaplus
2040 
2041  #  This contains the compiler options necessary to select the CPU model
2042  #  and (hopefully) optimize for it.
2043--- 4,16 ----
2044  #  vegaplus.cfg,v 1.6.2.1 2003/02/26 07:46:06 ralf Exp
2045  #
2046 
2047  RTEMS_CPU=arm
2048  RTEMS_CPU_MODEL=arm7tdmi
2049 
2050  # This is the actual bsp directory used during the build process.
2051  RTEMS_BSP_FAMILY=vegaplus
2052+
2053+ include $(RTEMS_ROOT)/make/custom/default.cfg
2054 
2055  #  This contains the compiler options necessary to select the CPU model
2056  #  and (hopefully) optimize for it.
2057cvs diff: Diffing scripts
2058cvs diff: tag rtems-4_6_0_pre2 is not in file scripts/mkbinutilspec.in
2059cvs diff: tag rtems-4_6_0_pre2 is not in file scripts/mkgdbspec.in
2060cvs diff: Diffing scripts/autotools
2061cvs diff: Diffing scripts/binutils
2062cvs diff: Diffing scripts/common
2063cvs diff: Diffing scripts/cpukit
2064cvs diff: tag rtems-4_6_0_pre2 is not in file scripts/cpukit/rtems-cpukit.spec.in
2065cvs diff: Diffing scripts/gcc3newlib
2066cvs diff: Diffing scripts/gccnewlib
2067cvs diff: Diffing scripts/gdb
2068cvs diff: Diffing scripts/rtems
2069cvs diff: Diffing scripts/rtemsdoc
2070cvs diff: tag rtems-4_6_0_pre2 is not in file scripts/rtemsdoc/rtemsdoc.spec.in
2071cvs diff: Diffing tools
2072cvs diff: tag rtems-4_6_0_pre2 is not in file tools/Makefile.am
2073cvs diff: Diffing tools/build
2074cvs diff: Diffing tools/cpu
2075cvs diff: Diffing tools/cpu/generic
2076cvs diff: Diffing tools/cpu/hppa1.1
2077cvs diff: Diffing tools/cpu/sh
2078cvs diff: Diffing tools/update
2079cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/.cvsignore
2080cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/310_to_320_list
2081cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/ChangeLog
2082cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/Makefile.am
2083cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/README
2084cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/acpolish
2085cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/ampolish
2086cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/cipolish
2087cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/configure.ac
2088cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/rtems-polish.sh
2089cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/update.in
2090cvs diff: tag rtems-4_6_0_pre2 is not in file tools/update/word-replace.in