gkeating    02/11/19 17:26:46

  Modified:    live/gcc3/gcc/cp lang-specs.h
  Log:
  Don't pass __GXX_ABI_VERSION to cc1plus itself
  
  Revision  Changes    Path
  1.29      +0 -1      src/live/gcc3/gcc/cp/lang-specs.h
  
  Index: lang-specs.h
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/gcc/cp/lang-specs.h,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- lang-specs.h      2002/11/13 00:16:33     1.28
  +++ lang-specs.h      2002/11/20 01:26:45     1.29
  @@ -87,7 +87,6 @@
                               %{!no-gcc:-D__GNUG__=%v1} \
                               %{!Wno-deprecated:-D__DEPRECATED}\ 
                               %{!fno-exceptions:-D__EXCEPTIONS}\
  -                            -D__GXX_ABI_VERSION=100\
                               %{ansi:-D__STRICT_ANSI__}}}\     
          %(cc1_options) %2 %{+e1*}\
          %{!fsyntax-only:%(invoke_as)}}}}}",
  
  
  


Reply via email to