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

From-SVN: r40005
This commit is contained in:
Alexandre Oliva 2001-02-23 19:13:33 +00:00 committed by Gabriel Dos Reis
parent eb5bc1fa86
commit cd33b1d7ec
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -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.