* Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
authorGeoff Keating <geoffk@cygnus.com>
Sun, 13 Aug 2000 20:44:50 +0000 (20:44 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 13 Aug 2000 20:44:50 +0000 (20:44 +0000)
From-SVN: r35665

ChangeLog
Makefile.in

index a9b983c92f18ad70f71411b647c792abdb6995a7..a75440e8d5204f8dc923970a56cc36a4e19bfb7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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>
 
        * config-ml.in (CC): Remove bogus duplicate quotation mark from
index a799be64c74190e90a26e62cb512a4f295499b82..f85814d6976d94fa41c61ca7992a55724b680396 100644 (file)
@@ -220,7 +220,7 @@ CXX_FOR_TARGET =
 # 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
 # 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 = ` \
   if [ -f $$r/gas/as-new ] ; then \