This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Build directory


Please, consider for head and branch.  

2002-04-04  Momchil Velikov  <velco@fadata.bg>

	* configure.in (FORBUILD): Initialize to $build_alias.  

--- configure.in.~1.576.4.3.~	Wed Mar 20 11:16:03 2002
+++ configure.in	Wed Apr  3 16:34:59 2002
@@ -872,7 +872,7 @@ else
 	cd ..
 	rm -rf $tempdir
 	build_auto=auto-build.h
-	FORBUILD=../$build
+	FORBUILD=../$build_alias
 fi
 AC_SUBST(FORBUILD)
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]