program_transform_name
Jeffrey A Law
law@cygnus.com
Mon Sep 29 09:05:00 GMT 1997
In message < 199709291237.IAA29662@rio.atlantic.net >you write:
> While program_transform_name is set and used in the root Makefile,
> it's not set properly in gcc/Makefile. Here's a patch.
>
> Index: gcc/Makefile.in
> ***************
> *** 156,160 ****
>
> # Sed command to transform gcc to installed name. Overwritten by configu
> re.
> ! program_transform_name = -e s,x,x,
> program_transform_cross_name = -e s,^,$(target_alias)-,
>
> --- 156,160 ----
>
> # Sed command to transform gcc to installed name. Overwritten by configu
> re.
> ! program_transform_name = @program_transform_name@
> program_transform_cross_name = -e s,^,$(target_alias)-,
Don't you need to change configure/configure.in too? Or am I
missing something?
jeff
More information about the Gcc
mailing list