1 /* Definitions of target machine for GNU compiler, for bi-arch SPARC
2    running Solaris 2 using the GNU linker.  */
3 
4 #undef LINK_ARCH32_SPEC
5 #define LINK_ARCH32_SPEC \
6   LINK_ARCH32_SPEC_BASE "%{!static: -rpath-link %R/usr/lib}"
7 
8 #undef LINK_ARCH64_SPEC
9 #define LINK_ARCH64_SPEC \
10   LINK_ARCH64_SPEC_BASE "%{!static: -rpath-link %R/usr/lib/sparcv9}"
11 
12 #undef LINK_ARCH_SPEC
13 #define LINK_ARCH_SPEC "\
14 %{m32:-m elf32_sparc %(link_arch32)} \
15 %{m64:-m elf64_sparc %(link_arch64)} \
16 %{!m32:%{!m64:%(link_arch_default)}} \
17 "
18 
19