hasting2    02/11/01 16:17:49

  Modified:    live/gcc3 build_gcc
  Log:
  Temporarily disable compilation of c++filt due to de-support by FSF.
  Submitted by: stuart
  Reviewed by: dale
  
  Revision  Changes    Path
  1.63      +3 -1      src/live/gcc3/build_gcc
  
  Index: build_gcc
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/build_gcc,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- build_gcc 2002/09/09 03:06:26     1.62
  +++ build_gcc 2002/11/02 00:17:49     1.63
  @@ -720,7 +720,9 @@
            if [ "$bootstrap" != "" ]; then
                make_target="$bootstrap gcov"
            else
  -             make_target="specs start.encap c++filt gcov"
  +             #make_target="specs start.encap c++filt gcov"
  +             ### c++filt broken right now 29oct02
  +             make_target="specs start.encap gcov"
            fi
            
            #
  
  
  


Reply via email to