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:40 -------
(In reply to comment #3) 
> The list is not complete, it lacks 'asm_arch' and 'asm_relax'. 
>  
 
*asm_arch32: 
-32 
 
*asm_arch64: 
-64 -no-undeclared-regs 
 
*asm_relax: 
%{!mno-relax:-relax} 
 
*asm_arch_default: 
-64 -no-undeclared-regs 
 
*asm_arch: 
%{m32:%(asm_arch32)} %{m64:%(asm_arch64)} %{!m32:%{!m64:%(asm_arch_default)}} 
 

-- 


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]