comparison gcc/config/rs6000/vxworks.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 /* Definitions of target machine for GNU compiler. Vxworks PowerPC version. 1 /* Definitions of target machine for GNU compiler. Vxworks PowerPC version.
2 Copyright (C) 1996, 2000, 2002, 2003, 2004, 2005, 2007 2 Copyright (C) 1996, 2000, 2002, 2003, 2004, 2005, 2007, 2009
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 Contributed by CodeSourcery, LLC. 4 Contributed by CodeSourcery, LLC.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
66 #define CPP_SPEC \ 66 #define CPP_SPEC \
67 "%{!DCPU=*: \ 67 "%{!DCPU=*: \
68 %{mcpu=403 : -DCPU=PPC403 ; \ 68 %{mcpu=403 : -DCPU=PPC403 ; \
69 mcpu=405 : -DCPU=PPC405 ; \ 69 mcpu=405 : -DCPU=PPC405 ; \
70 mcpu=440 : -DCPU=PPC440 ; \ 70 mcpu=440 : -DCPU=PPC440 ; \
71 mcpu=464 : -DCPU=PPC464 ; \
72 mcpu=476 : -DCPU=PPC476 ; \
71 mcpu=603 : -DCPU=PPC603 ; \ 73 mcpu=603 : -DCPU=PPC603 ; \
72 mcpu=604 : -DCPU=PPC604 ; \ 74 mcpu=604 : -DCPU=PPC604 ; \
73 mcpu=860 : -DCPU=PPC860 ; \ 75 mcpu=860 : -DCPU=PPC860 ; \
74 mcpu=8540: -DCPU=PPC85XX ; \ 76 mcpu=8540: -DCPU=PPC85XX ; \
75 : -DCPU=PPC604 }}" \ 77 : -DCPU=PPC604 }}" \