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/] [alpha/] [gnu.h] - Diff between revs 38 and 154

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

Rev 38 Rev 154
/* Configuration for an Alpha running GNU with ELF as the target machine.  */
/* Configuration for an Alpha running GNU with ELF as the target machine.  */
 
 
#undef TARGET_VERSION
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (Alpha GNU)");
#define TARGET_VERSION fprintf (stderr, " (Alpha GNU)");
 
 
#undef TARGET_OS_CPP_BUILTINS /* config.gcc includes alpha/linux.h.  */
#undef TARGET_OS_CPP_BUILTINS /* config.gcc includes alpha/linux.h.  */
#define TARGET_OS_CPP_BUILTINS()                \
#define TARGET_OS_CPP_BUILTINS()                \
    do {                                        \
    do {                                        \
        HURD_TARGET_OS_CPP_BUILTINS();          \
        HURD_TARGET_OS_CPP_BUILTINS();          \
        builtin_define ("_LONGLONG");           \
        builtin_define ("_LONGLONG");           \
    } while (0)
    } while (0)
 
 
#undef ELF_DYNAMIC_LINKER
#undef ELF_DYNAMIC_LINKER
#define ELF_DYNAMIC_LINKER      "/lib/ld.so"
#define ELF_DYNAMIC_LINKER      "/lib/ld.so"
 
 
#undef  STARTFILE_SPEC
#undef  STARTFILE_SPEC
#define STARTFILE_SPEC \
#define STARTFILE_SPEC \
  "%{!shared: \
  "%{!shared: \
     %{!static: \
     %{!static: \
       %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \
       %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \
     %{static:crt0.o%s}} \
     %{static:crt0.o%s}} \
   crti.o%s \
   crti.o%s \
   %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}"
   %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}"
 
 
/* FIXME: Is a Hurd-specific fallback mechanism necessary?  */
/* FIXME: Is a Hurd-specific fallback mechanism necessary?  */
#undef MD_UNWIND_SUPPORT
#undef MD_UNWIND_SUPPORT
 
 

powered by: WebSVN 2.1.0

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