From 4a5bda5011b28de77a57f0eb44c5371181f85c00 Mon Sep 17 00:00:00 2001 From: geoffk Date: Sun, 13 Aug 2000 20:44:50 +0000 Subject: [PATCH] * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35665 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a9b983c92f1..a75440e8d52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-08-13 Geoff Keating + + * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here. + 2000-08-12 Alexandre Oliva * config-ml.in (CC): Remove bogus duplicate quotation mark from diff --git a/Makefile.in b/Makefile.in index a799be64c74..f85814d6976 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ -- 2.11.0