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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config/] [alpha/] [gnu.h] - Blame information for rev 820

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
/* Configuration for an Alpha running GNU with ELF as the target machine.  */
2
 
3
#undef TARGET_VERSION
4
#define TARGET_VERSION fprintf (stderr, " (Alpha GNU)");
5
 
6
#undef TARGET_OS_CPP_BUILTINS /* config.gcc includes alpha/linux.h.  */
7
#define TARGET_OS_CPP_BUILTINS()                \
8
    do {                                        \
9
        HURD_TARGET_OS_CPP_BUILTINS();          \
10
        builtin_define ("_LONGLONG");           \
11
    } while (0)
12
 
13
#undef ELF_DYNAMIC_LINKER
14
#define ELF_DYNAMIC_LINKER      "/lib/ld.so"
15
 
16
#undef  STARTFILE_SPEC
17
#define STARTFILE_SPEC \
18
  "%{!shared: \
19
     %{!static: \
20
       %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \
21
     %{static:crt0.o%s}} \
22
   crti.o%s \
23
   %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}"
24
 
25
/* FIXME: Is a Hurd-specific fallback mechanism necessary?  */
26
#undef MD_UNWIND_SUPPORT

powered by: WebSVN 2.1.0

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