This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mknumeric_limits


	You meant ../../gcc/xgcc, not ../../gcc/gcc, right?  In other
words, the patch fragment below.

David

*************** if [ $XCOMPILE -eq 1 ]; then
*** 62,68 ****
    exit 0;
  fi   
  
! : ${CXX:="$BUILD_DIR/../../gcc/g++ -B$BUILD_DIR/../../gcc/"}
  
  # We output to a temporary file, so that we don't appear to have
  # succeeded unless we actually do.
--- 47,53 ----
    exit 0;
  fi   
  
! : ${CC:="$BUILD_DIR/../../gcc/xgcc -B$BUILD_DIR/../../gcc/"}
  
  # We output to a temporary file, so that we don't appear to have
  # succeeded unless we actually do.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]