comparison gcc/config/rs6000/darwin.opt @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 ; Darwin options for PPC port. 1 ; Darwin options for PPC port.
2 ; 2 ;
3 ; Copyright (C) 2005, 2007 Free Software Foundation, Inc. 3 ; Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
4 ; Contributed by Aldy Hernandez <aldy@quesejoda.com>. 4 ; Contributed by Aldy Hernandez <aldy@quesejoda.com>.
5 ; 5 ;
6 ; This file is part of GCC. 6 ; This file is part of GCC.
7 ; 7 ;
8 ; GCC is free software; you can redistribute it and/or modify it under 8 ; GCC is free software; you can redistribute it and/or modify it under
17 ; 17 ;
18 ; You should have received a copy of the GNU General Public License 18 ; You should have received a copy of the GNU General Public License
19 ; along with GCC; see the file COPYING3. If not see 19 ; along with GCC; see the file COPYING3. If not see
20 ; <http://www.gnu.org/licenses/>. 20 ; <http://www.gnu.org/licenses/>.
21 21
22 Waltivec-long-deprecated
23 Driver Alias(mwarn-altivec-long)
24
25 faltivec
26 Driver
27
28 ; -ffix-and-continue and -findirect-data are for compatibility for old
29 ; compilers.
30 ffix-and-continue
31 Driver RejectNegative Alias(mfix-and-continue)
32
33 findirect-data
34 Driver RejectNegative Alias(mfix-and-continue)
35
22 m64 36 m64
23 Target RejectNegative Negative(m32) Mask(64BIT) 37 Target RejectNegative Negative(m32) Mask(64BIT)
24 Generate 64-bit code 38 Generate 64-bit code
25 39
26 m32 40 m32
27 Target RejectNegative Negative(m64) InverseMask(64BIT) 41 Target RejectNegative Negative(m64) InverseMask(64BIT)
28 Generate 32-bit code 42 Generate 32-bit code
29
30 mdynamic-no-pic
31 Target Report Mask(MACHO_DYNAMIC_NO_PIC)
32 Generate code suitable for executables (NOT shared libs)