*asm:
%|

*asm_final:


*cpp:
%{posix:-D_POSIX_SOURCE} %{pthread:-D_POSIX_THREADS}

*cc1:
%{pg:} %{p:}

*cc1plus:


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

*link:
%{EB} %{EL} %{shared} %{non_shared}    %{call_shared} %{no_archive} %{exact_version}    %{!shared: %{!non_shared: %{!call_shared: -non_shared}}}    %{!dynamic-linker:-dynamic-linker /usr/libexec/ld.so}    %{!nostdlib:%{!r*:%{!e*:-e __start}}} -dc -dp    %{static:-Bstatic} %{!static:-Bdynamic} %{assert*}

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


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

*predefines:
-D__unix__ -D__ANSI_COMPAT -Asystem(unix) -Asystem(OpenBSD) -Amachine(hppa) -D__ELF__ -D__OpenBSD__ -D__hppa__ -D__hppa

*cross_compile:
0

*version:
2.95.3

*multilib:
. ;

*multilib_defaults:


*multilib_extra:


*multilib_matches:


*linker:
collect2

*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*} %D %o			%{!nostdlib:%{!nodefaultlibs:%G %L %G}}			%{!A:%{!nostdlib:%{!nostartfiles:%E}}}			%{T*}			
 }}}}}}

