comparison gcc/config/rs6000/option-defaults.h @ 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 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Definitions of default options for config/rs6000 configurations. 1 /* Definitions of default options for config/rs6000 configurations.
2 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 3 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
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 8 GCC is free software; you can redistribute it and/or modify it
25 <http://www.gnu.org/licenses/>. */ 25 <http://www.gnu.org/licenses/>. */
26 26
27 /* This header needs to be included after any other headers affecting 27 /* This header needs to be included after any other headers affecting
28 TARGET_DEFAULT. */ 28 TARGET_DEFAULT. */
29 29
30 #if TARGET_AIX 30 #if TARGET_AIX_OS
31 #define OPT_64 "maix64" 31 #define OPT_64 "maix64"
32 #define OPT_32 "maix32" 32 #define OPT_32 "maix32"
33 #else 33 #else
34 #define OPT_64 "m64" 34 #define OPT_64 "m64"
35 #define OPT_32 "m32" 35 #define OPT_32 "m32"