[gnu.g++.bug] gcc.c change for GNU C++ 1.34.2.

tiemann@YAHI.STANFORD.EDU (Michael Tiemann) (04/04/89)

yahi% diff -c2 gcc.c~ gcc.c
*** gcc.c~	Wed Mar 29 13:43:36 1989
--- gcc.c	Tue Apr  4 08:01:43 1989
***************
*** 302,306 ****
  /* Here is the spec for running the linker, after compiling all files.
     Note that ld++ find constructors and destructors for us.  */
! char *link_spec = "%{!c:%{!M*:%{!E:%{!S:ld++ %{o*} %l\
   %{A} %{d} %{e*} %{N} %{n} %{r} %{s} %{S} %{T*} %{t} %{u*} %{X} %{x} %{z}\
   %{y*} %{!nostdlib:%S} \
--- 302,306 ----
  /* Here is the spec for running the linker, after compiling all files.
     Note that ld++ find constructors and destructors for us.  */
! char *link_spec = "%{!c:%{!M*:%{!E:%{!S:ld++ %{o*} -C %l\
   %{A} %{d} %{e*} %{N} %{n} %{r} %{s} %{S} %{T*} %{t} %{u*} %{X} %{x} %{z}\
   %{y*} %{!nostdlib:%S} \
yahi% 

Michael