Commit a076f6a4 by Alexandre Oliva Committed by Alexandre Oliva

* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.

From-SVN: r40893
parent 8653a2c3
2001-03-27 Alexandre Oliva <aoliva@redhat.com>
* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
2001-03-22 Colin Howell <chowell@redhat.com> 2001-03-22 Colin Howell <chowell@redhat.com>
* Makefile.in (DO_X): Do not backslash single-quotes in * Makefile.in (DO_X): Do not backslash single-quotes in
......
...@@ -1456,7 +1456,7 @@ fi ...@@ -1456,7 +1456,7 @@ fi
if test "x${CXX_FOR_TARGET+set}" = xset; then if test "x${CXX_FOR_TARGET+set}" = xset; then
: :
elif test -d ${topsrcdir}/gcc; then elif test -d ${topsrcdir}/gcc; then
CXX_FOR_TARGET='$$r/gcc/g++ -B$$r/gcc/ -nostdinc++ '$libstdcxx_flags CXX_FOR_TARGET='$$r/gcc/`case $$dir in libstdc++-v3) echo xgcc ;; *) echo g++ ;; esac` -B$$r/gcc/ -nostdinc++ '$libstdcxx_flags
elif test "$host" = "$target"; then elif test "$host" = "$target"; then
CXX_FOR_TARGET='$(CXX)' CXX_FOR_TARGET='$(CXX)'
else else
......
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