mknumeric_limits

David Edelsohn dje@watson.ibm.com
Fri Feb 23 10:46:00 GMT 2001


	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.



More information about the Gcc mailing list