This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/16503] failure building cross compiler (host:sparc, target:sparc64).
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jul 2004 09:23:27 -0000
- Subject: [Bug middle-end/16503] failure building cross compiler (host:sparc, target:sparc64).
- References: <20040712213445.16503.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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