From e0c65d5b4d517036535b0749addb40cee923080c Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 13 Aug 1999 07:46:55 +0000 Subject: [PATCH] * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B. From-SVN: r28699 --- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b730db140e9..9f9c4b671f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +1999-08-13 Michael Meissner + + * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B. + Fri Aug 13 01:42:24 1999 Jeffrey A Law (law@cygnus.com) Tue Aug 3 00:03:41 1999 Kaveh R. Ghazi diff --git a/gcc/Makefile.in b/gcc/Makefile.in index c47e8109a94..0240f72417f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -167,7 +167,7 @@ INSTALL_ASSERT_H = install-assert-h # The GCC to use for compiling libgcc2.a, enquire, and libgcc1-test. # Usually the one we just built. # Don't use this as a dependency--use $(GCC_PASSES) or $(GCC_PARTS). -GCC_FOR_TARGET = ./xgcc -B./ -B$(build_tooldir)/bin/ -I$(build_tooldir)/include +GCC_FOR_TARGET = ./xgcc -B$(build_tooldir)/bin/ -B./ -I$(build_tooldir)/include # This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET. # It omits XCFLAGS, and specifies -B./.