This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16109] error: architecture mismatch on "fzero".


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]