egcs-970929: Install c++filt

Manfred Hollstein manfred@ks.sel.alcatel.de
Mon Oct 6 07:12:00 GMT 1997


On bfd2 Ian  Lance Taylor agreed, that c++filt  of gcc/egcs should  be
used   and hence     dropped    c++filt from   the   current  binutils
snapshots. The  appended  fix  installs  c++filt if cc1plus  has  been
built.

Mon Oct  6 16:05:56 1997  Manfred Hollstein  <manfred@lts.sel.alcatel.de>

	* Make-lang.in (c++.install-common): Install c++filt.

diff --context --recursive --show-c-function -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el egcs-970929.orig/gcc/cp/Make-lang.in egcs-970929/gcc/cp/Make-lang.in
*** egcs-970929.orig/gcc/cp/Make-lang.in	Thu Sep 11 22:39:03 1997
--- egcs-970929/gcc/cp/Make-lang.in	Thu Sep 11 22:39:03 1997
*************** c++.install-common:
*** 206,211 ****
--- 206,216 ----
  	    rm -f $(bindir)/$(CXX_INSTALL_NAME)$(exeext); \
  	    $(LN) $(bindir)/$(GXX_INSTALL_NAME)$(exeext) $(bindir)/$(CXX_INSTALL_NAME)$(exeext); \
  	  fi ; \
+ 	  if [ x$(DEMANGLER_PROG) != x ] && [ -x "$(DEMANGLER_PROG)" ]; then \
+ 	    rm -f $(bindir)/$(DEMANGLER_PROG)$(exeext); \
+ 	    $(INSTALL_PROGRAM) $(DEMANGLER_PROG) $(bindir)/$(DEMANGLER_PROG)$(exeext); \
+ 	    chmod a+x $(bindir)/$(DEMANGLER_PROG)$(exeext); \
+ 	  fi ; \
  	fi
  
  c++.install-info:

Best wishes.
--
 Manfred Hollstein                               Alcatel, Dept. US/EC4
 < mailto:manfred@lts.sel.alcatel.de >             Lorenzstrasse 10
                                                 70435 Stuttgart
 Public PGP key on request                       Germany



More information about the Gcc-bugs mailing list