From 31883f012edd3136e402c13a5a14971cde5cb31f Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 14 Jan 1993 01:07:41 +0000 Subject: Rename uninstalled gcc driver from gcc to xgcc. --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 8e511fe..30c9af9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -56,7 +56,7 @@ CC = cc CFLAGS = -g CXX = gcc CXXFLAGS = -g -O -GCC_FOR_TARGET = ./gcc -B./ +GCC_FOR_TARGET = ./xgcc -B./ RANLIB = ranlib NM = nm @@ -89,7 +89,7 @@ INSTALL_TARGET = install.all CC_FOR_TARGET = ` \ if [ -f $${rootme}/gcc/Makefile ] ; then \ - echo $${rootme}/gcc/gcc -B$${rootme}/gcc/; \ + echo $${rootme}/gcc/xgcc -B$${rootme}/gcc/; \ else \ if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \ echo $(CC); \ @@ -100,7 +100,7 @@ CC_FOR_TARGET = ` \ CXX_FOR_TARGET = ` \ if [ -f $${rootme}/gcc/Makefile ] ; then \ - echo $${rootme}/gcc/gcc -B$${rootme}/gcc/; \ + echo $${rootme}/gcc/xgcc -B$${rootme}/gcc/; \ else \ if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \ echo $(CXX); \ -- cgit v1.1