OSDN Git Service

* config/gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New.
[pf3gnuchains/gcc-fork.git] / gcc / config / alpha / gnu.h
1 /* 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_FALLBACK_FRAME_STATE_FOR