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 pinskia at gcc dot gnu dot org  2004-07-16 09:23 -------
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.

-- 


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]