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 middle-end/16503] failure building cross compiler (host:sparc, target:sparc64).


------- Additional Comments From pluto at pld-linux dot org  2004-07-16 10:40 -------
(In reply to comment #6)   
> Actually your make file problem does not make sense as the make file is   
right.   
> t='$(program_transform_name)'; echo ar | sed -e $$t ;   
> sets t to be the variable and then translate it in the shell.   
> And this works for anyone else I know of and works for me too and this has   
been this way since 1999.   
   
Do You want to see a buildlog?   
`t='$(program_transform_name)'; echo ar | sed -e $$t ;' doesn't work   
at my  (In reply to comment #6)  
> Actually your make file problem does not make sense as the make file is  
right.  
> t='$(program_transform_name)'; echo ar | sed -e $$t ;  
> sets t to be the variable and then translate it in the shell.  
> And this works for anyone else I know of and works for me too and this has  
been this way since 1999.  
  
hmm, You have a right. I've tested it with bash/tcsh/pdksh at ix86/sparc  
and it works. This is probably a bug in internal RPM shell... 
  

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16503


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