summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-07-26 11:00:56 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-07-26 11:00:56 +0000
commit98db8e46b8371e909d258b1d9326049ba2ff8076 (patch)
treec274cf6c76c6b5e5647686d9b52fe7d51ea996cc /gnu
parent20226a410849d8a711d548a1ff5c5bb3de978605 (diff)
Crosstools fix (accepted by the FSF ages ago, lost through the cracks
here). Thanks mickey@ for reminding me.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/egcs/gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/Makefile.in b/gnu/egcs/gcc/Makefile.in
index aba4ebfde4a..406d11d2de2 100644
--- a/gnu/egcs/gcc/Makefile.in
+++ b/gnu/egcs/gcc/Makefile.in
@@ -197,7 +197,7 @@ AR_FOR_TARGET = ` \
if [ "$(host_canonical)" = "$(target)" ] ; then \
echo ar; \
else \
- t='$(program_transform_name)'; echo ar | sed -e $$t ; \
+ t='$(program_transform_cross_name)'; echo ar | sed -e $$t ; \
fi; \
fi`
AR_FLAGS_FOR_TARGET = rc
@@ -208,7 +208,7 @@ RANLIB_FOR_TARGET = ` \
if [ "$(host_canonical)" = "$(target)" ] ; then \
echo ranlib; \
else \
- t='$(program_transform_name)'; echo ranlib | sed -e $$t ; \
+ t='$(program_transform_cross_name)'; echo ranlib | sed -e $$t ; \
fi; \
fi`
RANLIB_TEST_FOR_TARGET = \