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
This commit is contained in:
parent
1447b516d2
commit
e634745692
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user