program_transform_name
Chip Salzenberg
chip@rio.atlantic.net
Mon Sep 29 05:37:00 GMT 1997
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 configure.
! 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 configure.
! program_transform_name = @program_transform_name@
program_transform_cross_name = -e s,^,$(target_alias)-,
--
Chip Salzenberg - a.k.a. - <chip@pobox.com>
"He's Mr. Big of 'Big And Tall' fame." // MST3K
More information about the Gcc
mailing list