Commit cd33b1d7 by Alexandre Oliva Committed by Gabriel Dos Reis

Use VAR=${VAR=...} form.

From-SVN: r40005
parent eb5bc1fa
2001-02-23 Alexandre Oliva <aoliva@redhat.com>
* mknumeric_limits (CC): Use VAR=${VAR=...} form.
2001-02-23 David Edelsohn <dje@watson.ibm.com> 2001-02-23 David Edelsohn <dje@watson.ibm.com>
* mknumeric_limits (CC): Use $BUILD_DIR/../../gcc/xgcc * mknumeric_limits (CC): Use $BUILD_DIR/../../gcc/xgcc
......
...@@ -47,7 +47,7 @@ if [ $XCOMPILE -eq 1 ]; then ...@@ -47,7 +47,7 @@ if [ $XCOMPILE -eq 1 ]; then
exit 0; exit 0;
fi 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 # We output to a temporary file, so that we don't appear to have
# succeeded unless we actually do. # succeeded unless we actually do.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment