]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
authorMichael Meissner <meissner@cygnus.com>
Fri, 13 Aug 1999 07:46:55 +0000 (07:46 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 13 Aug 1999 07:46:55 +0000 (01:46 -0600)
From-SVN: r28699

gcc/ChangeLog
gcc/Makefile.in

index b730db140e9500d8e8730660eb32eee29a56576b..9f9c4b671f0b0b0b8f2fe88f4ce9afb5939d24a7 100644 (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>
index c47e8109a943d2e3c07c9ed0545822d0a16e9be8..0240f72417f7b00d7d48c5944485550335aa9083 100644 (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./.