mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 19:11:18 +08:00
Use $BUILD_DIR/../../gcc/xgcc
From-SVN: r40003
This commit is contained in:
parent
d5d063d72d
commit
eb5bc1fa86
libstdc++-v3
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user