Commit acffa7c4 by Geoff Keating Committed by Geoffrey Keating

* Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.

From-SVN: r35665
parent a0e263a3
2000-08-13 Geoff Keating <geoffk@cygnus.com>
* Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
2000-08-12 Alexandre Oliva <aoliva@redhat.com> 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
* config-ml.in (CC): Remove bogus duplicate quotation mark from * config-ml.in (CC): Remove bogus duplicate quotation mark from
......
...@@ -220,7 +220,7 @@ CXX_FOR_TARGET = ...@@ -220,7 +220,7 @@ CXX_FOR_TARGET =
# variable is passed down to the gcc Makefile, where it is used to # variable is passed down to the gcc Makefile, where it is used to
# build libgcc2.a. We define it here so that it can itself be # build libgcc2.a. We define it here so that it can itself be
# overridden on the command line. # overridden on the command line.
GCC_FOR_TARGET = $$r/gcc/xgcc $(FLAGS_FOR_TARGET) GCC_FOR_TARGET = $$r/gcc/xgcc -B$$r/gcc/ $(FLAGS_FOR_TARGET)
AS_FOR_TARGET = ` \ AS_FOR_TARGET = ` \
if [ -f $$r/gas/as-new ] ; then \ if [ -f $$r/gas/as-new ] ; then \
......
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