From: Doug Evans Date: Mon, 25 Apr 1994 18:01:51 +0000 (+0000) Subject: (c++.install-common): Check for g++-cross. X-Git-Tag: misc/cutover-egcs-0~6794 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb823ad58ac1e2f1318c14902c44d8b532b8e30;p=thirdparty%2Fgcc.git (c++.install-common): Check for g++-cross. From-SVN: r7149 --- diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index c1e9334fb562..db29d9a4ae23 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -89,7 +89,7 @@ c++.install-normal: # and also as either g++ (if native) or $(tooldir)/bin/g++. c++.install-common: -if [ -f cc1plus ] ; then \ - if [ -f gcc-cross ] ; then \ + if [ -f g++-cross ] ; then \ rm -f $(bindir)/$(target)-g++; \ $(INSTALL_PROGRAM) g++-cross $(bindir)/$(target)-g++; \ chmod a+x $(bindir)/$(target)-g++; \