Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / gcc / config / sparc / sol2-64.h
blob2a15f3db51ad8b7aceb4c04ddd0f3b8d09236ce0
1 /* Definitions of target machine for GCC, for bi-arch SPARC
2 running Solaris 2, defaulting to 64-bit code generation. */
4 #undef TARGET_DEFAULT
5 #define TARGET_DEFAULT \
6 (MASK_V9 + MASK_PTR64 + MASK_64BIT /* + MASK_HARD_QUAD */ + \
7 MASK_STACK_BIAS + MASK_FPU + MASK_LONG_DOUBLE_128)