OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [config/] [sparc/] [sol2-gld-bi.h] - Diff between revs 38 and 154

Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 154
/* Definitions of target machine for GCC, for bi-arch SPARC
/* Definitions of target machine for GCC, for bi-arch SPARC
   running Solaris 2 using the GNU linker.  */
   running Solaris 2 using the GNU linker.  */
 
 
#undef LINK_ARCH32_SPEC
#undef LINK_ARCH32_SPEC
#define LINK_ARCH32_SPEC \
#define LINK_ARCH32_SPEC \
  LINK_ARCH32_SPEC_BASE "%{!static: -rpath-link %R/usr/lib}"
  LINK_ARCH32_SPEC_BASE "%{!static: -rpath-link %R/usr/lib}"
 
 
#undef LINK_ARCH64_SPEC
#undef LINK_ARCH64_SPEC
#define LINK_ARCH64_SPEC \
#define LINK_ARCH64_SPEC \
  LINK_ARCH64_SPEC_BASE "%{!static: -rpath-link %R/usr/lib/sparcv9}"
  LINK_ARCH64_SPEC_BASE "%{!static: -rpath-link %R/usr/lib/sparcv9}"
 
 
#undef LINK_ARCH_SPEC
#undef LINK_ARCH_SPEC
#if DISABLE_MULTILIB
#if DISABLE_MULTILIB
#if DEFAULT_ARCH32_P
#if DEFAULT_ARCH32_P
#define LINK_ARCH_SPEC "\
#define LINK_ARCH_SPEC "\
%{m32:-m elf32_sparc %(link_arch32)} \
%{m32:-m elf32_sparc %(link_arch32)} \
%{m64:%edoes not support multilib} \
%{m64:%edoes not support multilib} \
%{!m32:%{!m64:%(link_arch_default)}} \
%{!m32:%{!m64:%(link_arch_default)}} \
"
"
#else
#else
#define LINK_ARCH_SPEC "\
#define LINK_ARCH_SPEC "\
%{m32:%edoes not support multilib} \
%{m32:%edoes not support multilib} \
%{m64:-m elf64_sparc %(link_arch64)} \
%{m64:-m elf64_sparc %(link_arch64)} \
%{!m32:%{!m64:%(link_arch_default)}} \
%{!m32:%{!m64:%(link_arch_default)}} \
"
"
#endif
#endif
#else
#else
#define LINK_ARCH_SPEC "\
#define LINK_ARCH_SPEC "\
%{m32:-m elf32_sparc %(link_arch32)} \
%{m32:-m elf32_sparc %(link_arch32)} \
%{m64:-m elf64_sparc %(link_arch64)} \
%{m64:-m elf64_sparc %(link_arch64)} \
%{!m32:%{!m64:%(link_arch_default)}} \
%{!m32:%{!m64:%(link_arch_default)}} \
"
"
#endif
#endif
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.