*asm:
%{G*} %{relax:-relax} %{!gstabs*:-no-mdebug}%{gstabs*:-mdebug}

*asm_final:


*asm_options:
%a %Y %{c:%W{o*}%{!o*:-o %w%b%O}}%{!c:-o %d%w%u%O}

*invoke_as:
%{!S:-o %{|!pipe:%g.s} |
 as %(asm_options) %{!pipe:%g.s} %A }

*cpp:
%{!undef:%{.S:-D__LANGUAGE_ASSEMBLY__ -D__LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY }}%{.cc|.cxx|.C:-D__LANGUAGE_C_PLUS_PLUS__ -D__LANGUAGE_C_PLUS_PLUS -D__cplusplus }%{.m:-D__LANGUAGE_OBJECTIVE_C__ -D__LANGUAGE_OBJECTIVE_C }%{!.S:%{!.cc:%{!.cxx:%{!.C:%{!.m:-D__LANGUAGE_C__ -D__LANGUAGE_C %{!ansi:-DLANGUAGE_C }}}}}}%{mieee:-D_IEEE_FP }%{mieee-with-inexact:-D_IEEE_FP -D_IEEE_FP_INEXACT }}%(cpp_cpu) %(cpp_subtarget)

*cpp_options:
%{C:%{!E:%eGNU C does not support -C without using -E}} %{std*} %{nostdinc*} %{C} %{v} %{I*} %{P} %{$} %I %{MD:-M -MF %W{!o: %b.d}%W{o*:%.d%*}} %{MMD:-MM -MF %W{!o: %b.d}%W{o*:%.d%*}} %{M} %{MM} %W{MF*} %{MG} %{MP} %{MQ*} %{MT*} %{M|MD|MM|MMD:%{o*:-MQ %*}} %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2 -D__GNUC_PATCHLEVEL__=%v3} %{!undef:%{!ansi:%{!std=*:%p}%{std=gnu*:%p}} %P} %{trigraphs} %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}} %{fno-inline|O0|!O*:-D__NO_INLINE__} %{ffast-math:-D__FAST_MATH__} %{fshort-wchar:-U__WCHAR_TYPE__ -D__WCHAR_TYPE__=short\ unsigned\ int} %{ffreestanding:-D__STDC_HOSTED__=0} %{fno-hosted:-D__STDC_HOSTED__=0} %{!ffreestanding:%{!fno-hosted:-D__STDC_HOSTED__=1}} %{fshow-column} %{fno-show-column} %{fleading-underscore} %{fno-leading-underscore} %{fno-operator-names} %{ftabstop=*} %{remap} %{g3:-dD} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*&U*&A*} %{i*} %Z %i %{E:%{!M*:%W{o*}}}

*trad_capable_cpp:
%{traditional|ftraditional|traditional-cpp:trad}cpp0

*cc1:
%{G*}

*cc1_options:
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}} %1 %{!Q:-quiet} -dumpbase %B %{d*} %{m*} %{a*} %{g*} %{O*} %{W*} %{w} %{pedantic*} %{std*} %{ansi} %{traditional} %{v:-version} %{pg:-p} %{p} %{f*} %{Qn:-fno-ident} %{--help:--help} %{--target-help:--target-help} %{!fsyntax-only:%{S:%W{o*}%{!o*:-o %b.s}}} %{fsyntax-only:-o %j} %{-param*}

*cc1plus:


*endfile:
%{shared:crtendS.o%s}%{!shared:crtend.o%s} crtn.o%s

*link:
-m elf64alpha %{G*} %{relax:-relax}		  %{O*:-O3} %{!O*:-O1}						  %{shared:-shared}						  %{!shared:							    %{!static:							      %{rdynamic:-export-dynamic}				      %{!dynamic-linker:-dynamic-linker %(elf_dynamic_linker)}}	    %{static:-static}}

*lib:
%{shared:-lc}%{!shared:%{pthread:-lpthread }%{profile:-lc_p}%{!profile:-lc}} 

*libgcc:
%{shared-libgcc:-lgcc_s%M -lgcc}%{static-libgcc:-lgcc}%{!shared-libgcc:%{!static-libgcc:%{shared:-lgcc_s%M}}}%{!shared-libgcc:%{!static-libgcc:%{!shared:-lgcc}}}

*startfile:
%{!shared:      %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}}   crti.o%s %{shared:crtbeginS.o%s}%{!shared:crtbegin.o%s}

*switches_need_spaces:


*signed_char:
%{funsigned-char:-D__CHAR_UNSIGNED__}

*predefines:
-Dlinux -Dunix -Asystem=linux -D_LONGLONG -D__alpha__ -D__ELF__

*cross_compile:
0

*version:
3.0.4

*multilib:
. ;

*multilib_defaults:


*multilib_extra:


*multilib_matches:


*multilib_exclusions:


*linker:
collect2

*link_libgcc:
%D

*md_exec_prefix:


*md_startfile_prefix:


*md_startfile_prefix_1:


*cpp_am_bwx:
-D__alpha_bwx__ -Acpu=bwx

*cpp_am_max:
-D__alpha_max__ -Acpu=max

*cpp_am_fix:
-D__alpha_fix__ -Acpu=fix

*cpp_am_cix:
-D__alpha_cix__ -Acpu=cix

*cpp_im_ev4:
-D__alpha_ev4__ -Acpu=ev4

*cpp_im_ev5:
-D__alpha_ev5__ -Acpu=ev5

*cpp_im_ev6:
-D__alpha_ev6__ -Acpu=ev6

*cpp_cpu_ev4:
%(cpp_im_ev4)

*cpp_cpu_ev5:
%(cpp_im_ev5)

*cpp_cpu_ev56:
%(cpp_im_ev5) %(cpp_am_bwx)

*cpp_cpu_pca56:
%(cpp_im_ev5) %(cpp_am_bwx) %(cpp_am_max)

*cpp_cpu_ev6:
%(cpp_im_ev6) %(cpp_am_bwx) %(cpp_am_max) %(cpp_am_fix)

*cpp_cpu_ev67:
%(cpp_im_ev6) %(cpp_am_bwx) %(cpp_am_max) %(cpp_am_fix) %(cpp_am_cix)

*cpp_cpu_default:
%(cpp_im_ev4)

*cpp_cpu:
%{!undef:-Acpu=alpha -Amachine=alpha -D__alpha -D__alpha__ %{mcpu=ev4|mcpu=21064:%(cpp_cpu_ev4) }%{mcpu=ev5|mcpu=21164:%(cpp_cpu_ev5) }%{mcpu=ev56|mcpu=21164a:%(cpp_cpu_ev56) }%{mcpu=pca56|mcpu=21164pc|mcpu=21164PC:%(cpp_cpu_pca56) }%{mcpu=ev6|mcpu=21264:%(cpp_cpu_ev6) }%{mcpu=ev67|mcpu=21264a:%(cpp_cpu_ev67) }%{!mcpu*:%(cpp_cpu_default) }}

*cpp_subtarget:


*elf_dynamic_linker:
/lib/ld-linux.so.2

*link_command:
%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:    %(linker) %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r} %{s} %{t}    %{u*} %{x} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}}    %{static:} %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%G %L %G}}    %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} }}}}}}

