dpatel      02/10/30 18:48:16

  Modified:    live/gcc3/gcc Tag: pre-import-2002-10-21 gcc.c
  Log:
  FSF Merge issue.
  Bug #: 3088634 cc: couldn't run `undle-gcc-3.3': No such file or directory
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.151.2.1 +3 -3      src/live/gcc3/gcc/gcc.c
  
  Index: gcc.c
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/gcc/gcc.c,v
  retrieving revision 1.151
  retrieving revision 1.151.2.1
  diff -u -r1.151 -r1.151.2.1
  --- gcc.c     2002/10/16 00:37:21     1.151
  +++ gcc.c     2002/10/31 02:48:12     1.151.2.1
  @@ -3503,6 +3503,9 @@
        }
       }
   
  +  /* Convert new-style -- options to old-style.  */
  +  translate_options (&argc, &argv);
  +
     /* If there is a -V or -b option (or both), process it now, before
        trying to interpret the rest of the command line.  */
     if (argc > 1 && argv[1][0] == '-'
  @@ -3718,9 +3721,6 @@
        }
       }
     /* APPLE LOCAL end constant cfstrings */
  -
  -  /* Convert new-style -- options to old-style.  */
  -  translate_options (&argc, &argv);
   
     /* Do language-specific adjustment/addition of flags.  */
     lang_specific_driver (&argc, &argv, &added_libraries);
  
  
  


Reply via email to