1 /* Configuration for an Alpha running GNU with ELF as the target machine. */
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() \
9 HURD_TARGET_OS_CPP_BUILTINS(); \
10 builtin_define ("_LONGLONG"); \
13 #undef ELF_DYNAMIC_LINKER
14 #define ELF_DYNAMIC_LINKER "/lib/ld.so"
17 #define STARTFILE_SPEC \
20 %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \
23 %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}"
25 /* FIXME: Is a Hurd-specific fallback mechanism necessary? */
26 #undef MD_UNWIND_SUPPORT