2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / config / alpha / gnu.h
blob40348c60abbb5baa579923cb91ce61f80c5e69f7
1 /* Configuration for an Alpha running GNU with ELF as the target machine. */
3 #undef TARGET_VERSION
4 #define TARGET_VERSION fprintf (stderr, " (Alpha GNU)");
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)
13 #undef ELF_DYNAMIC_LINKER
14 #define ELF_DYNAMIC_LINKER "/lib/ld.so"
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}}"
25 /* FIXME: Is a Hurd-specific fallback mechanism necessary? */
26 #undef MD_FALLBACK_FRAME_STATE_FOR