Use $BUILD_DIR/../../gcc/xgcc
authorDavid Edelsohn <dje@watson.ibm.com>
Fri, 23 Feb 2001 19:06:23 +0000 (19:06 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 23 Feb 2001 19:06:23 +0000 (19:06 +0000)
From-SVN: r40003

libstdc++-v3/ChangeLog
libstdc++-v3/mknumeric_limits

index 1f1746aec1c4dc8f69974294ed5ee3d812d5c7ee..468dc66f0d950fa06a4dfffe662b3f92a12be52b 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-23  David Edelsohn <dje@watson.ibm.com>
+
+       * mknumeric_limits (CC): Use $BUILD_DIR/../../gcc/xgcc
+
 2001-02-23  Phil Edwards  <pme@sources.redhat.com>
 
        c++/2052
index ec7a61b9feb316cdcb283ba8461bdc397591f5d3..06b9b89490e14e34cb43fa0df2e048250081911f 100755 (executable)
@@ -47,7 +47,7 @@ if [ $XCOMPILE -eq 1 ]; then
   exit 0;
 fi   
 
-: ${CC:="$BUILD_DIR/../../gcc/gcc -B$BUILD_DIR/../../gcc/"}
+: ${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.