Commit ffb823ad by Doug Evans

(c++.install-common): Check for g++-cross.

From-SVN: r7149
parent 65e63687
...@@ -89,7 +89,7 @@ c++.install-normal: ...@@ -89,7 +89,7 @@ c++.install-normal:
# and also as either g++ (if native) or $(tooldir)/bin/g++. # and also as either g++ (if native) or $(tooldir)/bin/g++.
c++.install-common: c++.install-common:
-if [ -f cc1plus ] ; then \ -if [ -f cc1plus ] ; then \
if [ -f gcc-cross ] ; then \ if [ -f g++-cross ] ; then \
rm -f $(bindir)/$(target)-g++; \ rm -f $(bindir)/$(target)-g++; \
$(INSTALL_PROGRAM) g++-cross $(bindir)/$(target)-g++; \ $(INSTALL_PROGRAM) g++-cross $(bindir)/$(target)-g++; \
chmod a+x $(bindir)/$(target)-g++; \ chmod a+x $(bindir)/$(target)-g++; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment