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

*asm_debug:
%{gstabs*:--gstabs}%{!gstabs*:%{g*:--gdwarf2}}

*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:
%(cpp_cpu) %{posix:-D_POSIX_SOURCE} %{pthread:-D_POSIX_THREADS}

*cpp_options:
%(cpp_unique_options) %{std*} %{d*} %{W*} %{w} %{pedantic*} %{fshow-column} %{fno-show-column} %{fsigned-char&funsigned-char} %{fleading-underscore} %{fno-leading-underscore} %{fno-operator-names} %{ftabstop=*}

*cpp_unique_options:
%{C:%{!E:%eGNU C does not support -C without using -E}} %{nostdinc*} %{C} %{v} %{I*} %{P} %{$} %I %{MD:-MD %{!o:%b.d}%{o*:%.d%*}} %{MMD:-MMD %{!o:%b.d}%{o*:%.d%*}} %{M} %{MM} %{MF*} %{MG} %{MP} %{MQ*} %{MT*} %{!E:%{!M:%{!MM:%{MD|MMD:%{o*:-MQ %*}}}}} %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2 -D__GNUC_PATCHLEVEL__=%v3 -D__GXX_ABI_VERSION=102} %{!undef:%{!ansi:%{!std=*:%p}%{std=gnu*:%p}} %P} %{trigraphs} %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}} %{fno-inline|O0|!O*:-D__NO_INLINE__} %{ffast-math:-D__FAST_MATH__} %{ffreestanding:-D__STDC_HOSTED__=0} %{fno-hosted:-D__STDC_HOSTED__=0} %{!ffreestanding:%{!fno-hosted:-D__STDC_HOSTED__=1}} %{remap} %{g3:-dD} %{H} %C %{fshort-wchar:-U__WCHAR_TYPE__ -D__WCHAR_TYPE__=short\ unsigned\ int} %{D*&U*&A*} %{i*} %Z %i %{E|M|MM:%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:


*link_gcc_c_sequence:
%G %L %G

*endfile:
%{!shared:crtend%O%s} %{shared:crtendS%O%s}

*link:
%{!shared:%{!nostdlib:%{!r*:%{!e*:-e __start}}}}    %{shared:-shared} %{R*}    %{static:-Bstatic}    %{!static:-Bdynamic}    %{assert*}    %{!dynamic-linker:-dynamic-linker /usr/libexec/ld.so}

*lib:
%{!shared:%{pthread:-lpthread%{p:_p}%{!p:%{pg:_p}}}} %{!shared:-lc%{p:_p}%{!p:%{pg:_p}}}

*libgcc:
-lgcc

*startfile:
	%{!shared: %{pg:gcrt0%O%s} %{!pg:%{p:gcrt0%O%s} %{!p:crt0%O%s}} 	crtbegin%O%s} %{shared:crtbeginS%O%s}

*switches_need_spaces:


*predefines:
-D__unix__ -D__ANSI_COMPAT -Asystem=unix -D__OpenBSD__ -D__ELF__

*cross_compile:
0

*version:
3.2.3

*multilib:
. ;

*multilib_defaults:


*multilib_extra:


*multilib_matches:


*multilib_exclusions:


*multilib_options:


*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:


*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:%(link_gcc_c_sequence)}}    %{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} }}}}}}

