hasting2    02/11/12 10:31:54

  Modified:    live/gcc3 build_gcc
  Log:
  Re-enable -mdynamic-no-pic for bootstrapped compilers on trunk.  Committed as 
obvious.
  
  Revision  Changes    Path
  1.66      +1 -2      src/live/gcc3/build_gcc
  
  Index: build_gcc
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/build_gcc,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- build_gcc 2002/11/11 22:50:36     1.65
  +++ build_gcc 2002/11/12 18:31:52     1.66
  @@ -753,7 +753,6 @@
            #
            # This will build the compilers
            #
  -         # -mdynamic-no-pic removed until compiler is fixed
            $SET -x
            $n gnumake $make_target \
                       srcdir=$SRCROOT/gcc \
  @@ -772,7 +771,7 @@
                       BISON=bison \
                       CFLAGS="$no_boot_opt_flag $OPT_OVERRIDE $CFLAGS" \
                       GCC_CFLAGS="-no-cpp-precomp $CFLAGS" \
  -                    BOOT_CFLAGS="${OPT_OVERRIDE:--O2} $CFLAGS -no-cpp-precomp" \
  +                    BOOT_CFLAGS="${OPT_OVERRIDE:--O2} $CFLAGS -no-cpp-precomp 
-mdynamic-no-pic" \
                       BOOT_LDFLAGS= \
                       CC="$HOST_CC -arch $host -no-cpp-precomp 
${bootstrap:+"$CFLAGS"}"
            status=$?
  
  
  


Reply via email to