OSDN Git Service

Change callers in config/[n-z]*/ (the rest) to match:
[pf3gnuchains/gcc-fork.git] / gcc / config / sparc / sol2-64.h
1 /* Definitions of target machine for GNU compiler, for 64-bit SPARC
2    running Solaris 2 using the GNU linker.  */
3
4 #include "sparc/sol2-sld-64.h"
5
6 #ifdef LINKER_DOES_NOT_WORK_WITH_DWARF2
7 #undef LINKER_DOES_NOT_WORK_WITH_DWARF2
8 #endif
9
10 #ifdef AS_SPARC64_FLAG
11
12 #ifdef LINK_ARCH_SPEC
13 #undef LINK_ARCH_SPEC
14 #endif
15
16 #define LINK_ARCH_SPEC "\
17 %{m32:-m elf32_sparc %(link_arch32)} \
18 %{m64:-m elf64_sparc %(link_arch64)} \
19 %{!m32:%{!m64:%(link_arch_default)}} \
20 "
21
22 #endif