Use VAR=${VAR=...} form.
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 23 Feb 2001 19:13:33 +0000 (19:13 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 23 Feb 2001 19:13:33 +0000 (19:13 +0000)
From-SVN: r40005

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

index 468dc66..1cf576e 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-23  Alexandre Oliva <aoliva@redhat.com>
+
+       * mknumeric_limits (CC): Use VAR=${VAR=...} form.
+
 2001-02-23  David Edelsohn <dje@watson.ibm.com>
 
        * mknumeric_limits (CC): Use $BUILD_DIR/../../gcc/xgcc
index 06b9b89..a20b0bf 100755 (executable)
@@ -47,7 +47,7 @@ if [ $XCOMPILE -eq 1 ]; then
   exit 0;
 fi   
 
-: ${CC:="$BUILD_DIR/../../gcc/xgcc -B$BUILD_DIR/../../gcc/"}
+CC=${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.