]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(c++.install-common): Check for g++-cross.
authorDoug Evans <dje@gnu.org>
Mon, 25 Apr 1994 18:01:51 +0000 (18:01 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 25 Apr 1994 18:01:51 +0000 (18:01 +0000)
From-SVN: r7149

gcc/cp/Make-lang.in

index c1e9334fb562be23618d1c86db94c54297c0eb61..db29d9a4ae23833e2c172b6627e47e10c0031012 100644 (file)
@@ -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++; \