Commit 84ef8e1d by Doug Evans

(install-common): Fix typo in installation of native gcc.

From-SVN: r8525
parent 03af65c4
...@@ -1976,7 +1976,7 @@ install-common: native install-dir xgcc $(EXTRA_PARTS) lang.install-common ...@@ -1976,7 +1976,7 @@ install-common: native install-dir xgcc $(EXTRA_PARTS) lang.install-common
rm -f $(bindir)/$(GCC_INSTALL_NAME); \ rm -f $(bindir)/$(GCC_INSTALL_NAME); \
$(INSTALL_PROGRAM) xgcc $(bindir)/$(GCC_INSTALL_NAME); \ $(INSTALL_PROGRAM) xgcc $(bindir)/$(GCC_INSTALL_NAME); \
rm -f $(bindir)/$(target)-gcc-1; \ rm -f $(bindir)/$(target)-gcc-1; \
ln $(bindir)/gcc $(bindir)/$(target)-gcc-1; \ ln $(bindir)/$(GCC_INSTALL_NAME) $(bindir)/$(target)-gcc-1; \
mv $(bindir)/$(target)-gcc-1 $(bindir)/$(target)-gcc; \ mv $(bindir)/$(target)-gcc-1 $(bindir)/$(target)-gcc; \
fi fi
# Install protoize if it was compiled. # Install protoize if it was compiled.
......
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