This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16109] error: architecture mismatch on "fzero".
- From: "pluto at pld-linux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2004 09:16:03 -0000
- Subject: [Bug target/16109] error: architecture mismatch on "fzero".
- References: <20040621084809.16109.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pluto at pld-linux dot org 2004-06-21 09:16 -------
(In reply to comment #1)
> > Where is the bug? /usr/lib64/gcc/sparc64-pld-linux/3.4.1/specs?
>
> Yes, most likely. Could you post the contents of the 'asm' specs and its
> children (on Solaris it's asm -> asm_cpu -> asm_cpu_default)?
>
*asm:
%{V} %{v:%{!V:-V}} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Wa,*:%*} -s %{fpic|fPIC|
fpie|fPIE:-K PIC} %{mlittle-endian:-EL} %(asm_cpu) %(asm_arch) %(asm_relax)
*asm_cpu:
%{mcpu=sparclet:-Asparclet} %{mcpu=tsc701:-Asparclet}
%{msparclite:-Asparclite} %{mf930:-Asparclite} %{mf934:-Asparclite}
%{mcpu=sparclite:-Asparclite} %{mcpu=sparclite86x:-Asparclite}
%{mcpu=f930:-Asparclite} %{mcpu=f934:-Asparclite} %{mv8plus:-Av8plus}
%{mcpu=v9:-Av9} %{mcpu=ultrasparc:%{!mv8plus:-Av9a}} %{mcpu=ultrasparc3:
%{!mv8plus:-Av9b}} %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:
%{!mv8:%{!msupersparc:%(asm_cpu_default)}}}}}}}
*asm_cpu_default:
-Av9a
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16109