Commit e6347456 by Chip Salzenberg Committed by Jeff Law

Makefile.in (program_transform_name): Let autoconf substitute the correct value.

        * Makefile.in (program_transform_name): Let autoconf substitute
        the correct value.

From-SVN: r15854
parent 1447b516
Tue Oct 7 10:01:45 1997 Chip Salzenberg <chip@rio.atlantic.net>
* Makefile.in (program_transform_name): Let autoconf substitute
the correct value.
Tue Oct 7 09:54:35 1997 Jeffrey A Law (law@cygnus.com)
* haifa-sched.c (schedule_block): If the first real insn in a
......
......@@ -155,7 +155,7 @@ ENQUIRE_CFLAGS = -DNO_MEM -DNO_LONG_DOUBLE_IO -O0
ENQUIRE_LDFLAGS = $(LDFLAGS)
# Sed command to transform gcc to installed name. Overwritten by configure.
program_transform_name = -e s,x,x,
program_transform_name = @program_transform_name@
program_transform_cross_name = -e s,^,$(target_alias)-,
# Tools to use when building a cross-compiler.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment