[Bug middle-end/16503] failure building cross compiler (host:sparc, target:sparc64).
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jul 14 16:44:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-14 16:44 -------
First your fix is not really right:
- t='$(program_transform_name)'; echo nm | sed -e $$t ; \
+ $(shell echo ar|sed $(program_transform_name)); \
but another is that $$t should be expanded to the $(program_transform_name) and should work
correctly.
So what shell and what make are you using?
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16503
More information about the Gcc-bugs
mailing list