* Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.

From-SVN: r28699
This commit is contained in:
Michael Meissner 1999-08-13 07:46:55 +00:00 committed by Jeff Law
parent f1eb2eb900
commit e0c65d5b4d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-08-13 Michael Meissner <meissner@cygnus.com>
* 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 <ghazi@caip.rutgers.edu>

View File

@ -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./.